Sphinx "css3image" extension
Project description
This plugin provides an enhanced image directive with additional CSS properties for Sphinx Documentation Generator.
Written by Fabrice Salvaire.
Installation
See sphinx-contrib for more details.
To install the plugin, you have to run these commands:
python setup.py build
python setup.py install
The PySpice source code is hosted at https://github.com/FabriceSalvaire/sphinx-css3image
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/sphinx-css3image
Usage
To load the plugin, you have to add it in your conf.py file.
extensions = [
...
'sphinxcontrib.css3image',
]
Directives
This plugin adds a new directive css3image which is equivalent to the original, but with additional CSS properties:
.. css3image:: /_images/foo.png :margin: 10px 10px 10px 10px :margin-left: 10px :margin-right: 10px :margin-top: 10px :border-radius: 10px :transform-origin: 10px 10px :translate: 10px 10px :translateY: 10px :translateX: 10px :scaleX: 2.0 :scaleY: 2.0 :rotate: -10deg
Unit is mandatory for length value.
Project details
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
File details
Details for the file sphinxcontrib-css3image-0.1dev-20140921.tar.gz
.
File metadata
- Download URL: sphinxcontrib-css3image-0.1dev-20140921.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9bbb9033bacf7cab57a27e9bbeface3a36c5e68a7478809486bb0a36712df08 |
|
MD5 | 80ad86a0aa17c442d454a64ff89e6e75 |
|
BLAKE2b-256 | 0a4a9cd3d4fc7c1289ea9b57b5c8875625fefa4571267b840f191a35de0d814e |