Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

UpdateDocumentation.md

File metadata and controls

27 lines (19 loc) · 1.05 KB

Update the documentation

All documentation is found in the /docs directory.

  1. If you need to create a new entry, add the new document in markdown (.md extension) to the corresponding folder. Otherwise, just edit the corresponding file.

Make sure the document has one single # header, otherwise they will be considered different documents.

  1. If a new folder is added, add it to the toctree inside docs/source/index.rst (as the peripherals folder is)
  2. Commit and push

Refresh the web documentation

After each change to the documentation, once the branch is merged into the main branch of X-HEEP, anyone must do the following:

  1. Open a terminal in the docs folder and make sure the conda environment is activated.
  2. If it is your first time updating the web docs, run:
pip install -r requirements.txt
  1. Run
make clean html
  1. Wait a few minutes and enjoy your brand new documentation in Read the Docs.

Thank you for helping keep X-HEEP accurately and extensively documented!