Skip to content
Snippets Groups Projects
Commit 647778f4 authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Improve pre- and postprocessing of documentation

Fixes issue #49, and some minor mistakes.
parent 2bb7bf35
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 17 deletions
File added
docs/_build/latex/MindstormsEV3Toolbox.pdf
\ No newline at end of file
/home/tim/toolbox/docs/_build/latex/MindstormsEV3Toolbox.pdf
\ No newline at end of file
.. automodule:: source
.. automodule:: source.tmp_doc_files
.. |br| raw:: html
<br />
============
CommandLayer
......@@ -12,4 +12,3 @@ Command
CommunicationInterface
======================
.. automodule:: source
.. automodule:: source.tmp_doc_files
.. |br| raw:: html
<br />
==================
CommunicationLayer
......@@ -13,5 +13,3 @@ USB
Bluetooth
=========
.. automodule:: source
.. automodule:: source.tmp_doc_files
.. |br| raw:: html
<br />
EV3
===
.. autoclass:: EV3
:members: connect, disconnect, stopAllMotors, beep, playTone, stopTone, tonePlayed, setProperties
......@@ -47,15 +47,15 @@ help:
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
.PHONY: html
html:
html:
@echo "Preprocessing..."
@python3 -c "import process; process.preprocess()"
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Postprocessing..."
@python3 -c "import process; process.postprocess()"
@python3 -c "import process; process.postprocess(); process.postprocess_html_files()"
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
.PHONY: dirhtml
......
.. automodule:: source
.. automodule:: source.tmp_doc_files
.. |br| raw:: html
......
.. automodule:: source
.. automodule:: source.tmp_doc_files
.. |br| raw:: html
......
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File deleted
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment