A simple sphinx extension to generate images from G'MIC commands
Project description
gmic-sphinx
A Sphinx extension for displaying G'MIC command results as images using the gmic-py Python binding.
Usage
This Sphinx extension adds a new directive name gmicpic
that takes any gmic expression as input and outputs an image and the gmic command below as caption (other could come later). It has been tested with Sphinx's html
builder only for now.
It works only with the reStructuredText (aka ReST) documentation format, not Markdown or others.
In any of your .rst
file, add the following:
.. gmicpic:: your gmic command
For example:
.. gmicpic:: sp earth blur 4 output earthy.png
will yield a picture file-named earthy.png
followed by the command as caption:
sp earth blur 4 output earthy.png
G'MIC command pre-processing
- that the
output
parameter is optional. - In order to prevent proxy-blocking issues at docs build-time, G'MIC's samples are stored in this extension:
.. gmicpic:: sp leno blur 4
will yield a picture file-named with a unique id cce2fce2-e6fc-11ea-9e0e-8cec4b8c0881.png
followed by the command as caption:
sp leno blur 4
...implies that leno.png exists in the gmic_samples
directory (we have done it for you for <=2020 image samples already).
The resulting implicit output
image will be pre-stored in gmic-images/ with a unique-id generated .png
filename.
Installing & set-up
Install this Python module from pypi.org (in the same virtual environment as Sphinx):
pip install gmic-sphinx
Edit your Sphinx documentation project's conf.py
file and ensure you have line like:
extensions = ['gmic-sphinx']
You might need to add gmic-sphinx to your Python path.
Projects using this
This extension is used in the following projects:
- gmic-py // readthedocs.io documentation
- PR to add your project here :)
Tests
Automated pytest test cases are run in the Github Actions tab. You can run them yourself as well in a Python >= 3.7 environment.
Install the test requirements:
pip install dev-requirements.txt
Install the package locally:
pip install .
Run the pytest test suite:
py.test tests/
Releasing
If you are maintainer and would like to trigger a new release for this project, you do not need any credential since they are stored as Github Secret for this project. You just have:
- Change the version number in
gmic_sphinx/gmicpic.py
'ssetup()
function andgmic_sphinx/gmicpic.py
'ssetup()
function. - to Git-push a new tag, as described in this Github Action Worfklow file.
License
This project is under the CeCILL License.
Project details
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 gmic-sphinx-0.0.4.tar.gz
.
File metadata
- Download URL: gmic-sphinx-0.0.4.tar.gz
- Upload date:
- Size: 32.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30e05a7fd69ce5d3917a5ec3b915fa0c9ebc083684c048796486eee3f40469f5 |
|
MD5 | 4c03f2829ccbe1a90476e39af6bf326e |
|
BLAKE2b-256 | ff4a90517e50655ad4abbc6a778eca6068152bd4bb1d15a7a02e42b96bc326e3 |
File details
Details for the file gmic_sphinx-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: gmic_sphinx-0.0.4-py3-none-any.whl
- Upload date:
- Size: 32.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e81236fc0443277820f0402fc221c56f778cb751fe304c24f8be682693a9890d |
|
MD5 | 1c19847f1c38452d27c592957610bba6 |
|
BLAKE2b-256 | 3bfb11d040d0155e6cdf6c0df15affe7b129a6d7aef553bf59893a8ee28def69 |