Skip to content

Commit

Permalink
re-add dollar signs to make formating of rst files nice
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Feb 27, 2024
1 parent 7a66d41 commit 60a7a91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/usage/getstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Clone GoodSciProjTemplate's GitHub repository:

.. code-block:: console
git clone https://github.com/yoctoyotta1024/GoodSciProjTemplate.git
$ git clone https://github.com/yoctoyotta1024/GoodSciProjTemplate.git
and install the pre-commit hooks:
.. code-block:: console
pre-commit install
$ pre-commit install
That's it, you're done! But maybe now you want to customise the project
and push it to your own GitHub repo...
Expand Down
6 changes: 3 additions & 3 deletions docs/source/usage/ourdocs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ followed by the Sphinx .html files, e.g.

.. code-block:: console
cd ./docs && mkdir build && mkdir build/doxygen
doxygen doxygen/doxygen.dox && make html
$ cd ./docs && mkdir build && mkdir build/doxygen
$ doxygen doxygen/doxygen.dox && make html
which you can then view in your preferred browser e.g.

.. code-block:: console
open build/html/index.htm
$ open build/html/index.html
Sphinx
######
Expand Down

0 comments on commit 60a7a91

Please sign in to comment.