Metadata-Version: 2.4
Name: sphinx-tojupyter
Version: 0.6.0
Summary: Sphinx "Jupyter" extension to build Jupyter notebooks.
Home-page: https://github.com/QuantEcon/sphinx-tojupyter
Download-URL: https://github.com/QuantEcon/sphinx-tojupyter/archive/v0.6.0.tar.gz
Author: QuantEcon
Author-email: contact@quantecon.org
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx :: Extension
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: sphinx>=7.0
Requires-Dist: myst-nb>=0.14
Requires-Dist: pyyaml
Requires-Dist: nbformat
Requires-Dist: nbconvert
Requires-Dist: dask[distributed]
Requires-Dist: nbdime
Provides-Extra: test
Requires-Dist: nox>=2024.3.2; extra == "test"
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: myst-parser>=4.0; extra == "test"
Requires-Dist: sphinx-exercise>=1.0; extra == "test"
Requires-Dist: sphinx-proof>=0.3; extra == "test"
Provides-Extra: dev
Requires-Dist: nox>=2024.3.2; extra == "dev"
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: myst-parser>=4.0; extra == "dev"
Requires-Dist: sphinx-exercise>=1.0; extra == "dev"
Requires-Dist: sphinx-proof>=0.3; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension 
for building Jupyter notebooks.

The default behavior of the `jupyter` builder is to provide notebooks that are readable
with an emphasis on supporting basic markdown into the notebooks.

This project is maintained and supported by [QuantEcon](http://quantecon.org/)
