Carp/docs/core
guberathome e9537a8ba9
PR: additional local documentation as html (#1229)
* docs: implemented python script to convert local documentation from .md files to .html files

* docs: filled index.md; reviewed all references in .md files

* docs: updated Embedded.md and resized carp_on_arduboy.jpg to sensible width

* docs: copy sub folders (./docs/core and ./docs/sdl) to ./docs-html/ and refer docu to it

* docs: phrased requirements more clearly

* docs: generate docs for Standard libraries before converting .md docs to .html

* docs: change index to markdown lists

* docs: index.md worked around limitation in md converter

* docs: removed modules count from Libraries.md

Co-authored-by: guberatsie <gunnar.bernhardt@siemens.com>
2021-05-31 10:15:09 +02:00
..
carp_style.css feat: add deprecation meta (#1136) 2021-01-26 13:22:50 +01:00
generate_core_docs.carp PR: additional local documentation as html (#1229) 2021-05-31 10:15:09 +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