From 82b1c1cca63b6d94e28db6f1625be59efbe93c6f Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 4 Sep 2020 16:24:53 +0200 Subject: update links in doc --- _doc/_static/pypi.svg | 2 +- _doc/conf.py | 2 +- _doc/contributing.ryd | 8 ++++---- _doc/index.ryd | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to '_doc') diff --git a/_doc/_static/pypi.svg b/_doc/_static/pypi.svg index 1bb63c1..89b8585 100644 --- a/_doc/_static/pypi.svg +++ b/_doc/_static/pypi.svg @@ -1 +1 @@ - pypipypi0.16.110.16.11 + pypipypi0.16.120.16.12 diff --git a/_doc/conf.py b/_doc/conf.py index 610eecb..3875b47 100644 --- a/_doc/conf.py +++ b/_doc/conf.py @@ -57,7 +57,7 @@ try: from ruamel.yaml import __version__, version_info # NOQA # The short X.Y version. - version = '.'.join([str(l) for l in version_info[:3]]) + version = '.'.join([str(ch) for ch in version_info[:3]]) # The full version, including alpha/beta/rc tags. release = version # = __version__ except Exception as e: diff --git a/_doc/contributing.ryd b/_doc/contributing.ryd index 702cd2e..a2ad397 100644 --- a/_doc/contributing.ryd +++ b/_doc/contributing.ryd @@ -9,14 +9,14 @@ Contributing Any contribution to ``ruamel.yaml`` is welcome, be it in the form of an email, a question on stackoverflow (I'll get notified of that when you tag it -with ``ruamel.yaml``), an issue or pull-request (PR) on bitbucket. +with ``ruamel.yaml``), an issue or pull-request (PR) on sourceforge. Contributing via stackoverflow is, for most, easiest to make. When I answer your question there and the answer warrants an extension to the documentation or code, I will include it in a documnetation update and/or future (normally the next) release of ``ruamel.yaml``. -Please don't post support questions as an issue on Bitbucket. +Please don't post support questions as an issue on sourceforge. Documentation ============= @@ -30,7 +30,7 @@ will be clear how that works. If you want to contribute to the documentation, you can sent me a clear description of the needed changes, e.g. as a unified diff. If the changes encompass multiple documents in a ``.ryd`` file, it is best to install ``ryd`` -(use a virtualenv!), clone the ``ruamel.yaml`` repository on Bitbucket, edit +(use a virtualenv!), clone the ``ruamel.yaml`` repository on sourceforge, edit documentation, run ``ryd``:: ryd --pdf '**/*.ryd' @@ -107,7 +107,7 @@ Generated files I use a minimal environment when developing, void of most artifacts needed for packaging, testing etc. These artifact files are *generated*, just before committing to -Bitbucket and pushing to PyPI, with nuances coming from the ``_package_data`` +sourceforge and pushing to PyPI, with nuances coming from the ``_package_data`` information in ``__init__.py``. Including changes in these files will automatically be reverted, even assuming your PR is accepted as is. diff --git a/_doc/index.ryd b/_doc/index.ryd index 296d263..a539e65 100644 --- a/_doc/index.ryd +++ b/_doc/index.ryd @@ -17,7 +17,7 @@ Sections, subsections, etc. in .ryd files ruamel.yaml *********** -`BitBucket `_ | +`SoureForge `_ | `PyPI `_ @@ -42,13 +42,13 @@ Contents: .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge :target: https://bestpractices.coreinfrastructure.org/projects/1128 -.. image:: https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/license.svg +.. image:: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/_doc/_static/license.svg?format=raw :target: https://opensource.org/licenses/MIT -.. image:: https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/pypi.svg +.. image:: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/_doc/_static/pypi.svg?format=raw :target: https://pypi.org/project/ruamel.yaml/ -.. image:: https://bitbucket.org/ruamel/oitnb/raw/default/_doc/_static/oitnb.svg +.. image:: https://sourceforge.net/p/oitnb/code/ci/default/tree/_doc/_static/oitnb.svg?format=raw :target: https://pypi.org/project/oitnb/ .. image:: http://www.mypy-lang.org/static/mypy_badge.svg -- cgit v1.2.1