You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
odig — Lookup documentation of installed OCaml packages
odig is a command line tool to lookup documentation of installed OCaml
packages. It finds package metadata, readmes, change logs, licenses,
cross-referenced odoc API documentation and manuals.
odig is distributed under the ISC license. The theme fonts have their
own licenses.
If you don't use opam consult the opam file for build
instructions.
Documentation
A few commands to get you started:
odig doc # Show API docs and manuals of installed packages
odig readme odig # Consult the readme of odig
odig changes odig # Consult the changelog of odig
odig browse issues odig # Browse odig's issues.
The manual and packaging conventions can be consulted online or
via odig doc odig.
Questions are welcome but better asked on the OCaml forum than on the
issue tracker.
Sample odoc API documentation and manuals
A sample output of generated API documentation and manuals on a
best-effort maximal set of packages of the OCaml opam repository is
available here.
The Vg module
and its sub-modules is a good example to look at, it has a good mix of
documentation cases.
The different themes distributed with odig can be seen on the sample
at the following addresses.
Note that for technical reasons the OCaml manual under these addresses
is always themed according to odig.default. This is not what happens
if you use odig for yourself, the manual will render according to
your theme's color scheme.