Tobi/Doc: Tobi's cache
What
This MR adds documentation for the contents of the _tobi directory, which contains Tobi's cache.
Why
This knowledge can be useful to debug issues with installed components.
How
Wrote the page and added it to the index of Tobi's documentation.
Manually testing the MR
You can read the markdown version in GitLab's interface. In the diff view, click on the three dots and select "View file @ (commit hash)":
To read the HTML version:
sudo apt-get install markdown
cd tobi/doc
make
open html/index.html
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
