diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8db6b8d..cd973f4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,7 +10,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/mb-wali/invenio-config-tugraz/issues. +Report bugs at https://github.com/tu-graz-library/invenio-config-tugraz/issues. If you are reporting a bug, please include: @@ -41,7 +41,7 @@ Submit Feedback ~~~~~~~~~~~~~~~ The best way to send feedback is to file an issue at -https://github.com/mb-wali/invenio-config-tugraz/issues. +https://github.com/tu-graz-library/invenio-config-tugraz/issues. If you are proposing a feature: @@ -113,6 +113,6 @@ Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include tests and must not decrease test coverage. 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring. -3. The pull request should work for Python 2.7, 3.5 and 3.6. Check - https://travis-ci.org/https://github.com/https://github.com/mb-/pull_requests +3. The pull request should work for Python 3.6 and 3.7. Check + https://travis-ci.com/github/tu-graz-library/invenio-config-tugraz/pull_requests and make sure that the tests pass for all supported Python versions. diff --git a/README.rst b/README.rst index fb33aca..a2cb218 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ invenio-config-tugraz ======================= -.. image:: https://travis-ci.com/mb-wali/invenio-config-tugraz.svg - :target: https://travis-ci.com/github/mb-wali/invenio-config-tugraz +.. image:: https://travis-ci.com/tu-graz-library/invenio-config-tugraz.svg + :target: https://travis-ci.com/github/tu-graz-library/invenio-config-tugraz .. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg :target: https://pypi.python.org/pypi/invenio-config-tugraz @@ -27,6 +27,9 @@ .. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-tugraz.svg :target: https://coveralls.io/r/mb-wali/invenio-config-tugraz +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + invenio module that adds tugraz configs. Override configs from diffrent invenio modules to meet TU Graz requirement: diff --git a/docs/conf.py b/docs/conf.py index 6d64f21..7980bda 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,13 +120,13 @@ html_theme = "alabaster" html_theme_options = { "description": "invenio module that adds tugraz configs.", - "github_user": "inveniosoftware", + "github_user": "TU Graz", "github_repo": "invenio-config-tugraz", "github_button": False, "github_banner": True, "show_powered_by": False, "extra_nav_links": { - "invenio-config-tugraz@GitHub": "https://github.com/mb-wali/invenio-config-tugraz", + "invenio-config-tugraz@GitHub": "https://github.com/tu-graz-library/invenio-config-tugraz", "invenio-config-tugraz@PyPI": "https://pypi.python.org/pypi/invenio-config-tugraz/", }, } diff --git a/setup.py b/setup.py index 3c3a435..cc0416e 100644 --- a/setup.py +++ b/setup.py @@ -61,8 +61,8 @@ setup( keywords="invenio, config, Tu Graz", license="MIT", author="Mojib Wali", - author_email="mojib.wali@tugraz.at", - url="https://github.com/mb-wali/invenio-config-tugraz", + author_email="mb_wali@hotmail.com", + url="https://github.com/tu-graz-library/invenio-config-tugraz", packages=packages, zip_safe=False, include_package_data=True,