sphinx-thebe


Namesphinx-thebe JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryIntegrate interactive code blocks into your documentation with Thebe and Binder.
upload_time2024-02-07 13:31:57
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords development docutils sphinx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-thebe

[![Documentation](https://readthedocs.org/projects/sphinx-thebe/badge/?version=latest)](https://sphinx-thebe.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/sphinx-thebe.svg)](https://pypi.org/project/sphinx-thebe)

Integrate interactive code blocks into your documentation with Thebe and Binder.

See [the sphinx-thebe documentation](https://sphinx-thebe.readthedocs.io/en/latest/) for more details!

## Install

To install `sphinx-thebe` first clonse and install it:

```
pip install sphinx-thebe
```

Then, add it to your Sphinx site's `conf.py` file:

```
extensions = [
    ...
    "sphinx_thebe"
    ...
]
```

See [the sphinx-thebe documentation](https://sphinx-thebe.readthedocs.io/en/latest/) for more details!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sphinx-thebe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Executable Books Team <executablebooks@gmail.com>",
    "keywords": "development,docutils,sphinx",
    "author": "",
    "author_email": "Executable Books Team <executablebooks@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/da/fd/926ba4af1eb2708b1ac0fa4376e4bfb11d9a32b2a00e3614137a569c1ddf/sphinx_thebe-0.3.1.tar.gz",
    "platform": null,
    "description": "# sphinx-thebe\n\n[![Documentation](https://readthedocs.org/projects/sphinx-thebe/badge/?version=latest)](https://sphinx-thebe.readthedocs.io/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/v/sphinx-thebe.svg)](https://pypi.org/project/sphinx-thebe)\n\nIntegrate interactive code blocks into your documentation with Thebe and Binder.\n\nSee [the sphinx-thebe documentation](https://sphinx-thebe.readthedocs.io/en/latest/) for more details!\n\n## Install\n\nTo install `sphinx-thebe` first clonse and install it:\n\n```\npip install sphinx-thebe\n```\n\nThen, add it to your Sphinx site's `conf.py` file:\n\n```\nextensions = [\n    ...\n    \"sphinx_thebe\"\n    ...\n]\n```\n\nSee [the sphinx-thebe documentation](https://sphinx-thebe.readthedocs.io/en/latest/) for more details!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Integrate interactive code blocks into your documentation with Thebe and Binder.",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/executablebooks/sphinx-thebe"
    },
    "split_keywords": [
        "development",
        "docutils",
        "sphinx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca7ca53bdb465fd364bc3d255d96d5d70e6ba5183cfb4e45b8aa91c59b099124",
                "md5": "872ba8963c797e83b3cc38801201173a",
                "sha256": "e7e7edee9f0d601c76bc70156c471e114939484b111dd8e74fe47ac88baffc52"
            },
            "downloads": -1,
            "filename": "sphinx_thebe-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "872ba8963c797e83b3cc38801201173a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9030,
            "upload_time": "2024-02-07T13:31:55",
            "upload_time_iso_8601": "2024-02-07T13:31:55.286266Z",
            "url": "https://files.pythonhosted.org/packages/ca/7c/a53bdb465fd364bc3d255d96d5d70e6ba5183cfb4e45b8aa91c59b099124/sphinx_thebe-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dafd926ba4af1eb2708b1ac0fa4376e4bfb11d9a32b2a00e3614137a569c1ddf",
                "md5": "85d81d6ad0ce49b598e56ba930f708ec",
                "sha256": "576047f45560e82f64aa5f15200b1eb094dcfe1c5b8f531a8a65bd208e25a493"
            },
            "downloads": -1,
            "filename": "sphinx_thebe-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "85d81d6ad0ce49b598e56ba930f708ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20789,
            "upload_time": "2024-02-07T13:31:57",
            "upload_time_iso_8601": "2024-02-07T13:31:57.002958Z",
            "url": "https://files.pythonhosted.org/packages/da/fd/926ba4af1eb2708b1ac0fa4376e4bfb11d9a32b2a00e3614137a569c1ddf/sphinx_thebe-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 13:31:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "executablebooks",
    "github_project": "sphinx-thebe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sphinx-thebe"
}
        
Elapsed time: 0.36295s