Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
examples
python_project
Commits
c6594a7c
Commit
c6594a7c
authored
6 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
c848b364
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1793
passed
6 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+12
-0
12 additions, 0 deletions
README.rst
doc/index.rst
+2
-2
2 additions, 2 deletions
doc/index.rst
with
14 additions
and
2 deletions
README.rst
+
12
−
0
View file @
c6594a7c
...
...
@@ -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
----------
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
2
−
2
View file @
c6594a7c
...
...
@@ -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.gi
t>
Code Coverage <http
s
://
examples
.pages.km3net.de/
python_project
/coverage>
Source (Git) <https://git.km3net.de/
examples/python_projec
t>
* :ref:`genindex`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment