Skip to content
Snippets Groups Projects

Docs

Merged
Mayr, Hannesrequested to merge
docs into dev
1 open thread

Implementation of autogenerated docs in read the docs format. For rebuilding docs, the docs pipeline has to be triggered manually.

Closes #24 (closed)

Merge request reports

Pipeline #783467 passed

Pipeline passed for 5938c5e6 on docs

Test coverage 98.27% (0.01%) from 1 job

Merged by Hock, MartinHock, Martin Aug 17, 2022 (Aug 17, 2022 2:29pm UTC)

Loading

Pipeline #783554 passed

Pipeline passed for 15efb0a1 on dev

Test coverage 98.27% (0.01%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 """
2 plotID for Python.
3
4 This is the python plotID project.
5 plotID is a program connected to Research Data Management (RDM).
6 It has two main functionalities:
7 1. Tag your plot with an identifier.
8 2. Export the resulting file to a specified directory along the corresponding
9 research data, the plot is based on. Additionally, the script that created the
10 plot will also be copied to the directory.
11 """
12
13 __version__ = '0.1.0'
Please register or sign in to reply
Loading