Metadata-Version: 2.1
Name: fastdoc
Version: 0.0.2
Summary: Convert jupyter notebooks to asciidoc
Home-page: https://github.com/fastai/fastdoc/tree/master/
Author: Sylvain Gugger and Jeremy Howard
Author-email: info@fast.ai
License: Apache Software License 2.0
Description: # fastdoc
        > Create publication-quality books from Jupyter notebooks
        
        
        The output of `fastdoc` is an [asciidoc](https://asciidoc.org/) file for each input notebook. You can then use [asciidoctor](https://asciidoctor.org/) 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](https://github.com/fastai/fastbook/).
        
        
Keywords: jupyter notebook asciidoc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
