Merge "Fix: various documentation and URL fixes"

This commit is contained in:
Zuul 2018-09-26 19:43:47 +00:00 committed by Gerrit Code Review
commit de67b8e2ea
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': [