=========================================
 TriAx Corp style theme sample for Sphinx
=========================================

Quick start
===========

install:

.. code-block:: bash

    $ easy_install sphinxjp.themes.trstyle


setup your ``conf.py`` with:

.. code-block:: bash

    extensions = ['sphinxjp.themecore']
    html_theme = 'trstyle'

and run:

.. code-block:: bash

    $ make html

then your will get this page's style HTML output.


Links
=====

:download: https://bitbucket.org/kironono/sphinxjp.themes.trstyle
:repository: https://bitbucket.org/kironono/sphinxjp.themes.trstyle
:bug tracker: https://bitbucket.org/kironono/sphinxjp.themes.trstyle/issues


Contents
========

.. toctree::

    readme
    options
    sample
    history