-
- Downloads
Merge branch 'dev' into 'improve-list-validation'
# Conflicts: # plotid/publish.py
No related branches found
No related tags found
Pipeline #824261 waiting for manual action
Stage: linting
Stage: testing
Stage: security
Stage: docs
Showing
- .gitlab-ci.yml 39 additions, 59 deletions.gitlab-ci.yml
- CONTRIBUTING.md 112 additions, 0 deletionsCONTRIBUTING.md
- README.md 5 additions, 2 deletionsREADME.md
- docs/source/_static/publish.graphml 1021 additions, 0 deletionsdocs/source/_static/publish.graphml
- docs/source/_static/publish.png 0 additions, 0 deletionsdocs/source/_static/publish.png
- docs/source/_static/tagplot.graphml 878 additions, 0 deletionsdocs/source/_static/tagplot.graphml
- docs/source/_static/tagplot.png 0 additions, 0 deletionsdocs/source/_static/tagplot.png
- docs/source/index.rst 3 additions, 2 deletionsdocs/source/index.rst
- docs/source/structure.rst 23 additions, 0 deletionsdocs/source/structure.rst
- plotid/plotoptions.py 0 additions, 1 deletionplotid/plotoptions.py
- plotid/tagplot_image.py 1 addition, 1 deletionplotid/tagplot_image.py
- plotid/tagplot_matplotlib.py 1 addition, 1 deletionplotid/tagplot_matplotlib.py
- requirements.txt 4 additions, 0 deletionsrequirements.txt
docs/source/_static/publish.graphml
0 → 100644
This diff is collapsed.
docs/source/_static/publish.png
0 → 100644
98.3 KiB
docs/source/_static/tagplot.graphml
0 → 100644
This diff is collapsed.
docs/source/_static/tagplot.png
0 → 100644
79.5 KiB
docs/source/structure.rst
0 → 100644
... | @@ -3,6 +3,7 @@ cycler==0.11.0 | ... | @@ -3,6 +3,7 @@ cycler==0.11.0 |
fonttools==4.32.0 | fonttools==4.32.0 | ||
kiwisolver==1.4.2 | kiwisolver==1.4.2 | ||
matplotlib==3.5.2 | matplotlib==3.5.2 | ||
myst-parser==0.18.0 | |||
numpy==1.22.3 | numpy==1.22.3 | ||
packaging==21.3 | packaging==21.3 | ||
Pillow==9.1.0 | Pillow==9.1.0 | ||
... | @@ -10,3 +11,6 @@ pyparsing==3.0.8 | ... | @@ -10,3 +11,6 @@ pyparsing==3.0.8 |
python-dateutil==2.8.2 | python-dateutil==2.8.2 | ||
qrcode==7.3.1 | qrcode==7.3.1 | ||
six==1.16.0 | six==1.16.0 | ||
Sphinx==5.0.2 | |||
sphinx-autoapi==1.8.4 | |||
sphinx-rtd-theme==1.0.0 |