Skip to content

Commit cf84ff4

Browse files
committed
README
1 parent 2c16cb9 commit cf84ff4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
python-mkdoc
2-
============
1+
# python-mkdoc
32

43
An amazing helper script to generate pydoc for your python projects.
54

@@ -62,11 +61,11 @@ Further Actions
6261

6362
After generating the pydoc, you can prepare it for upload to pythonhosted.org (via pypi.python.org) with the following:
6463

65-
# Navigate into the "doc" directory
64+
1 Navigate into the "doc" directory
6665

67-
# Execute *zip doc.zip \*.html*
66+
1 Execute *zip doc.zip \*.html*
6867

69-
# Navigate to pypi.python.org and login. On the sidebar, select your project. Click "releases" at the top. At the bottom is a form where you can upload the "doc.zip" you created above
68+
1 Navigate to pypi.python.org and login. On the sidebar, select your project. Click "releases" at the top. At the bottom is a form where you can upload the "doc.zip" you created above
7069

7170

7271
You may also want to consider adding the following line to your *MANIFEST.in*

0 commit comments

Comments
 (0)