Commit 61e4f022264453d0b9d50bf2af50958d10005732
1 parent
79db9a00
Exists in
dev
codestyle make_rst_then_html bugfix (typo)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/doc_rst/make_rst_then_html
... | ... | @@ -55,8 +55,8 @@ sphinx-apidoc -f -o source/generated_api -a --separate --module-first --tocfile |
55 | 55 | #sphinx-apidoc -f -o --implicit-namespaces source ../../src/ |
56 | 56 | |
57 | 57 | |
58 | -# B - Generate HTML (and pdf) files (from RST) | |
59 | -# --------------------------------- | |
58 | +# B - Generate HTML and PDF files (from RST) | |
59 | +# ------------------------------------------- | |
60 | 60 | |
61 | 61 | echo |
62 | 62 | echo "-- generating API doc HTML files in build/html/index.html (from RST, with Sphinx)" |
... | ... | @@ -64,6 +64,6 @@ echo |
64 | 64 | sphinx-build -b html ./source/ build/html/ |
65 | 65 | |
66 | 66 | echo |
67 | -echo "-- generating API doc HTML files in build/pdf/Python.pdf (from RST, with Sphinx)" | |
67 | +echo "-- generating API doc PDF file in build/pdf/Python.pdf (from RST, with Sphinx)" | |
68 | 68 | echo |
69 | 69 | sphinx-build -b pdf source build/pdf/ | ... | ... |