mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
badges/url updated
after transfering the module the path/url was invalid.
This commit is contained in:
@@ -10,7 +10,7 @@ Types of Contributions
|
|||||||
Report Bugs
|
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:
|
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
|
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:
|
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.
|
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
|
2. If the pull request adds functionality, the docs should be updated. Put
|
||||||
your new functionality into a function with a docstring.
|
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
|
3. The pull request should work for Python 3.6 and 3.7. Check
|
||||||
https://travis-ci.org/https://github.com/https://github.com/mb-/pull_requests
|
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.
|
and make sure that the tests pass for all supported Python versions.
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
invenio-config-tugraz
|
invenio-config-tugraz
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
.. image:: https://travis-ci.com/mb-wali/invenio-config-tugraz.svg
|
.. image:: https://travis-ci.com/tu-graz-library/invenio-config-tugraz.svg
|
||||||
:target: https://travis-ci.com/github/mb-wali/invenio-config-tugraz
|
:target: https://travis-ci.com/github/tu-graz-library/invenio-config-tugraz
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg
|
.. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg
|
||||||
:target: https://pypi.python.org/pypi/invenio-config-tugraz
|
: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
|
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-tugraz.svg
|
||||||
:target: https://coveralls.io/r/mb-wali/invenio-config-tugraz
|
: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.
|
invenio module that adds tugraz configs.
|
||||||
|
|
||||||
Override configs from diffrent invenio modules to meet TU Graz requirement:
|
Override configs from diffrent invenio modules to meet TU Graz requirement:
|
||||||
|
|||||||
@@ -120,13 +120,13 @@ html_theme = "alabaster"
|
|||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"description": "invenio module that adds tugraz configs.",
|
"description": "invenio module that adds tugraz configs.",
|
||||||
"github_user": "inveniosoftware",
|
"github_user": "TU Graz",
|
||||||
"github_repo": "invenio-config-tugraz",
|
"github_repo": "invenio-config-tugraz",
|
||||||
"github_button": False,
|
"github_button": False,
|
||||||
"github_banner": True,
|
"github_banner": True,
|
||||||
"show_powered_by": False,
|
"show_powered_by": False,
|
||||||
"extra_nav_links": {
|
"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/",
|
"invenio-config-tugraz@PyPI": "https://pypi.python.org/pypi/invenio-config-tugraz/",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -61,8 +61,8 @@ setup(
|
|||||||
keywords="invenio, config, Tu Graz",
|
keywords="invenio, config, Tu Graz",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
author="Mojib Wali",
|
author="Mojib Wali",
|
||||||
author_email="mojib.wali@tugraz.at",
|
author_email="mb_wali@hotmail.com",
|
||||||
url="https://github.com/mb-wali/invenio-config-tugraz",
|
url="https://github.com/tu-graz-library/invenio-config-tugraz",
|
||||||
packages=packages,
|
packages=packages,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user