Docs
1 open thread
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
Activity
changed milestone to %Version 0.2
added doc improvement python labels
requested review from @m.hock
assigned to @hannes.mayr
mentioned in commit 15efb0a1
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' Are we not on version 0.1.1 already ? Or does this need to correspond with the latest version on pip ?
@hannes.mayrEdited by Hock, Martin
Please register or sign in to reply