We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20e1fa commit ef0991eCopy full SHA for ef0991e
README.md
@@ -14,9 +14,9 @@ may be different on different converters.
14
15
## Usage
16
17
- $ python pydocmd.py module [...]
+ $ python doc2md.py module [...]
18
19
-pydocmd scan every python files (.py) given and generate the documentation in
+doc2md.py scan every python files (.py) given and generate the documentation in
20
a subfolder `doc`
21
22
## Example output
doc2md.py
@@ -20,7 +20,7 @@
- http://github.com/blasterbug/SmileANN/wiki/neuron
- http://github.com/blasterbug/SmileANN/wiki/faces
23
- - http://github.com/blasterbug/pydocmd/wiki/pydocmd
+ - http://github.com/blasterbug/pydocmd/doc2md.py/doc2md.py
24
25
"""
26
0 commit comments