diff --git a/INSTALL.rst b/INSTALL.rst index 06ab7579..39b03ab9 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/stackforge/tuskar.git + git clone https://github.com/openstack/tuskar.git Dependencies @@ -86,7 +86,7 @@ Next, you can run a script to populate the DB with some sample data:: This will create 2 Resource Classes and three Racks. You need to have the Tuskar API server running. You can see more examples of using the API at our `cURL -Commands page `_. +Commands page `_. Running Tuskar API @@ -105,6 +105,6 @@ Contributing ------------ 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 bfa10e5e..3bae72e5 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 `_ +`CONTRIBUTING.rst `_ for details on how to do so. Contact Us diff --git a/docs/index.rst b/docs/index.rst index 82401913..2cd92e95 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 diff --git a/setup.cfg b/setup.cfg index d7eaf704..f3e328d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = README.rst author = Mark McLoughlin author-email = markmc@redhat.com -home-page = https://github.com/stackforge/tuskar +home-page = https://github.com/openstack/tuskar classifier = Environment :: OpenStack Intended Audience :: Information Technology