Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blockchainsllc/in3-docs

the documentation of incubed
https://github.com/blockchainsllc/in3-docs

Last synced: 3 months ago
JSON representation

the documentation of incubed

Awesome Lists containing this project

README

        

# doc

documentation for incubed.

to build the documentation run

```
./build.sh
```

the results will be found in

- `build/html/index.html` - the html-pages
- `build/latex/Incubed.pdf` - the pdf-document
- `build/text/index.txt` - text representation

in order to update the Typescript-docu:

```
./updateTS.sh
```

in order to update the C-docu:

```
./updateC.sh
```