Go to file
Raimon Esteve b294723d33 Upgrade doc 2017-02-09 19:13:23 +01:00
doc Upgrade doc 2017-02-09 19:13:23 +01:00
sphinxcontrib Upgrade path.py > 0.10 2017-02-02 09:13:18 +01: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 Upgrade CHANGELOG 2017-02-09 18:59:31 +01: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
TODO Functional version of view directive (screenshots). Missing feature sin TODO file 2014-06-18 10:27:43 +02:00
requirements.txt Upgrade path.py > 0.10 2017-02-02 09:13:18 +01:00
setup.py Update Sphinx depends 1.4.9 2017-02-07 14:49:38 +01:00

README

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