From 2e4bbe051ab130a3859e0b3c3a4477d7205df6a7 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 20 Sep 2018 10:01:29 +0200 Subject: 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 --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9042896..7714b29 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg