Skip to content
/ fastdoc Public
forked from fastai/fastdoc

Create publication-quality books from Jupyter notebooks

License

Notifications You must be signed in to change notification settings

lewtun/fastdoc

 
 

Repository files navigation

fastdoc

Create publication-quality books from Jupyter notebooks

The output of fastdoc is an asciidoc file for each input notebook. You can then use asciidoctor to convert that to HTML, DocBook, epub, mobi, and so forth.

Install

pip install fastdoc or conda install fastdoc

How to use

Create notebooks in a folder called book. From that folder, run fastdoc_convert_all in your terminal. You'll find your exported asciidoc files and all images used in ../convert_book. For a single notebook demonstrating all the features of fastdoc, see the test/_test.ipynb notebook. For a complete O'Reilly book written in this way, see fastbook.

About

Create publication-quality books from Jupyter notebooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 97.0%
  • Python 2.9%
  • Other 0.1%