.. -*- restructuredtext -*- ============================== Contentui extension for Sphinx ============================== This is a modified fork of Serge Domkowski's `examplecode extension `_ for Sphinx. About ===== This is a simple extension that is rendered as HTML widgets: - `Content tab `_ - `Column content `_ - `Toggle header `_ Example ------- `All-in-One Example `_ Installation ------------ .. code-block:: bash $ pip install sphinxcontrib-contentui Enabling the extension in Sphinx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Just add sphinxcontrib.contentui to the list of extensions in the **conf.py** file. For example: .. code-block:: bash extensions = ['sphinxcontrib.contentui'] Documentation ------------- Full documentation for end users can be found in the "docs" folder. It is also available online on `Read The Docs `_ .. Links: .. _Sphinx: http://sphinx.pocoo.org/` License ------- sphinxcontrib-contentui is licensed under the MIT License