summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-04 16:24:53 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-04 16:24:53 +0200
commit82b1c1cca63b6d94e28db6f1625be59efbe93c6f (patch)
tree806cf30644a4bb076ef009f6dca056fbf5a54d27 /_doc
parente75425c94b63f376e0de91d28bc382fab6700749 (diff)
downloadruamel.yaml-82b1c1cca63b6d94e28db6f1625be59efbe93c6f.tar.gz
update links in doc0.16.12
Diffstat (limited to '_doc')
-rw-r--r--_doc/_static/pypi.svg2
-rw-r--r--_doc/conf.py2
-rw-r--r--_doc/contributing.ryd8
-rw-r--r--_doc/index.ryd8
4 files changed, 10 insertions, 10 deletions
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 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.16.11</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.16.11</text></g> </svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.16.12</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.16.12</text></g> </svg>
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 <https://bitbucket.org/ruamel/yaml>`_ |
+`SoureForge <https://sourceforge.net/projects/ruamel-yaml/>`_ |
`PyPI <https://pypi.python.org/pypi/ruamel.yaml/>`_
@@ -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