Novus Widget Documentation
==========================

A sample reStructuredText document for testing docutils, Sphinx, and editors.

Introduction
------------

The **Novus Widget** renders a configurable component. This file exercises reST
constructs: headings, lists, code blocks, and admonitions.

Installation
------------

Install from the package index::

    pip install novus-widget

Quick start
-----------

#. Import the widget.
#. Create an instance.
#. Call ``render()``.

.. code-block:: python

    from novus_widget import Widget
    Widget("#app").render()

.. note::

   Call ``render()`` after the page has loaded.

Options
-------

===========  =========  ==============================
Option       Default    Description
===========  =========  ==============================
theme        light      Colour theme (light or dark)
size         md         One of sm, md, lg
===========  =========  ==============================

License
-------

Free for any use. This text is synthetic sample content.
