Skip to content

Commit b03302a

Browse files
committed
add the authors to the documentation
and remove the code to find the complete author list from git because our CI job will ensure that all the contributors will be included in that file.
1 parent d98ce84 commit b03302a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

AUTHORS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ Below is a list of the contributors to Adaptive:
66
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
77
+ Jorn Hoofwijk
88
+ [Joseph Weston](<https://joseph.weston.cloud>)
9-
10-
For a full list of contributors run
11-
12-
```
13-
git log --pretty=format:"%an" | sort | uniq
14-
```

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ dependencies:
2121
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
2222
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
2323
- sphinx_fontawesome
24+
- m2r

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'sphinx.ext.napoleon',
5050
'jupyter_sphinx.execute',
5151
'sphinx_fontawesome',
52+
'm2r'
5253
]
5354

5455
source_parsers = {}

docs/source/rest_of_readme.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,9 @@ see more in the :ref:`Tutorial Adaptive`.
140140

141141
.. include:: ../../README.rst
142142
:start-after: not-in-documentation-end
143+
144+
145+
Authors
146+
-------
147+
148+
.. mdinclude:: ../../AUTHORS.md

0 commit comments

Comments
 (0)