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
ce2d29cb
Commit
ce2d29cb
authored
2 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Some reworking.
parent
c0771876
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/installation.rst
+0
-1
0 additions, 1 deletion
doc/installation.rst
doc/make.bat
+0
-35
0 additions, 35 deletions
doc/make.bat
doc/usage.rst
+1
-3
1 addition, 3 deletions
doc/usage.rst
with
1 addition
and
39 deletions
doc/installation.rst
+
0
−
1
View file @
ce2d29cb
...
...
@@ -2,7 +2,6 @@
Installation
============
*version:* |version|
The latest release of CAISAR is available as an
`opam <https://opam.ocaml.org/>`_ package or
...
...
This diff is collapsed.
Click to expand it.
doc/make.bat
deleted
100644 → 0
+
0
−
35
View file @
c0771876
@ECHO
OFF
pushd
%~dp0
REM Command file for Sphinx documentation
if
"
%SPHINXBUILD%
"
==
""
(
set
SPHINXBUILD
=
sphinx
-build
)
set
SOURCEDIR
=
.
set
BUILDDIR
=
_build
if
"
%
1"
==
""
goto
help
%SPHINXBUILD%
>
NUL
2
>
NUL
if
errorlevel
9009
(
echo
.
echo
.The
'sphinx-build'
command
was
not
found
.
Make
sure
you
have
Sphinx
echo
.installed
,
then
set
the
SPHINXBUILD
environment
variable
to
point
echo
.to
the
full
path
of
the
'sphinx-build'
executable
.
Alternatively
you
echo
.may
add
the
Sphinx
directory
to
PATH
.
echo
.
echo
.If
you
don
't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD%
-M
%
1
%SOURCEDIR%
%BUILDDIR%
%SPHINXOPTS%
%O%
goto end
:help
%SPHINXBUILD%
-M help
%SOURCEDIR%
%BUILDDIR%
%SPHINXOPTS%
%O%
:end
popd
This diff is collapsed.
Click to expand it.
doc/usage.rst
+
1
−
3
View file @
ce2d29cb
...
...
@@ -3,8 +3,6 @@
Using CAISAR
============
*version:* |version|
Prover registration
-------------------
...
...
@@ -56,7 +54,7 @@ documentation to get a first grasp on using WhyML.
Provided a file `trust.why` containing a goal to verify, the command ``caisar verify --prover=PROVER trust.why``
will verify the goals using the specified prover. A list of
supported provers is available in :ref:`
supported_provers
`. The prover
supported provers is available in :ref:`
overalldesign
`. The prover
must already be registered by CAISAR. Currently, only one
prover can be selected at a time; future work will allow
selecting multiple provers and orchestrate verification
...
...
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