Skip to content

Commit 6583157

Browse files
authored
improve pdoc landing site by rendering the README contents in the index.html. closes #332 (#359)
1 parent 202a02b commit 6583157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PyPartMC/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
.. include::../README.md
3+
"""
4+
15
# pylint: disable=invalid-name,wrong-import-position
26
import os
37
from collections import namedtuple

0 commit comments

Comments
 (0)