https://github.com/blockchainsllc/in3-docs
the documentation of incubed
https://github.com/blockchainsllc/in3-docs
Last synced: about 1 year ago
JSON representation
the documentation of incubed
- Host: GitHub
- URL: https://github.com/blockchainsllc/in3-docs
- Owner: blockchainsllc
- Created: 2019-06-24T18:21:44.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-13T21:29:55.000Z (over 4 years ago)
- Last Synced: 2025-03-27T19:13:41.845Z (about 1 year ago)
- Language: Shell
- Size: 11.4 MB
- Stars: 6
- Watchers: 3
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```