From 2f01c33d8d7e4560118e594fa0d5c38c82fc58e5 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 17 Jun 2020 16:08:35 +0200 Subject: [PATCH 1/4] updated README updated the url for travis-ci and License. --- README.rst | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index a73c266..2c98f16 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 mojib wali. + Copyright (C) 2020 Mojib wali. invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more @@ -9,20 +9,11 @@ invenio-theme-tugraz ====================== -.. image:: https://img.shields.io/travis/https://github.com/mb-wali/invenio-theme-tugraz.git.svg - :target: https://travis-ci.org/https://github.com/mb-wali/invenio-theme-tugraz.git +.. image:: https://img.shields.io/travis/inveniosoftware/invenio-app-rdm.svg + :target: https://travis-ci.org/github.com/mb-wali/invenio-theme-tugraz -.. image:: https://img.shields.io/coveralls/https://github.com/mb-wali/invenio-theme-tugraz.git.svg - :target: https://coveralls.io/r/https://github.com/mb-wali/invenio-theme-tugraz.git - -.. image:: https://img.shields.io/github/tag/https://github.com/mb-wali/invenio-theme-tugraz.git.svg - :target: https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git/releases - -.. image:: https://img.shields.io/pypi/dm/invenio-theme-tugraz.svg - :target: https://pypi.python.org/pypi/invenio-theme-tugraz - -.. image:: https://img.shields.io/github/license/https://github.com/mb-wali/invenio-theme-tugraz.git.svg - :target: https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git/blob/master/LICENSE +.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg + :target: https://github.com/mb-wali/invenio-theme-tugraz/blob/master/LICENSE invenio module for TUGRAZ theme. From 52a4e1dafabee393d18b5eae6873988df7dc79c6 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 17 Jun 2020 16:10:34 +0200 Subject: [PATCH 2/4] removed README.md .md not needed anymore. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 6af632b..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# invenio-theme-tugraz -invenio module for TUGRAZ theme. - -## install -```pipenv install git+https://github.com/mb-wali/invenio-theme-tugraz.git@master#egg=invenio_theme_tugraz``` - -## Developing -While developing this module make sure to comment or remove these variables from ```invenio.cfg``` file. -``` -THEME_LOGO="images/logo.svg" -INSTANCE_THEME_FILE = './scss//theme.scss' -INSTANCE_SEARCH_THEME_FILE = './scss//search/theme.scss' -``` From e0e8cf664d035bf69ca9e7fea1b214ff3774067b Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 17 Jun 2020 16:13:49 +0200 Subject: [PATCH 3/4] typo fixed there was a typo in travis-ci link. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2c98f16..ab86ca9 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ ====================== .. image:: https://img.shields.io/travis/inveniosoftware/invenio-app-rdm.svg - :target: https://travis-ci.org/github.com/mb-wali/invenio-theme-tugraz + :target: https://travis-ci.com/github/mb-wali/invenio-theme-tugraz .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg :target: https://github.com/mb-wali/invenio-theme-tugraz/blob/master/LICENSE From 369a470f35132670a0c2f70bf23944b0ef544cc3 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 17 Jun 2020 16:47:09 +0200 Subject: [PATCH 4/4] updated readme docs fixed typos in the docs. --- CONTRIBUTING.rst | 6 +++--- docs/conf.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1696e7f..9a92ac7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,7 +10,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git/issues. +Report bugs at https://github.com/mb-wali/invenio-theme-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/https://github.com/mb-wali/invenio-theme-tugraz.git/issues. +https://github.com/mb-wali/invenio-theme-tugraz/issues. If you are proposing a feature: @@ -114,5 +114,5 @@ Before you submit a pull request, check that it meets these guidelines: 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/mb-wali/invenio-theme-tugraz.git/pull_requests + https://travis-ci.com/github/mb-wali/invenio-theme-tugraz/pull_requests and make sure that the tests pass for all supported Python versions. diff --git a/docs/conf.py b/docs/conf.py index d162443..18d98a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ html_theme_options = { 'github_banner': True, 'show_powered_by': False, 'extra_nav_links': { - 'invenio-theme-tugraz@GitHub': 'https://github.com/https://github.com/mb-wali/invenio-theme-tugraz.git', + 'invenio-theme-tugraz@GitHub': 'https://github.com/mb-wali/invenio-theme-tugraz', 'invenio-theme-tugraz@PyPI': 'https://pypi.python.org/pypi/invenio-theme-tugraz/', } }