You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/02/28 06:24:19 UTC

[jira] [Created] (TAJO-642) Change tajo documentation tool to sphinx

Hyunsik Choi created TAJO-642:
---------------------------------

             Summary: Change tajo documentation tool to sphinx
                 Key: TAJO-642
                 URL: https://issues.apache.org/jira/browse/TAJO-642
             Project: Tajo
          Issue Type: Task
          Components: documentation
    Affects Versions: 0.8-incubating, 1.0-incubating
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi


As we discussed at http://markmail.org/message/h6a3kdiyaitc5h5w, we decided to change tajo documentation tool from markdown to Sphinx.

This patch adds tajo-docs module to the source tree, and it also includes the translated documentation.

You can see the candidate page at below link.
http://people.apache.org/~hyunsik/new_docs/

The build way is as follows:
{code}
cd tajo-docs
mvn clean package
ls -l target/html
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)