TNO Intern

Commit b7f977f0 authored by Arjo Segers's avatar Arjo Segers
Browse files

Corrected documentation.

parent 1914f270
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ The formatting of documentation is done using 'reStructuredText', see for exampl
* `reStructuredText Primer <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_
* `Rst <https://docutils.sourceforge.io/docs/ref/rst/>`_

The 'Sphink' python package should be available to be able to (re)generate the documentation.
The 'Sphinx' python package should be available to be able to (re)generate the documentation.
If not available on your system yet, see below for installation instructions.


@@ -83,8 +83,8 @@ one of the standard installation commands.

    pip install sphinx

Build Spinx from source 
-----------------------
Build Sphinx from source 
------------------------

Download the latest version from the
`Sphinx homepage <http://sphinx-doc.org/index.html>`_,
@@ -145,7 +145,7 @@ the following changes were made manually:
* added options for `intersphinx` entries;
* the html theme was changed.

The initial documentation could be created using:
The initial documentation could be created using::

    (cd doc; make html)