Skip to content

T Coffee meta manual

Paolo Di Tommaso edited this page May 11, 2015 · 4 revisions

T-Coffee documentation is written in the RestructuredText format by using the Sphinx tool.

Prerequisites

You need GNU make and Python installed in your computer

Procedure

  1. Install Sphinx by using the command:

    easy_install -U Sphinx

  2. Clone the T-Coffee repository from Github (if you don't have it already):

    git clone [email protected]:cbcrg/tcoffee.git

  3. Move to the docs dir:

    cd tcoffee/docs

  4. Edit the .rst files with your favourite text editor. At this link there's an useful rst format primer:

http://sphinx-doc.org/rest.html

  1. File page-example.rst contains a generic page template that you can use to start a new documentation page