1
0
Fork 0
Commit Graph

44 Commits

Author SHA1 Message Date
Willi Goesgens 7014a94225 Use highlight.js for the examples 2015-08-17 11:50:35 +02:00
Willi Goesgens 6ea2d42b94 handle non-proper terminated docublocks 2015-08-14 14:45:28 +02:00
Willi Goesgens 4012a26743 Work on the templating mechanics
- preserve the linebreaks with <br /> for intermediate processing. However, this needs to be removed later on.
  - flip the sequence of @brief and @RESTHEADER so the output makes more sense.
2015-08-13 15:39:06 +02:00
Willi Goesgens 15b450f13b Output the full path to the file, README.mdpp alone isn't that informative. 2015-08-11 14:15:49 +02:00
Willi Goesgens 4245817c82 Propper error handling for malformed example tokens 2015-08-06 17:03:40 +02:00
Willi Goesgens 80a43d30a1 Rework documentation generation process
- remove bot.py, its done now in generateMdFiles.py
  - remove make file target that calls python markdownPP for each file
  - add generateMdFiles.py that now
    - iterates over all files to be processed
    - runs markdownPP as a module for it
    - runs the codeblock replacer
  - sort per book make targets
  - bisect intermediate files into a temporary directory: ppbooks; this simplifies cleaning dramatically.
2015-08-06 13:20:35 +02:00
Willi Goesgens 686dee6671 Implement codeblocks inside of mdpp files. 2015-08-05 13:38:40 +02:00
Willi Goesgens 021d01e4fe Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
Willi Goesgens 1eb340ff25 Handle error of endDocuBlock without previously seeing startDocuBlock 2015-08-03 16:46:31 +02:00
Thomas Schmidts ce43e1431e Changed path in the codeblockreader for the documentation 2015-06-22 14:38:51 +02:00
Jan Steemann 7161e92049 added comment 2015-06-18 15:53:33 +02:00
Thomas Schmidts 4cd7ea3f6f Changed readable folders for documentation 2015-06-18 15:45:48 +02:00
Thomas Schmidts 8f2a6f6122 Fixed problem with example toggling 2015-05-28 14:39:06 +02:00
Willi Goesgens 47f8440436 Simplify inline configuration; we now pick the toplevel directories so not that many situations will demand to change this file anymore. 2015-05-26 18:36:45 +02:00
Willi Goesgens 3c4796d179 Make it exit 1 on fail. 2015-05-26 17:34:28 +02:00
Willi Goesgens d1065c0809 HTML-Escape example output here too. 2015-05-05 19:05:26 +02:00
Thomas Schmidts d7dc9ea169 Fixed broken examples in the documentation 2015-04-12 13:47:26 +02:00
Jan Steemann 270397da32 fix paths 2015-04-03 12:45:53 +02:00
Thomas Schmidts 547a4de1ad Added folder to the codeBlockReader for the documentation 2015-04-02 17:36:35 +02:00
Thomas Schmidts e43725c56c Error Codes will be shown correctly in the documentation 2014-10-28 11:50:34 +01:00
Thomas Schmidts 334e11cfa6 Fixed error with wrong syntax in some codes 2014-10-15 18:04:24 +02:00
Thomas Schmidts fd2c22c435 Added readme for creating the documentation and changed printout of the makefile 2014-09-23 13:38:56 +02:00
Thomas Schmidts efc845e8ad Improved script 2014-07-09 10:46:18 +02:00
Jan Steemann 7b8122acb3 wrote WAL configuration documentation 2014-07-06 17:34:01 +02:00
Thomas Schmidts 648014bc8f Fixed appearance of errorCodes in Documentation, moved files 2014-07-03 16:46:07 +02:00
Thomas Schmidts e46d87f23c Changed documentation code in configure chapter 2014-07-02 14:08:41 +02:00
Thomas Schmidts a828ed3d08 Changed some code comments 2014-07-01 16:30:36 +02:00
Frank Celler 34908e450b hidden for http examples 2014-06-23 14:04:16 +02:00
Thomas Schmidts 06e033c0c8 Some improvements in the python script 2014-06-23 08:55:47 +02:00
Thomas Schmidts 3f558b2a85 Fixed correct look for lists in gitbook 2014-06-20 15:42:53 +02:00
Thomas Schmidts 90ad06833f Change some comments in the code 2014-06-20 15:10:16 +02:00
Frank Celler f8e4dcce8e added show/hide button 2014-06-20 13:03:12 +02:00
Thomas Schmidts 0280245393 fixed small bug in python script 2014-06-20 09:59:13 +02:00
Frank Celler 54d675bc82 added folding 2014-06-18 21:55:26 +02:00
Frank Celler bd7f4d5b24 added close 2014-06-18 20:05:22 +02:00
Thomas Schmidts f4e8f439bd Script for reading code automatically 2014-06-18 11:09:20 +02:00
Michael Hackstein 5692606fd4 Fixed a bug in codeBlockReader and added new edge examples 2014-06-17 13:34:13 +02:00
Thomas Schmidts 8082941e94 Added Upgrading to gitbook 2014-06-17 11:21:15 +02:00
Michael Hackstein b110cf044f The code block reader is now able to replace ARANGOSH_OUTPUT statements 2014-06-16 16:29:34 +02:00
Michael Hackstein b1ccec61b2 Improved new documentation generator. It now injects code from examples correctly 2014-06-06 16:38:11 +02:00
Thomas Schmidts fb312711d0 small changes in the documentation 2014-06-05 14:50:35 +02:00
Thomas Schmidts 1b3a138fa4 .mds will be deleted after gitbook is made. Also modified search for codeDocuBlock 2014-06-05 12:53:10 +02:00
Thomas Schmidts 87e0d54f04 small changes for new documentation in code-docu 2014-06-03 14:55:39 +02:00
Thomas Schmidts fb9b8986d2 the new documentation 2014-06-02 13:44:09 +02:00