diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 10:01:29 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-09-20 10:01:29 +0200 |
commit | 2e4bbe051ab130a3859e0b3c3a4477d7205df6a7 (patch) | |
tree | cafb41d412a3b2b9cf168d4bffb25b4b3f7ad5e4 /README.md | |
parent | 77973a72cb095f23a1e9bc776582781e8316e265 (diff) |
doc: Changed doc to new format
- split book.json to match new format
- changed description in README.md
- remove useless files
Change-Id: I235c6f033ad12eeac86cab16f4c311e61ca60351
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -29,13 +29,6 @@ This will install the binding into _${HOME}/opt/signal-composer_ directory. You ### Prerequisites -You can use gitbook to serve documentation. To do so, please install it using *npm* as well as *calibre* package from your package distribution manager: - -```bash -sudo npm install -g gitbook-cli -sudo apt-get install calibre -``` - To generate Doxygen documentation, you'll need doxygen and graphviz: ```bash @@ -51,18 +44,6 @@ cmake .. ### Generation -Generate a PDF version : - -```bash -gendocs.sh pdf -``` - -Serve an HTML version, this will run a web server that will serve you locally documentation : - -```bash -gendocs.sh serve -``` - Generate **doxygen** documentation: ```bash |