Skip to content

Commit

Permalink
Merge pull request #105 from continental/documentation
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
FlorianReimold authored Oct 8, 2020
2 parents 2db5736 + 3215fc3 commit df128a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Windows files
Thumbs.db

# CMake build folders
/_build*
/_setup
Expand Down
9 changes: 6 additions & 3 deletions doc/rst/advanced/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
Edit the documentation
=============================

This tutorial will teach you how to edit this documentation locally on your PC.
This documentation is created with `Sphinx <https://www.sphinx-doc.org/>`_\ .
Sphinx uses the reStructuredText (RST) markup format and adds some features like cross-referencing.

In this tutorial we will teach you how to edit the documentation locally on your PC.
For that we will use Visual Studio Code with the reStructuredText extension, that will give you a (somewhat) live preview.

.. hint::
Expand Down Expand Up @@ -55,8 +58,8 @@ For that we will use Visual Studio Code with the reStructuredText extension, tha

.. code-block:: bash
pip3 install -r requirements.txt
pip3 install sphinx-autobuild
sudo pip3 install -r requirements.txt
sudo pip3 install sphinx-autobuild
#. Install the VS Code Extensions:

Expand Down
Binary file removed doc/rst/getting_started/img/Thumbs.db
Binary file not shown.

0 comments on commit df128a5

Please sign in to comment.