A sphinx extension for creating panels in a grid layout.
Project description
sphinx-panels
A sphinx extension for creating document components optimised for HTML+CSS.
-
The
panels
directive creates panels of content in a grid layout, utilising both the Bootstrap 4 grid system, and cards layout. -
The
link-button
directive creates a click-able button, linking to a URL or reference, and can also be used to make an entire panel click-able. -
The
dropdown
directive creates toggle-able content. -
The
tabbed
directive creates tabbed content. -
opticon
andfa
(fontawesome) roles allow for inline icons to be added.
.. panels::
Content of the top-left panel
---
Content of the top-right panel
---
Content of the bottom-left panel
---
Content of the bottom-right panel
The link-button
directive can be used to create buttons, which link to a URL (default) or reference.
They can be styled by Bootstrap button classes:
.. panels::
.. link-button:: https://example.com
:type: url
:tooltip: hallo
:classes: btn-success
---
This entire panel is clickable.
+++
.. link-button:: panels/usage
:type: ref
:text: Go To Reference
:classes: btn-outline-primary btn-block stretched-link
The dropdown
directive combines a Bootstrap card
with the HTML details tag to create a collapsible
drop-down panel.
.. dropdown:: Click on me to see my content!
I'm the content which can be anything:
.. link-button:: https://example.com
:text: Like a Button
:classes: btn-primary
Development
To run the tests:
pip install tox
tox -e py37-sphinx3
To test building the docs:
tox -e docs-clean html
tox -e docs-rebuild html
For live builds of the docs:
tox -e docs-live html
You can also build the docs in different themes, by setting HTML_THEME
to one of alabaster
, sphinx_rtd_theme
, pydata_sphinx_theme
, sphinx_book_theme
:
export HTML_THEME=sphinx_book_theme
tox -e docs-live
For code style and SCSS -> CSS updating:
pip install pre-commit
pre-commit run --all
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
Built Distribution
File details
Details for the file sphinx-panels-0.6.0.tar.gz
.
File metadata
- Download URL: sphinx-panels-0.6.0.tar.gz
- Upload date:
- Size: 85.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d36dcd26358117e11888f7143db4ac2301ebe90873ac00627bf1fe526bf0f058 |
|
MD5 | f2e926a14ad27d66d59fc329339d496e |
|
BLAKE2b-256 | d77bddb37819993d7328a743acc838220eb25032b501d5f6beeb6c59924e2e9e |
File details
Details for the file sphinx_panels-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: sphinx_panels-0.6.0-py3-none-any.whl
- Upload date:
- Size: 87.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd64afaf85c07f8096d21c8247fc6fd757e339d1be97832c8832d6ae5ed2e61d |
|
MD5 | d2fe14e8daf43d81eeb0bb3a5987d20b |
|
BLAKE2b-256 | 8a5a7232e77ac35af925fc231ec8b4242f8a26d7242da9b511a5605f1a091d4b |