mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
doc: adding contributors
This commit is contained in:
parent
39541a2054
commit
97b43e1a16
@ -28,7 +28,7 @@ pages:
|
|||||||
image: python:slim
|
image: python:slim
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install --no-install-recommends -y graphviz imagemagick doxygen make
|
- apt-get update && apt-get install --no-install-recommends -y graphviz imagemagick doxygen make
|
||||||
- pip install --upgrade pip && pip install Sphinx Pillow breathe sphinx-rtd-theme
|
- pip install --upgrade pip && pip install Sphinx Pillow breathe sphinx-rtd-theme m2r2
|
||||||
- mkdir public
|
- mkdir public
|
||||||
script:
|
script:
|
||||||
- pushd docs_sphinx
|
- pushd docs_sphinx
|
||||||
|
|||||||
11
CONTRIBUTORS.md
Normal file
11
CONTRIBUTORS.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Contributors
|
||||||
|
|
||||||
|
Thank you to all the dedicated individuals who poured their efforts into tug,
|
||||||
|
allowing this project to flourish.
|
||||||
|
|
||||||
|
## Names
|
||||||
|
|
||||||
|
- Hannes Signer
|
||||||
|
- Philipp Ungrund
|
||||||
|
|
||||||
|
Both for their diligent work in implementing the heterogeneous diffusion model and their exceptional documentation published within this repository.
|
||||||
@ -41,7 +41,8 @@ extensions = [
|
|||||||
'sphinx.ext.ifconfig',
|
'sphinx.ext.ifconfig',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.inheritance_diagram',
|
'sphinx.ext.inheritance_diagram',
|
||||||
'breathe'
|
'breathe',
|
||||||
|
'm2r2'
|
||||||
]
|
]
|
||||||
|
|
||||||
html_baseurl = "/index.html"
|
html_baseurl = "/index.html"
|
||||||
|
|||||||
1
docs_sphinx/contributors.rst
Normal file
1
docs_sphinx/contributors.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
.. mdinclude:: ../CONTRIBUTORS.md
|
||||||
@ -49,3 +49,4 @@ Table of Contents
|
|||||||
developer
|
developer
|
||||||
examples
|
examples
|
||||||
visualization
|
visualization
|
||||||
|
contributors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user