1
0
Fork 0
mirror of https://github.com/NaN-tic/trydoc.git synced 2023-12-14 02:03:42 +01:00
Go to file
2014-06-18 10:29:37 +02:00
doc Removed sphinxcontrib-inheritance from requirements and updated documentation 2013-11-10 10:32:41 +01:00
sphinxcontrib Functional version of view directive (screenshots). Missing feature sin TODO file 2014-06-18 10:27:43 +02:00
test Make menu directive more generic to allow referring to any XML id and rename it to tryref. 2012-02-23 08:28:20 +01:00
CHANGELOG Prepare version 0.5 2014-06-18 10:29:37 +02:00
COPYRIGHT Add files to create a standard python package. 2012-02-18 12:16:25 +01:00
INSTALL Removed sphinxcontrib-inheritance from requirements and updated documentation 2013-11-10 10:32:41 +01:00
LICENSE Add files to create a standard python package. 2012-02-18 12:16:25 +01:00
MANIFEST.in Version 0.4: package provide scripts to bootstrap and mantain the sphinx project 2013-11-07 23:38:38 +01:00
README Fix packages.python.org link in README file 2013-11-10 10:34:48 +01:00
requirements.txt Removed sphinxcontrib-inheritance from requirements and updated documentation 2013-11-10 10:32:41 +01:00
setup.py Prepare version 0.5 2014-06-18 10:29:37 +02:00
TODO Functional version of view directive (screenshots). Missing feature sin TODO file 2014-06-18 10:27:43 +02:00

trydoc
======

http://packages.python.org/trydoc

A Sphinx_ extension providing Tryton-specific markup.


Installation
------------

This extension can be installed from the Python Package Index::

  pip install trydoc

Alternatively, you can clone the trydoc repository from BitBucket,
and install the extension directly from the repository::

  hg clone https://bitbucket.org/nantic/trydoc
  cd trydoc
  python setup.py install


Usage
-----

Please refer to the documentation_ for further information.


.. _`Sphinx`: http://sphinx.pocoo.org/latest
.. _documentation: http://packages.python.org/trydoc