File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -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
- ```
Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change 49
49
'sphinx.ext.napoleon' ,
50
50
'jupyter_sphinx.execute' ,
51
51
'sphinx_fontawesome' ,
52
+ 'm2r'
52
53
]
53
54
54
55
source_parsers = {}
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments