sphinx-revealjs-copycode


Namesphinx-revealjs-copycode JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummarySphinx extension to setup Reveal.js CopyCode plugin with sphinx-revealjs
upload_time2025-02-01 13:06:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License
keywords reveal.js sphinx copy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-revealjs-copycode

## Usage

Install in your sphinx-revealjs project.

```
$ pip install sphinx-revealjs-copycode
```

Create your presentation with sphinx-revealjs.

Then edit `conf.py` to use this extension.

```diff
extensions = [
    "sphinx_revealjs",
+    "sphinx_revealjs_copycode",
]

+revealjs_script_plugins = [
+    {
+        "name": "CopyCode",
+        "src": "revealjs4/plugin/copycode/copycode.js",
+    },
+]
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sphinx-revealjs-copycode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Reveal.js, Sphinx, copy",
    "author": null,
    "author_email": "nikkie <takuyafjp+develop@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/02/90/1f98c1cf8b6481eec178753dcfa07ed1c39466f8ea31c2c90d1dbfb56c20/sphinx_revealjs_copycode-0.2.0.tar.gz",
    "platform": null,
    "description": "# sphinx-revealjs-copycode\n\n## Usage\n\nInstall in your sphinx-revealjs project.\n\n```\n$ pip install sphinx-revealjs-copycode\n```\n\nCreate your presentation with sphinx-revealjs.\n\nThen edit `conf.py` to use this extension.\n\n```diff\nextensions = [\n    \"sphinx_revealjs\",\n+    \"sphinx_revealjs_copycode\",\n]\n\n+revealjs_script_plugins = [\n+    {\n+        \"name\": \"CopyCode\",\n+        \"src\": \"revealjs4/plugin/copycode/copycode.js\",\n+    },\n+]\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Sphinx extension to setup Reveal.js CopyCode plugin with sphinx-revealjs",
    "version": "0.2.0",
    "project_urls": {
        "Repository": "https://github.com/ftnext/sphinx-revealjs-copycode"
    },
    "split_keywords": [
        "reveal.js",
        " sphinx",
        " copy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a88951fb90fa933c7a0153b9cbf5a945b5f8e8da2da81d7cb30b788ebb1a4ff8",
                "md5": "5b13578ba2981f2edc896e8dd8fa7212",
                "sha256": "7ab62f6b7aed3e84b91ae06e1044fcc0774ac0e1ee8e17aa63277ee8c1145359"
            },
            "downloads": -1,
            "filename": "sphinx_revealjs_copycode-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b13578ba2981f2edc896e8dd8fa7212",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3377,
            "upload_time": "2025-02-01T13:06:24",
            "upload_time_iso_8601": "2025-02-01T13:06:24.510134Z",
            "url": "https://files.pythonhosted.org/packages/a8/89/51fb90fa933c7a0153b9cbf5a945b5f8e8da2da81d7cb30b788ebb1a4ff8/sphinx_revealjs_copycode-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02901f98c1cf8b6481eec178753dcfa07ed1c39466f8ea31c2c90d1dbfb56c20",
                "md5": "93729569b79635ee972423b18536c2cf",
                "sha256": "6c0280046dbf811ad4c450ebbf1443e8f36d22010fa43bf4cb19a194c48f7854"
            },
            "downloads": -1,
            "filename": "sphinx_revealjs_copycode-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "93729569b79635ee972423b18536c2cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5381,
            "upload_time": "2025-02-01T13:06:26",
            "upload_time_iso_8601": "2025-02-01T13:06:26.255295Z",
            "url": "https://files.pythonhosted.org/packages/02/90/1f98c1cf8b6481eec178753dcfa07ed1c39466f8ea31c2c90d1dbfb56c20/sphinx_revealjs_copycode-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 13:06:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ftnext",
    "github_project": "sphinx-revealjs-copycode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sphinx-revealjs-copycode"
}
        
Elapsed time: 0.62035s