Skip to content

Commit

Permalink
doc: fix sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Oct 8, 2019
1 parent 2b95957 commit f191fb5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cython
.. _Installing Requirements on Ubuntu Linux:

Installing Requirements on Ubuntu Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

To make |es| run on 18.04 LTS, its dependencies can be installed with:

Expand Down Expand Up @@ -120,7 +120,7 @@ After installing the ROCm SDK, please reboot your computer.
.. _Installing Requirements on Mac OS X:

Installing Requirements on Mac OS X
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Preparation
"""""""""""
Expand Down Expand Up @@ -279,7 +279,7 @@ Configuring
.. _myconfig.hpp\: Activating and deactivating features:
:file:`myconfig.hpp`: Activating and deactivating features
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|es| has a large number of features that can be compiled into the binary.
However, it is not recommended to actually compile in all possible
Expand Down Expand Up @@ -348,7 +348,7 @@ and then in the Python interpreter:
.. _Features:
Features
~~~~~~~~
--------
This chapter describes the features that can be activated in |es|. Even if
possible, it is not recommended to activate all features, because this
Expand Down Expand Up @@ -563,15 +563,15 @@ Finally, there is a flag for debugging:
Features marked as experimental
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Some of the above features are marked as EXPERIMENTAL. Activating these features can have unexpected side effects and some of them have known issues. If you activate any of these features, you should understand the corresponding source code and do extensive testing. Furthermore, it is necessary to define ``EXPERIMENTAL_FEATURES`` in :file:`myconfig.hpp`.
.. _cmake:
cmake
~~~~~
^^^^^
In order to build the first step is to create a build directory in which
cmake can be executed. In cmake, the *source directory* (that contains
Expand Down Expand Up @@ -603,7 +603,7 @@ Afterwards |es| can be run via calling :file:`./pypresso` from the command line.
.. _ccmake:
ccmake
~~~~~~
^^^^^^
Optionally and for easier use, the curses interface to cmake can be used
to configure |es| interactively.
Expand Down

0 comments on commit f191fb5

Please sign in to comment.