.. Copyright 2013 tsuru authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. ++++++++++ contribute ++++++++++ * Source hosted at `GitHub `_ * Report issues on `GitHub Issues `_ Pull requests are very welcome! Make sure your patches are well tested and documented :) development environment ======================= See this guide to :doc:`setting up you tsuru development environment `. And follow our :doc:`coding style guide `. running the tests ================= You can use `make` to install all tsuru dependencies and run tests. It will also check if everything is ok with your `GOPATH` setup: .. highlight:: bash :: $ make writing docs ============ Tsuru documentation is written using `Sphinx `_, which uses `RST `_. Check these tools docs to learn how to write docs for Tsuru. building docs ============= In order to build the HTML docs, just run on terminal: .. highlight:: bash :: $ make doc