Update on Overleaf.

This commit is contained in:
Michele Bigi
2026-07-06 15:15:38 +00:00
committed by node
parent d49b2011dd
commit fae9636967
13 changed files with 93 additions and 572 deletions
+4 -3
View File
@@ -47,9 +47,10 @@ doxygen Doxyfile
python3 tools/check-manual-sync.py
```
The LaTeX manual (`docs/manual/`) documents design and the HTTP JSON API
(`ch-api.tex`); Doxygen documents C++ signatures. Rebuild the PDF with
`latexmk -lualatex manual.tex` inside `docs/manual/`.
The LaTeX manual lives in `Software/docs/manual/` (canonical). The repository
root `docs/` is a symbolic link to that folder for convenience and Overleaf
/GitHub browsing. Design and HTTP JSON API: `ch-api.tex`; rebuild the PDF with
`latexmk -lualatex manual.tex` inside `docs/` or `Software/docs/manual/`.
## Coding conventions