We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c9020 commit ad85c66Copy full SHA for ad85c66
generate_epydoc_documentations
@@ -8,19 +8,4 @@ epydoc --verbose \
8
--show-sourcecode \
9
--show-frames \
10
--navlink=https://github.com/mauriceling/dose \
11
- dose
12
-
13
-epydoc --verbose \
14
- --pdf \
15
- --output=pdf \
16
- --name="Digital Organisms Simulation Environment (DOSE)" \
17
- --url=https://github.com/mauriceling/dose \
18
- --show-imports \
19
- --show-private \
20
- --show-sourcecode \
21
- --show-frames \
22
- --navlink=https://github.com/mauriceling/dose \
23
24
25
-mv pdf/api.pdf DOSE_API_Documentation.pdf
26
-rm -rf pdf
+ dose
0 commit comments