Skip to content

Commit 1056b0b

Browse files
authored
docs: add authors section for credits (#345)
1 parent cea0ed3 commit 1056b0b

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/credits.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Authors
2+
=======
3+
4+
.. git-shortlog-authors::

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Welcome to dpdata's documentation!
1313
cli
1414
formats
1515
api/api
16+
credits
1617

1718
.. mdinclude:: ../README.md
1819

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@
5454
'ase': ['ase'],
5555
'amber': ['parmed'],
5656
'pymatgen': ['pymatgen'],
57-
'docs': ['sphinx', 'recommonmark', 'sphinx_rtd_theme>=1.0.0rc1', 'numpydoc', 'm2r2', 'deepmodeling-sphinx', 'sphinx-argparse'],
57+
'docs': [
58+
'sphinx',
59+
'recommonmark',
60+
'sphinx_rtd_theme>=1.0.0rc1',
61+
'numpydoc',
62+
'm2r2',
63+
'deepmodeling-sphinx>=0.1.1',
64+
'sphinx-argparse',
65+
],
5866
},
5967
entry_points={"console_scripts": ["dpdata = dpdata.cli:dpdata_cli"]},
6068
)

0 commit comments

Comments
 (0)