sphinx-panels 0.1.0


pip install sphinx-panels==0.1.0

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.

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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
docutils
sphinx