Experimenting with documentation tools
- OCaml 48.4%
- Makefile 48.3%
- Dune 3.3%
| .github/workflows | ||
| bin | ||
| doc | ||
| lib/doc_experiment | ||
| .gitattributes | ||
| .gitignore | ||
| .ocamlformat | ||
| .readthedocs.yaml | ||
| doc-experiment.opam | ||
| dune | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
doc-experiment-sphinx
⚠️ I have migrated my experimentation to this repository instead.
This is a toy project that I use to experiment with documentation tools. In particular I'd like to see if I can get a doc hosted on github pages (or a platform such as readthedocs.io), which would be built using markdown files with mdx enabled, including OCaml libraries API documentation (odoc).
- OCaml API documentation (odoc) deployed to GitHub Pages
- Sphinx doc deployed to GitHub Pages
- Sphinx doc deployed to Readthedocs.io
At the moment I haven't found a way to have both docs share a search index. This is work in progress.