Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
080307b1
"git@git.frama-c.com:pub/pub.frama-c.com.git" did not exist on "f191d761dc312d63bdcfb7a6b3c31e40513cb3d5"
Commit
080307b1
authored
9 months ago
by
Julien Girard-Satabin
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Updated doc to match 2.0 release
parent
ed5a3aac
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/conf.py
+3
-3
3 additions, 3 deletions
doc/conf.py
doc/contributing.rst
+1
-0
1 addition, 0 deletions
doc/contributing.rst
doc/index.rst
+4
-3
4 additions, 3 deletions
doc/index.rst
doc/interpretation.rst
+4
-4
4 additions, 4 deletions
doc/interpretation.rst
with
12 additions
and
10 deletions
doc/conf.py
+
3
−
3
View file @
080307b1
...
...
@@ -21,7 +21,7 @@ sys.path.append(os.path.abspath('./ext'))
# -- Project information -----------------------------------------------------
project
=
'
CAISAR
'
copyright
=
'
202
3
, The CAISAR Development Team
'
copyright
=
'
202
4
, The CAISAR Development Team
'
author
=
'
The CAISAR Development Team
'
# The version info for the project you're documenting, acts as replacement for
...
...
@@ -29,9 +29,9 @@ author = 'The CAISAR Development Team'
# built documents.
#
# The short X.Y version.
version
=
'
1
.0
'
version
=
'
2
.0
'
# The full version, including alpha/beta/rc tags.
release
=
'
1
.0
'
release
=
'
2
.0
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
doc/contributing.rst
+
1
−
0
View file @
080307b1
...
...
@@ -27,6 +27,7 @@ The root of the repository has the following folders:
* ``stdlib/`` contains WhyML files used to define
theories for the CAISAR interpreted language.
* ``tests/`` are non-regression tests written in `dune cram test syntax <https://dune.readthedocs.io/en/stable/tests.html>`_.
* ``utils/`` are helper functions used internally by CAISAR (for instance, logging utilities).
Setting up a development environment
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
4
−
3
View file @
080307b1
...
...
@@ -18,12 +18,13 @@ The CAISAR Platform
François Bobot,
Julien Girard
:Version: |version|,
December
202
3
:Copyright: 2020--202
3
CEA (Commissariat à l'énergie atomique et aux énergies alternatives)
:Version: |version|,
June
202
4
:Copyright: 2020--202
4
CEA (Commissariat à l'énergie atomique et aux énergies alternatives)
.. _Confiance.ai: https://www.confiance.ai/
.. _DeepGreen: https://www.deepgreen.ai/
This work has been partly supported by the `Confiance.ai`_ program.
This work has been partly supported by the `Confiance.ai`_ program
and the `DeepGreen`_ project
.
.. toctree::
:maxdepth: 2
...
...
This diff is collapsed.
Click to expand it.
doc/interpretation.rst
+
4
−
4
View file @
080307b1
...
...
@@ -109,12 +109,12 @@ Functions
.. code-block:: whyml
(** Returns a symbol for the
neural network
with filename n. **)
function read_model (n: string) : model
nn
(** Returns a symbol for the
machine learning model
with filename n. **)
function read_model (n: string) : model
(** Returns a vector that represents the application of
neural network
(** Returns a vector that represents the application of
a model
on an input vector. **)
function (@@) (n: model
nn
) (v: vector 'a) : vector 'a
function (@@) (n: model) (v: vector 'a) : vector 'a
Dataset
*******
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment