Browse code

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.

Bas Nijholt authored on 19/10/2018 13:56:19
Showing 4 changed files
... ...
@@ -6,9 +6,3 @@ Below is a list of the contributors to Adaptive:
6 6
 + [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>)
7 7
 + Jorn Hoofwijk
8 8
 + [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
-```
... ...
@@ -21,3 +21,4 @@ dependencies:
21 21
     - git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
22 22
     - git+https://github.com/python-adaptive/adaptive.git@master  # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
23 23
     - sphinx_fontawesome
24
+    - m2r
... ...
@@ -49,6 +49,7 @@ extensions = [
49 49
     'sphinx.ext.napoleon',
50 50
     'jupyter_sphinx.execute',
51 51
     'sphinx_fontawesome',
52
+    'm2r'
52 53
 ]
53 54
 
54 55
 source_parsers = {}
... ...
@@ -140,3 +140,9 @@ see more in the :ref:`Tutorial Adaptive`.
140 140
 
141 141
 .. include:: ../../README.rst
142 142
     :start-after: not-in-documentation-end
143
+
144
+
145
+Authors
146
+-------
147
+
148
+.. mdinclude:: ../../AUTHORS.md