Merge "Update and optimize documentation links"
This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
			
		||||
If you would like to contribute to the development of OpenStack,
 | 
			
		||||
you must follow the steps documented at:
 | 
			
		||||
 | 
			
		||||
   http://docs.openstack.org/infra/manual/developers.html
 | 
			
		||||
   https://docs.openstack.org/infra/manual/developers.html
 | 
			
		||||
 | 
			
		||||
Once those steps have been completed, changes to OpenStack
 | 
			
		||||
should be submitted for review via the Gerrit tool, following
 | 
			
		||||
the workflow documented at:
 | 
			
		||||
 | 
			
		||||
   http://docs.openstack.org/infra/manual/developers.html#development-workflow
 | 
			
		||||
   https://docs.openstack.org/infra/manual/developers.html#development-workflow
 | 
			
		||||
 | 
			
		||||
Pull requests submitted through GitHub will be ignored.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.rst
									
									
									
									
									
								
							@@ -2,8 +2,8 @@
 | 
			
		||||
Team and repository tags
 | 
			
		||||
========================
 | 
			
		||||
 | 
			
		||||
.. image:: http://governance.openstack.org/badges/python-designateclient.svg
 | 
			
		||||
    :target: http://governance.openstack.org/reference/tags/index.html
 | 
			
		||||
.. image:: https://governance.openstack.org/tc/badges/python-designateclient.svg
 | 
			
		||||
    :target: https://governance.openstack.org/tc/reference/tags/index.html
 | 
			
		||||
 | 
			
		||||
.. Change things from this point on
 | 
			
		||||
 | 
			
		||||
@@ -23,10 +23,10 @@ provides a Python API (the ``designateclient`` module) and a command-line tool
 | 
			
		||||
(``designate``).
 | 
			
		||||
 | 
			
		||||
Development takes place via the usual OpenStack processes as outlined in the
 | 
			
		||||
`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_.  The master
 | 
			
		||||
repository is in `Git <http://git.openstack.org/cgit/openstack/python-designateclient>`_.
 | 
			
		||||
`developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.  The master
 | 
			
		||||
repository is in `Git <https://git.openstack.org/cgit/openstack/python-designateclient>`_.
 | 
			
		||||
 | 
			
		||||
See release notes and more at `<http://docs.openstack.org/developer/python-designateclient/>`_.
 | 
			
		||||
See release notes and more at `<https://docs.openstack.org/python-designateclient/latest/>`_.
 | 
			
		||||
 | 
			
		||||
* License: Apache License, Version 2.0
 | 
			
		||||
* `PyPi`_ - package installation
 | 
			
		||||
@@ -36,7 +36,7 @@ See release notes and more at `<http://docs.openstack.org/developer/python-desig
 | 
			
		||||
* `How to Contribute`_
 | 
			
		||||
 | 
			
		||||
.. _PyPi: https://pypi.python.org/pypi/python-designateclient
 | 
			
		||||
.. _Online Documentation: http://docs.openstack.org/developer/python-designateclient
 | 
			
		||||
.. _Online Documentation: https://docs.openstack.org/python-designateclient/latest/
 | 
			
		||||
.. _Bugs: https://bugs.launchpad.net/python-designateclient
 | 
			
		||||
.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
 | 
			
		||||
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
 | 
			
		||||
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ Code is hosted `on GitHub`_. Submit bugs to the Designate Client project on
 | 
			
		||||
 | 
			
		||||
.. _on GitHub: https://github.com/openstack/python-designateclient
 | 
			
		||||
.. _Launchpad: https://launchpad.net/python-designateclient
 | 
			
		||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
 | 
			
		||||
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
 | 
			
		||||
 | 
			
		||||
Here's a quick summary:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -41,5 +41,5 @@ step.  You can find out more about `Development Mode`_
 | 
			
		||||
    pip install -r requirements.txt -r test-requirements.txt
 | 
			
		||||
    python setup.py develop
 | 
			
		||||
 | 
			
		||||
.. _Development Mode: http://pythonhosted.org/setuptools/setuptools.html#development-mode
 | 
			
		||||
.. _Development Mode: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
 | 
			
		||||
.. _PyPI: https://pypi.python.org/pypi/python-designateclient/
 | 
			
		||||
 
 | 
			
		||||
@@ -88,7 +88,7 @@ Keystone Authentication
 | 
			
		||||
Below is a sample of standard authentication with keystone using keystoneauth
 | 
			
		||||
Sessions. For more information on keystoneauth API, see `Using Sessions`_.
 | 
			
		||||
 | 
			
		||||
.. _Using Sessions: http://docs.openstack.org/developer/keystoneauth/using-sessions.html
 | 
			
		||||
.. _Using Sessions: https://docs.openstack.org/keystoneauth/latest/using-sessions.html
 | 
			
		||||
 | 
			
		||||
.. code-block:: python
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -572,4 +572,4 @@ Delete a TLD
 | 
			
		||||
 | 
			
		||||
   $ openstack tld delete a7bba387-712b-4b42-9368-4508642c6113
 | 
			
		||||
 | 
			
		||||
.. _OpenStack Client configuration documentation: http://docs.openstack.org/developer/python-openstackclient/configuration.html
 | 
			
		||||
.. _OpenStack Client configuration documentation: https://docs.openstack.org/python-openstackclient/latest/configuration/index.html
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user