jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/698354 )
Change subject: [doc] Update documentation ...................................................................... [doc] Update documentation * gerrit --> Gerrit ** See https://www.gerritcodereview.com/ * pypy --> PyPy ** See https://www.pypy.org/ * Update redirected URLs * Use capital letters consistently Change-Id: Iebd623a91fd89b870ded4a68d3e75e198cbe3622 --- M README.rst M scripts/README.rst M setup.py 3 files changed, 9 insertions(+), 9 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/README.rst b/README.rst index 4ebf00f..cefa791 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://travis-ci.org/wikimedia/pywikibot.svg?branch=master +.. image:: https://api.travis-ci.org/wikimedia/pywikibot.svg?branch=master :alt: Travis Build Status :target: https://travis-ci.org/wikimedia/pywikibot .. image:: https://ci.appveyor.com/api/projects/status/xo2g4ctoom8k6yvw/branch/master?svg=true @@ -6,17 +6,17 @@ :target: https://ci.appveyor.com/project/ladsgroup/pywikibot-g4xqx .. image:: https://codecov.io/gh/wikimedia/pywikibot/branch/master/graph/badge.svg :alt: Code coverage - :target: https://codecov.io/gh/wikimedia/pywikibot + :target: https://app.codecov.io/gh/wikimedia/pywikibot .. image:: https://api.codeclimate.com/v1/badges/de6ca4c66e7c7bee4156/maintainability :alt: Maintainability - :target: https://codeclimate.com/github/wikimedia/pywikibot/maintainability + :target: https://codeclimate.com/github/wikimedia/pywikibot .. image:: https://img.shields.io/pypi/pyversions/pywikibot.svg :alt: Python :target: https://www.python.org/downloads/ .. image:: https://img.shields.io/pypi/v/pywikibot.svg :alt: Pywikibot release :target: https://pypi.org/project/pywikibot/ -.. image:: https://pepy.tech/badge/pywikibot +.. image:: https://static.pepy.tech/badge/pywikibot :alt: Total downloads :target: https://pepy.tech/project/pywikibot .. image:: https://static.pepy.tech/personalized-badge/pywikibot?period=month&units=international_system&left_color=black&right_color=blue&left_text=monthly diff --git a/scripts/README.rst b/scripts/README.rst index 801fedd..6005a63 100644 --- a/scripts/README.rst +++ b/scripts/README.rst @@ -138,7 +138,7 @@ | unusedfiles.py | Bot appends some text to all unused images and other | | | text to the respective uploaders. | +------------------------+---------------------------------------------------------+ - | upload.py | upload an image to a wiki. | + | upload.py | Upload an image to a wiki. | +------------------------+---------------------------------------------------------+ | version.py | Outputs Pywikibot's revision number, Python's version | | | and OS used. | diff --git a/setup.py b/setup.py index d9066c3..2d5438f 100644 --- a/setup.py +++ b/setup.py @@ -10,18 +10,18 @@ python setup.py sdist -- push the change to gerrit and merge it to the repository -- upload the package to pypy by:: +- push the change to Gerrit and merge it to the repository +- upload the package to PyPy by:: twine upload dist/* - create a new tag with the version number of the final release - synchronize the local tags with the remote repositoy - merge current master branch to stable branch -- push new stable branch to gerrit and merge it the stable repository +- push new stable branch to Gerrit and merge it the stable repository - prepare the next master release by increasing the version number in ``pywikibot.__metadata__.py`` and adding developmental identifier -- upload this patchset to gerrit and merge it. +- upload this patchset to Gerrit and merge it. """ # # (C) Pywikibot team, 2009-2021 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/698354 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Iebd623a91fd89b870ded4a68d3e75e198cbe3622 Gerrit-Change-Number: 698354 Gerrit-PatchSet: 6 Gerrit-Owner: Meno25 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
