Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blockchainsllc/in3-docs
- Owner: blockchainsllc
- Created: 2019-06-24T18:21:44.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-13T21:29:55.000Z (about 3 years ago)
- Last Synced: 2023-03-02T12:01:05.610Z (almost 2 years ago)
- Language: Shell
- Size: 11.4 MB
- Stars: 6
- Watchers: 3
- Forks: 12
- 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 representationin order to update the Typescript-docu:
```
./updateTS.sh
```in order to update the C-docu:
```
./updateC.sh
```