Skip to content
Snippets Groups Projects
Commit 9f72df9c authored by anarcat's avatar anarcat
Browse files

add credits section

this is not readable enough for non-programmers and is a little
ridiculous, but it works.

we should probably parse this from a AUTHORS file instead of going
crazy like this.

see #56
parent 51dcf6f1
No related branches found
No related tags found
No related merge requests found
=========
Credits
=========
Those people are the ones who made Monkeysign possible.
.. literalinclude:: ../monkeysign/__init__.py
:start-after: credits-start
......@@ -16,8 +16,8 @@
api
ui-mockups/index
glossary
credits
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
......@@ -48,6 +48,10 @@ __license__ = """
__website__ = 'http://web.monkeysphere.info/monkeysign'
__documentation__ = 'http://monkeysign.readthedocs.io/en/' + __version__
# hack to include the credits in the documentation
# maybe this should be parsed from a AUTHORS file instead, see
# https://0xacab.org/monkeysphere/monkeysign/issues/56
# credits-start
__authors__ = ['In alphabetical order:',
'',
'Antoine Beaupré',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment