/tach.github.com

github user page for tach

Primary LanguageJavaScript

tach.github.com

This repository is for managing http://tach.github.com/ .

How to edit and publish tach.github.com

  1. Install sphinx onto your client: http://sphinx.pocoo.org/
  2. Clone this repository: git clone git@github.com:tach/tach.github.com.git
  3. Edit your documents: cd src and vi index.rst
  4. Build and check the contents: make html && open ../_build/html/index.html
  5. Publish to github: make publish