Closed dentalfloss1 closed 4 months ago
Some other things to think about:
configure
/a Makefile that makes things work even without doxygen?extras_require
in the setup.py?make docs
option that builds everything if Python/doxygen are installed?I've made some changes to configure
. It now:
doxygen
isn't found about how the docs cannot be builtsphinx-build
, sphinx-apidoc
, and breathe-apidoc
scriptssphinx-*
or breathe-apidoc
are not found about how the Python docs cannot be builtmake doc
to build all possible docs with the Python stuff built as "singlehtml"I think that covers it. We should also update master once we're happy with these doc build changes.
I made quite a few changes to the README. Let me know what you think \
Clarify build instructions in the README file for users who are not using Docker.
Add information on making new packet formats in the C++ development section of the docs.