{"library":"nbdev-sphinx","title":"nbdev-sphinx","description":"nbdev-sphinx provides Sphinx extensions for nbdev, enabling automatic documentation of Jupyter notebooks and Python libraries. It offers directives to include notebook outputs, search notebook metadata, and integrate with fastai's nbdev workflow. Current version: 0.0.2398.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nbdev-sphinx"],"cli":null},"imports":["from nbdev_sphinx import NbdevDoc","from nbdev_sphinx import NbdevSearch"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nbdev_sphinx import NbdevDoc\nfrom sphinx.application import Sphinx\n# Example usage in conf.py:\n# extensions = ['nbdev_sphinx']\n# nbdev_doc = NbdevDoc()\n# nbdev_sphinx_show_doc = True","lang":"python","description":"Basic usage: add 'nbdev_sphinx' to Sphinx extensions in conf.py. The NbdevDoc class can be used programmatically to generate documentation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}