Skip to content
Snippets Groups Projects
Commit c6594a7c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update docs

parent c848b364
No related branches found
No related tags found
No related merge requests found
Pipeline #1793 passed
......@@ -11,6 +11,18 @@ with a new Python project:
- ``.gitlab-ci.yml`` - this file describes the stages and jobs you want to
run on the KM3NeT continuous integration server
Features of this Template
=========================
- Package installation using ``pip install .`` (also via ``make install``)
- Test Suite infrastructure included
- ``make test`` will run all tests
- ``make test-loop`` will run the tests and watch files for changes to rerun
them continuously
- Documentation infrastructure: ``cd doc && make html``
- Docs: https://examples.pages.km3net.de/python_project
- Code coverage: https://examples.pages.km3net.de/python_project/coverage/
Installing
----------
......
......@@ -13,7 +13,7 @@
contribute
changelog
Code Coverage <http://GIT_GROUP.pages.km3net.de/PROJECT_NAME/coverage>
Source (Git) <https://git.km3net.de/GIT_GROUP/PROJECT_NAME.git>
Code Coverage <https://examples.pages.km3net.de/python_project/coverage>
Source (Git) <https://git.km3net.de/examples/python_project>
* :ref:`genindex`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment