Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Nov 16, 2023
  2. Nov 15, 2023
    • Jason Kridner's avatar
      librobotcontrol: start simple for now · 7438b5d4
      Jason Kridner authored
      Disabling `exhale` because it is just overloading things right now.
      
      Hidden in this commit are a couple of other items:
      * Enable .md documents for CONTRIBUTING.md to avoid same content not on
        docs.beagleboard.org
      * Added graphviz to the venv setup, but that doesn't do much as I think
        it was already there
      7438b5d4
  3. Oct 28, 2023
    • Jason Kridner's avatar
      Add venv-build-env.sh · ae6f46ac
      Jason Kridner authored
      ```shell-session
      $ source ./venv-build-env.sh
      $ cd projects/librobotcontrol/docs
      $ doxygen
      $ cd ../../..
      $ sphinx-build -M html . public
      ```
      ae6f46ac