Fix: various documentation and URL fixes

1) UCP -> Airship
2) readthedocs.org -> readthedocs.io (there is redirect)
3) http -> https
4) attcomdev -> airshipit (repo on quay.io)
5) att-comdev -> openstack/airship-* (repo on github/openstack git)
6) many URLs have been verified and adjusted to be current
7) no need for 'en/latest/' path in URL of the RTD
8) added more info to some setup.cfg and setup.py files
9) ucp-integration docs are now in airship-in-a-bottle
10) various other minor fixes

Change-Id: I3a325f004d47d69f2d382f071e342c4e4c50ab0b
This commit is contained in:
Roman Gorshunov 2018-09-24 12:53:27 +02:00
parent deddf0df1d
commit c48b0ef565
4 changed files with 12 additions and 6 deletions

View File

@ -48,8 +48,8 @@ Further Reading
`Airship`_.
.. |Doc Status| image:: https://readthedocs.org/projects/airship-pegleg/badge/?version=latest
:target: http://airship-pegleg.readthedocs.io/
.. |Doc Status| image:: https://readthedocs.io/projects/airship-pegleg/badge/?version=latest
:target: https://airship-pegleg.readthedocs.io/
.. _Deckhand: https://airship-deckhand.readthedocs.io
.. _Airship: https://www.airshipit.org
.. _Read the Docs: https://airship-pegleg.readthedocs.io

View File

@ -41,7 +41,7 @@ Environment Variables
$IMAGE = Location of pegleg docker image.
Example: $IMAGE=quay.io/attcomdev/pegleg:latest
Example: $IMAGE=quay.io/airshipit/pegleg:latest
Usage
=====

View File

@ -97,8 +97,8 @@ Pegleg comes equipped with a number of `tox`_ targets for running unit tests,
as well as `pep8`_ and `Bandit`_ checks.
.. _Airship: https://airshipit.readthedocs.io
.. _Deckhand: https://airship-deckhand.readthedocs.io/en/latest/
.. _Airship coding conventions: http://airshipit.readthedocs.io/en/latest/conventions.html
.. _tox: https://tox.readthedocs.io/en/latest/
.. _Deckhand: https://airship-deckhand.readthedocs.io/
.. _Airship coding conventions: https://airshipit.readthedocs.io/en/latest/conventions.html
.. _tox: https://tox.readthedocs.io/
.. _pep8: https://www.python.org/dev/peps/pep-0008/
.. _Bandit: https://github.com/PyCQA/bandit

View File

@ -19,6 +19,12 @@ setup(
name='pegleg',
python_requires='>=3.5.0',
version='0.1.0',
description=('Pegleg is a document aggregator that provides early '
'linting and validations via Deckhand, a document '
'management micro-service within Airship.'),
url='https://github.com/openstack/airship-pegleg',
author='The Airship Authors',
license='Apache 2.0',
packages=find_packages(),
entry_points={
'console_scripts': [