diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 992d7576..4994bab6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -24,7 +24,7 @@ the following checklist: 2. Update the API docs (if needed) 3. Update the tests (if needed) 4. Update - `cURL commands `_ + `cURL commands `_ page (if needed) Getting Started @@ -34,7 +34,7 @@ Setting up the Tuskar development environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This assumes you have done all the basic setup as described in -`INSTALL.rst `_. +`INSTALL.rst `_. Run the following:: # creates symlinks for installed code. Used for dev environment. diff --git a/INSTALL.rst b/INSTALL.rst index 3cee94ef..49e8b155 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -4,7 +4,7 @@ Installation Guide Tuskar source code should be pulled directly from git:: - git clone https://github.com/tuskar/tuskar.git + git clone https://github.com/stackforge/tuskar.git Setting up a local environment for development can be done with tox:: @@ -42,6 +42,6 @@ Setting up a local environment for development can be done with tox:: deactivate For additional developer information, take a look at -`CONTRIBUTING.rst `_ +`CONTRIBUTING.rst `_ and the -`Tuskar website `_. +`Tuskar website `_. diff --git a/README.rst b/README.rst index 61fbfcd2..bfa10e5e 100644 --- a/README.rst +++ b/README.rst @@ -21,20 +21,20 @@ usage metrics, aiding in capacity planning and hardware procurement decisions. For additional information, take a look at the `Tuskar -documentation `_. +documentation `_. Installation Information ------------------------ Please see -`INSTALL.rst `_ +`INSTALL.rst `_ for an installation guide. Contributing ------------ -Interested in contributing? Take a look at -`CONTRIBUTING.rst `_ +Interested in contributing? Take a look at +`CONTRIBUTING.rst `_ for details on how to do so. Contact Us diff --git a/docs/index.rst b/docs/index.rst index 8bcba94f..82401913 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,15 +27,15 @@ demo! `_ - *TODO* feature examples - *TODO* link to high-level portion of FAQ - `Recommended - reading `_ + reading `_ Related Projects ---------------- -- `tuskar-ui `_ - Built on top +- `tuskar-ui `_ - Built on top of Horizon, tuskar-ui provides dashboard access to Tuskar functionality. -- `python-tuskarclient `_ +- `python-tuskarclient `_ - A Python client for the Tuskar API, python-tuskarclient is utilized by tuskar-ui. @@ -46,23 +46,23 @@ Install and Contribute ---------------------- - `Install - Guide `_ + Guide `_ - `Contributing - Guide `_ + Guide `_ - `Debugging with - iPython `_ + iPython `_ - `Demo Data - Script `_ + Script `_ API --- - `API - Information `_ + Information `_ - `cURL - Commands `_ + Commands `_ - `Resource Class Demo - Script `_ + Script `_ (uses cURL) HEAT Integration