From ce2d29cb85a2968b83d879cf41227bc2c49b130d Mon Sep 17 00:00:00 2001 From: Michele Alberti <michele.alberti@cea.fr> Date: Thu, 22 Dec 2022 19:57:29 +0100 Subject: [PATCH] [doc] Some reworking. --- doc/installation.rst | 1 - doc/make.bat | 35 ----------------------------------- doc/usage.rst | 4 +--- 3 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 doc/make.bat diff --git a/doc/installation.rst b/doc/installation.rst index 46f5b96..ca8c511 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -2,7 +2,6 @@ Installation ============ -*version:* |version| The latest release of CAISAR is available as an `opam <https://opam.ocaml.org/>`_ package or diff --git a/doc/make.bat b/doc/make.bat deleted file mode 100644 index 153be5e..0000000 --- a/doc/make.bat +++ /dev/null @@ -1,35 +0,0 @@ -@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 diff --git a/doc/usage.rst b/doc/usage.rst index 5344dc0..849b152 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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 -- GitLab