we need to create a user manual for the robot which we need to hand in.
suggestion: use mdbook to create this as it's super convenient to just write markdown (IDEs like CLion render it directly for you) and let mdbook create a nice page out of it (with a search built in!) and host it on github. this worked well for me in the last semester (see the source (and the publish workflow) and the documentation). having the documentation in the same repo as the code allows extending/updating it with every code change which needs a documentation change.
we need to create a user manual for the robot which we need to hand in.
suggestion: use mdbook to create this as it's super convenient to just write markdown (IDEs like CLion render it directly for you) and let mdbook create a nice page out of it (with a search built in!) and host it on github. this worked well for me in the last semester (see the source (and the publish workflow) and the documentation). having the documentation in the same repo as the code allows extending/updating it with every code change which needs a documentation change.