A sphinx extension for creating panels in a grid layout.
Project Links
Meta
Author: Chris Sewell
Classifiers
License
- OSI Approved :: MIT License
Programming Language
- Python :: 3
Topic
- Software Development :: Libraries :: Python Modules
Framework
- Sphinx :: Extension
sphinx-panels
A sphinx extension for creating panels in a grid layout. utilising both the bootstrap 4 grid system, and cards layout.
.. 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
Also, 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
Jun 03, 2021
0.6.0
Oct 12, 2020
0.5.2
Sep 22, 2020
0.5.1
Sep 15, 2020
0.5.0
Jun 30, 2020
0.4.1
May 19, 2020
0.4.0
May 15, 2020
0.3.2
May 15, 2020
0.3.1
May 10, 2020
0.3.0
May 04, 2020
0.2.0
May 01, 2020
0.1.0