Skip to content

Commit

Permalink
docs: rst format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and florianfesti committed Nov 2, 2023
1 parent 23e9119 commit 26706d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ perfect. We can work on it together.
Running the Code
----------------------------

To serve website, run `scripts/boxesserver` script
To serve website, run :code:`scripts/boxesserver` script.

Reporting bugs
--------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/api_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ User Interfaces

User interfaces allow users to render the different generators. They
handle the parameters of Generators and convert them to a readable
form. The user interfaces are located in `scripts/`. Currently there is
form. The user interfaces are located in :code:`scripts/`. Currently there is

* scripts/boxes -- the command line interface
* scripts/boxesserver -- the web interface
Expand Down
2 changes: 0 additions & 2 deletions documentation/src/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. boxes.py documentation master file, created by
sphinx-quickstart on Sun Mar 27 12:04:59 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Boxes.py
========
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in the :code:`boxes.formats.Formats` class.
Python
......

Boxes.py is implemented in Python 3. For supported minor version see `setup.py`.
Boxes.py is implemented in Python 3. For supported minor version see :code:`setup.py`.

Sphinx
......
Expand Down

0 comments on commit 26706d5

Please sign in to comment.