Skip to content

Commit ad85c66

Browse files
committed
removed PDF documentation generation
1 parent 44c9020 commit ad85c66

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

generate_epydoc_documentations

+1-16
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,4 @@ epydoc --verbose \
88
--show-sourcecode \
99
--show-frames \
1010
--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-
dose
24-
25-
mv pdf/api.pdf DOSE_API_Documentation.pdf
26-
rm -rf pdf
11+
dose

0 commit comments

Comments
 (0)