Skip to content
Snippets Groups Projects
Commit 039bb49c authored by Lukas Bentkamp's avatar Lukas Bentkamp
Browse files

Fix quotes

parent 0a60277d
No related branches found
No related tags found
1 merge request!40Feature/documentation
Pipeline #121733 passed
...@@ -27,7 +27,7 @@ and they are roughly the procedure followed when writing the ...@@ -27,7 +27,7 @@ and they are roughly the procedure followed when writing the
is available. is available.
4. Write down simple outline of new code to implement within 4. Write down simple outline of new code to implement within
``initialize``, ``work_on_current_iteration`` and ``finalize``. ``initialize``, ``work_on_current_iteration`` and ``finalize``.
5. Create a new :code:``git`` branch to work on, :code:`feature/<mypptool>`. 5. Create a new :code:`git` branch to work on, :code:`feature/<mypptool>`.
6. One option is to start from preexisting tools such as :code:`get_rfields` 6. One option is to start from preexisting tools such as :code:`get_rfields`
and modify them accordingly. and modify them accordingly.
In particular simple standard modifications must be made to the :code:`PP.py` In particular simple standard modifications must be made to the :code:`PP.py`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment