Carp/docs/core
Erik Svedäng 09c91c7f90
feat: Emit docs for top level bindings (#1253)
* refactor: Tiny cleanup before we begin

* refactor: Moved module finding to its own local function

* feat: save-docs-internal is now a binary command

* feat: This seems to work

* fix: Cleaned up the code, save-docs now emit one module per file listed
2021-06-28 19:56:59 +02:00
..
carp_style.css fix: render submodules in html docs (#1242) 2021-06-11 13:02:52 +02:00
generate_core_docs.carp feat: Emit docs for top level bindings (#1253) 2021-06-28 19:56:59 +02:00
logo.png an <project-title>_index.html is generated also 2018-03-27 11:47:39 +02:00
README.md PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +02:00

The Carp Standard Library Reference can be found online but your Carp installation should also contain a local copy in this very directory.

You can call a short Carp program to refresh the local copy. Please note that the program expects to be run from the Carp installation directory not from ./docs/core:

carp -x ./docs/core/generate_core_docs.carp