
6 changed files with 37 additions and 26 deletions
@ -1,13 +0,0 @@ |
|||
Building the documentation |
|||
========================= |
|||
|
|||
This documentation uses `Sphinx <https://www.sphinx-doc.org/>`_ |
|||
|
|||
It can be built in different formats. |
|||
|
|||
Run ``cd docs; make`` to see the possible formats. |
|||
|
|||
Run ``cd docs; make html`` to build the documentation in HTML format. |
|||
|
|||
You can see the generated HTML documentation in a browser opening the directory |
|||
`docs/build/html`. |
@ -1,7 +0,0 @@ |
|||
Testing |
|||
======= |
|||
|
|||
See :ref:`install` to install the dependencies. |
|||
|
|||
To run the tests that use `pytest`, install the testing dependencies running |
|||
``pip install .[test]``. |
Loading…
Reference in new issue