You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
python-mkdoc
2
-
============
1
+
# python-mkdoc
3
2
4
3
An amazing helper script to generate pydoc for your python projects.
5
4
@@ -62,11 +61,11 @@ Further Actions
62
61
63
62
After generating the pydoc, you can prepare it for upload to pythonhosted.org (via pypi.python.org) with the following:
64
63
65
-
#Navigate into the "doc" directory
64
+
1 Navigate into the "doc" directory
66
65
67
-
#Execute *zip doc.zip \*.html*
66
+
1 Execute *zip doc.zip \*.html*
68
67
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
70
69
71
70
72
71
You may also want to consider adding the following line to your *MANIFEST.in*
0 commit comments