python-desert / desert

Deserialize to objects while staying DRY
https://desert.readthedocs.io
MIT License
158 stars 10 forks source link

Should some of the redirects reported by sphinx be updated? #56

Open altendky opened 4 years ago

altendky commented 4 years ago

Maybe just some of the permanents? Maybe not? I get I'm doing a bunch of non-feature/bugfix stuff, just trying to get the environment tidied up and red for the permanent redirects muddies reading the logs. I'm happy to do this if it's wanted.

(line    8) redirect  https://github.com/python-desert/desert/issues/28 - with Found to https://github.com/python-desert/desert/pull/28
(line   38) redirect  https://github.com/python-desert/desert/issues/18 - with Found to https://github.com/python-desert/desert/pull/18
(line   22) redirect  https://github.com/python-desert/desert/issues/27 - with Found to https://github.com/python-desert/desert/pull/27
(line   40) redirect  https://github.com/python-desert/desert/issues/19 - with Found to https://github.com/python-desert/desert/pull/19
(line   42) redirect  https://github.com/python-desert/desert/issues/20 - with Found to https://github.com/python-desert/desert/pull/20
(line   72) redirect  https://github.com/python-desert/desert/issues/8 - with Found to https://github.com/python-desert/desert/pull/8
(line   93) redirect  https://github.com/python-desert/desert/issues/2 - with Found to https://github.com/python-desert/desert/pull/2
(line  112) redirect  https://github.com/python-desert/desert/issues/1 - with Found to https://github.com/python-desert/desert/pull/1
(line   52) redirect  http://tox.readthedocs.io/en/latest/install.html - permanently to https://tox.readthedocs.io/en/latest/install.html
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line  134) redirect  https://desert.readthedocs.io/ - with Found to https://desert.readthedocs.io/en/latest/
(line  149) redirect  http://www.attrs.org/ - with Found to http://www.attrs.org/en/stable/
(line    3) redirect  https://codecov.io/github/python-desert/desert/coverage.svg?branch=master - permanently to https://codecov.io/gh/python-desert/desert/branch/master/graphs/badge.svg?branch=master
(line   78) redirect  https://poetry.eustace.io - permanently to https://python-poetry.org/
(line    9) redirect  https://poetry.eustace.io - permanently to https://python-poetry.org/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line    3) redirect  https://pypi.org/pypi/desert - permanently to https://pypi.org/project/desert/
(line   78) redirect  https://poetry.eustace.io - permanently to https://python-poetry.org/
(line  134) redirect  https://desert.readthedocs.io/ - with Found to https://desert.readthedocs.io/en/latest/
(line  149) redirect  http://www.attrs.org/ - with Found to http://www.attrs.org/en/stable/
(line    3) redirect  https://codecov.io/github/python-desert/desert/coverage.svg?branch=master - permanently to https://codecov.io/gh/python-desert/desert/branch/master/graphs/badge.svg?branch=master

I would think https://desert.readthedocs.io/ would be ok, if an exception to fixing permanent redirects is wanted. Attrs too though it should be https probably. I'm not sure about the codecov ones.

present: https://codecov.io/github/python-desert/desert/coverage.svg?branch=master redirect: https://codecov.io/gh/python-desert/desert/branch/master/graphs/badge.svg?branch=master from codecov: https://codecov.io/gh/python-desert/desert/branch/master/graph/badge.svg

All different... and even the redirect and from codecov have graphs vs. graph and also the extra ?branch=master. I would probably try the URL from codecov and see if it redirects... (no URL rewrite in the browser at least)

python-desert commented 4 years ago

If you want to, sure.