Metadata-Version: 1.1
Name: nb2plots
Version: 0.1
Summary: Converting between ipython notebooks and sphinx docs
Home-page: http://github.com/matthew-brett/nb2plots
Author: Matthew Brett
Author-email: matthew.brett@gmail.com
License: BSD license
Description: ##################################################
        nb2plots - converting between notebooks and sphinx
        ##################################################
        
        ************
        Dependencies
        ************
        
        You will need pandoc_ installed and available as the ``pandoc`` command.
        
        For OSX, we recommend homebrew_ for installing pandoc::
        
            brew install pandoc
        
        ****
        Code
        ****
        
        See https://github.com/matthew-brett/nb2plots
        
        Released under the BSD two-clause license - see the file ``LICENSE`` in the
        source distribution.
        
        `travis-ci <https://travis-ci.org/matthew-brett/nb2plots>`_ kindly tests the
        code automatically under Python versions 2.6 through 2.7, and 3.2 through 3.5.
        
        The latest released version is at https://pypi.python.org/pypi/nb2plots
        
        *******
        Support
        *******
        
        Please put up issues on the `nb2plots issue tracker`_.
        
        .. _pandoc: http://pandoc.org
        .. _homebrew: brew.sh
        .. _sphinx: http://sphinx-doc.org
        .. _rest: http://docutils.sourceforge.net/rst.html
        .. _nb2plots issue tracker: https://github.com/matthew-brett/nb2plots/issues
        .. _matplotlib plot_directive: http://matplotlib.org/sampledoc/extensions.html
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
