Skip to content

Write C++ tutorials and documentation in a restructured text dialect and convert it to HTML. In particular the scripts execute your example code and include their output into the produced HTML code.

License

Notifications You must be signed in to change notification settings

michael-lehn/DocTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======
DocTool
=======

Getting started:

    https://www.mathematik.uni-ulm.de/~lehn/DocTool

(Simple) Video-Tutorial:
    https://www.youtube.com/watch?v=Yiyszxw8feY


Purpose
=======
The original purpose of this tool is writing the documentation and tutorials
for the FLENS project:

    https://www.mathematik.uni-ulm.de/~lehn/FLENS/

You can write documentation in a restructured text dialect and doctool will
produce html.  For example

    https://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/lapack/lapack.doc.txt

will result in

    https://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/lapack/lapack.html

The nice thing is that you can embed shell scripts and C++ code in your
documents and doctool will execute them and include the output into the HTML.
For example

    https://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/examples/lapack-getrf.doc.txt

will result in

    https://www.mathematik.uni-ulm.de/~lehn/FLENS/flens/examples/lapack-getrf.html



About

Write C++ tutorials and documentation in a restructured text dialect and convert it to HTML. In particular the scripts execute your example code and include their output into the produced HTML code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published