sphinx-copybutton 0.5.2
pip install sphinx-copybutton
Released:
Add a copy button to each of your code cells.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Executable Book Project
- Requires: Python >=3.7
Classifiers
- Framework
- License
- Programming Language
Project description
sphinx-copybutton
A small sphinx extension to add a "copy" button to code blocks.
See the sphinx-copybutton documentation for more details!
Installation
You can install sphinx-copybutton
with pip
:
pip install sphinx-copybutton
Or with conda
via conda-forge
:
conda install -c conda-forge sphinx-copybutton
Usage
In your conf.py
configuration file, add sphinx_copybutton
to your extensions list.
E.g.:
extensions = [
...
'sphinx_copybutton'
...
]
When you build your site, your code blocks should now have little copy buttons to their right. Clicking the button will copy the code inside!
Customization
If you'd like to customize the look of the copy buttons, you can over-write any of the CSS rules specified in the Sphinx-CopyButton CSS file (link)
Development
Development should principally adhere to the EBP Developer Conventions
Sphinx-Copybutton is hosted on the pypi repository. After a release - following the EBP release instructions - confirm that the new version of Sphinx-Copybutton is posted to pypi.
Acknowledgements
Many thanks to the excellent clipboard.js library for the lightweight javascript code that powers the copy button!
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Executable Book Project
- Requires: Python >=3.7
Classifiers
- Framework
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx-copybutton-0.5.2.tar.gz
.
File metadata
- Download URL: sphinx-copybutton-0.5.2.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd |
|
MD5 | dea6f565084ba8046512b18312fb5471 |
|
BLAKE2b-256 | fc2ba964715e7f5295f77509e59309959f4125122d648f86b4fe7d70ca1d882c |
File details
Details for the file sphinx_copybutton-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: sphinx_copybutton-0.5.2-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb543fd386d917746c9a2c50360c7905b605726b9355cd26e9974857afeae06e |
|
MD5 | 6781b8e0c3f77c146776b07ab345402a |
|
BLAKE2b-256 | 9e481ea60e74949eecb12cdd6ac43987f9fd331156388dcc2319b45e2ebb81bf |