sphinx-panels

A sphinx extension for creating panels in a grid layout.


Keywords
sphinx, html, bootstrap, grid, card, dropdown, button, badge, cards, grid-layout, panels, sphinx-extension
License
MIT
Install
pip install sphinx-panels==0.6.0

Documentation

sphinx-panels

A sphinx extension for creating panels in a grid layout.

This directive creates panels of content in a 2 x N layout. The panels are separated by three or more -

.. panels::
    :centred:

    Content of the top-left panel

    ---

    Content of the top-right panel

    ---

    Content of the bottom-left panel

    ---

    Content of the bottom-right panel