Skip to content
Snippets Groups Projects
Verified Commit 88e7075a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

docs: Unify doc and git READMEs

parent db5388d3
No related branches found
No related tags found
1 merge request!15docs: Unify doc and git READMEs
docs/README.rst
\ No newline at end of file
File moved
.. _swh-py-template:
Software Heritage - Python module template
==========================================
Python module template, used as skeleton to create new modules.
.. include:: README.rst
.. toctree::
:maxdepth: 2
......
......@@ -12,7 +12,7 @@ from setuptools import find_packages, setup
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, "README.md"), encoding="utf-8") as f:
with open(path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment