From 238ae9b0d2505f02e19ed6aacfe4ba2a3fef08e9 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 20:46:49 +0200 Subject: [PATCH 01/32] Rename README.md to README.rst #8 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..90b9fdf --- /dev/null +++ b/README.rst @@ -0,0 +1,2 @@ +# super-repo +A template repo to test and document repo elements and features From 79386a7f3c39cf8a97b504b163a14c2e101d8ef5 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 20:53:58 +0200 Subject: [PATCH 02/32] Add basic structure for README.rst #8 --- README.md | 2 -- README.rst | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 90b9fdf..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# super-repo -A template repo to test and document repo elements and features diff --git a/README.rst b/README.rst index 90b9fdf..c7f958c 100644 --- a/README.rst +++ b/README.rst @@ -1,2 +1,37 @@ -# super-repo -A template repo to test and document repo elements and features +========== +super-repo +========== + +** A template repo to test and document elements and features for research software. + + +Badges +====== + + +Contents +======== + +.. contents:: + :depth: 2 + :local: + :backlinks: top + +.. section-numbering:: + + +Introduction +============ + + +Documentation +============= + + +Collaboration +============= + + +License and Citing +================== + From c14d03e1ed8589bcb42f80c40aec2178bed3c8c1 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:03:50 +0200 Subject: [PATCH 03/32] Add test badge #8 --- README.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index c7f958c..0b086e7 100644 --- a/README.rst +++ b/README.rst @@ -2,15 +2,7 @@ super-repo ========== -** A template repo to test and document elements and features for research software. - - -Badges -====== - - -Contents -======== +**A template repo to test and document elements and features for research software.** .. contents:: :depth: 2 @@ -20,6 +12,12 @@ Contents .. section-numbering:: +Badges +====== +|badge_license| + + + Introduction ============ @@ -35,3 +33,7 @@ Collaboration License and Citing ================== +.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo + target: LICENSE + :alt: License + From 117a4bf6e5ff003ee98ae127a4015d68fb7bd0af Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:05:36 +0200 Subject: [PATCH 04/32] Move badges #8 --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0b086e7..58b2efe 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,10 @@ super-repo **A template repo to test and document elements and features for research software.** +----- +|badge_license| +----- + .. contents:: :depth: 2 :local: @@ -12,11 +16,6 @@ super-repo .. section-numbering:: -Badges -====== -|badge_license| - - Introduction ============ @@ -33,7 +32,7 @@ Collaboration License and Citing ================== -.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo +.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo/ target: LICENSE :alt: License From d6c6d67293094fdbdcd450c31ab2346b7304f13a Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:06:17 +0200 Subject: [PATCH 05/32] Fix bar #8 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 58b2efe..9d201a2 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,9 @@ super-repo **A template repo to test and document elements and features for research software.** ----- + |badge_license| + ----- .. contents:: From 3b70ab963da1c00fb71f3e8f616b38f92bb9fd88 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:07:21 +0200 Subject: [PATCH 06/32] Remove bar #8 --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 9d201a2..48bffa2 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,8 @@ super-repo **A template repo to test and document elements and features for research software.** ------ - |badge_license| ------ - .. contents:: :depth: 2 :local: From 10e3f0e8cea85ef153e917f26a8846a159113be0 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:07:44 +0200 Subject: [PATCH 07/32] Move badges and remove bar #8 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 48bffa2..1e147b5 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ +|badge_license| + ========== super-repo ========== **A template repo to test and document elements and features for research software.** -|badge_license| - .. contents:: :depth: 2 :local: From 575dedbed250ff8b1aac6d544e8ad6d625ec3514 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:10:48 +0200 Subject: [PATCH 08/32] Fix badge target #8 --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1e147b5..9010a73 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,8 @@ Collaboration License and Citing ================== -.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo/ - target: LICENSE +.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo + + target: LICENSE.txt :alt: License From e56494afa6cd9ea605b99329593ad8a6299db454 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:11:44 +0200 Subject: [PATCH 09/32] Rename LICENSE to LICENSE.txt #8 --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt From bae16f76eafeab72a6d289e4d3f93ab46bbd01a5 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:12:31 +0200 Subject: [PATCH 10/32] Fix badge link #8 --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 9010a73..60a2bda 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,6 @@ License and Citing ================== .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo - target: LICENSE.txt :alt: License From e1db8af1f59898acbb1ac8b58cdfbd3b26ef67e1 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:22:25 +0200 Subject: [PATCH 11/32] Remove section numbering #8 --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 60a2bda..9bb5105 100644 --- a/README.rst +++ b/README.rst @@ -11,9 +11,6 @@ super-repo :local: :backlinks: top -.. section-numbering:: - - Introduction ============ From 837775fe85f54c5a4443a3af983475c35d278fee Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:39:01 +0200 Subject: [PATCH 12/32] Add test link collaboration #8 --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9bb5105..607aca5 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,6 @@ super-repo :local: :backlinks: top - Introduction ============ @@ -19,13 +18,18 @@ Introduction Documentation ============= +Documentation is in `sphinx +`_ reStructuredText format in +the ``doc`` sub-folder of the repository. + Collaboration ============= +Everyone is invited to develop this repository with good intentions. +Please follow the workflow described in the `CONTRIBUTING.md `_. - -License and Citing -================== +License and Citation +==================== .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo target: LICENSE.txt From f70915bf02a1afb6ace2f51f57b98401f8bd278a Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 9 May 2022 21:42:44 +0200 Subject: [PATCH 13/32] Fix linebreak #8 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 607aca5..54654c1 100644 --- a/README.rst +++ b/README.rst @@ -19,14 +19,14 @@ Documentation ============= Documentation is in `sphinx -`_ reStructuredText format in -the ``doc`` sub-folder of the repository. +`_ reStructuredText format +in the ``doc`` sub-folder of the repository. Collaboration ============= -Everyone is invited to develop this repository with good intentions. -Please follow the workflow described in the `CONTRIBUTING.md `_. +| Everyone is invited to develop this repository with good intentions. +| Please follow the workflow described in the `CONTRIBUTING.md `_. License and Citation ==================== From 4113fc28d6159a0785e00237b076e6bbaf417013 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sat, 11 Jun 2022 23:59:18 +0200 Subject: [PATCH 14/32] "Fix license badge #8" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 54654c1..9e25713 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,6 @@ License and Citation ==================== .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo - target: LICENSE.txt + :target: LICENSE.txt :alt: License From 7d7e7db6a3168dfd710f21b84cf8fb37b0d41a1a Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:02:38 +0200 Subject: [PATCH 15/32] Add test table for badges #8 --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 9e25713..52021a5 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,20 @@ super-repo **A template repo to test and document elements and features for research software.** +.. list-table:: Title + :widths: auto + :header-rows: 1 + + * - Heading row 1, column 1 + - Heading row 1, column 2 + - Heading row 1, column 3 + * - Row 1, column 1 + - + - Row 1, column 3 + * - Row 2, column 1 + - Row 2, column 2 + - Row 2, column 3 + .. contents:: :depth: 2 :local: From aa89e9a8280fe803547be44ea0bb1fe2eeedcfb7 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:05:54 +0200 Subject: [PATCH 16/32] Add badge to table #8 --- README.rst | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 52021a5..f20ff42 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,3 @@ -|badge_license| ========== super-repo @@ -6,19 +5,13 @@ super-repo **A template repo to test and document elements and features for research software.** -.. list-table:: Title +.. list-table:: Badges: :widths: auto - :header-rows: 1 - - * - Heading row 1, column 1 - - Heading row 1, column 2 - - Heading row 1, column 3 - * - Row 1, column 1 - - - - Row 1, column 3 - * - Row 2, column 1 - - Row 2, column 2 - - Row 2, column 3 + + * - License + - |badge_license| + * - Documentation + - .. contents:: :depth: 2 From ed5524c64a619e1be1d1cf5ee988a8821367efd2 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:07:15 +0200 Subject: [PATCH 17/32] Remove table title #8 --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f20ff42..f5a5084 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,16 @@ super-repo **A template repo to test and document elements and features for research software.** -.. list-table:: Badges: +.. list-table:: :widths: auto * - License - |badge_license| * - Documentation - + +Contents +======== .. contents:: :depth: 2 From 70412bbffec3712977f9f57ba55f067894873718 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:13:56 +0200 Subject: [PATCH 18/32] Add more badges #8 --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f5a5084..93a26c7 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,14 @@ super-repo .. list-table:: :widths: auto - * - License - |badge_license| * - Documentation - - - -Contents -======== + - Todo + * - Publication + - Todo (Zenodo) + * - Community + - Todo (Zenodo) .. contents:: :depth: 2 @@ -44,4 +44,6 @@ License and Citation .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo :target: LICENSE.txt :alt: License +.. |badge_contributing| iamge:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat + :alt: contributions welcome From 52e7891cd32774e3466813a8fb35f830a1ebd4b4 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:16:21 +0200 Subject: [PATCH 19/32] Fix table #8 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 93a26c7..1fc35a0 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,7 @@ super-repo .. list-table:: :widths: auto + * - License - |badge_license| * - Documentation From 384e645fb4478be7001a237e06a73d78dbb6a9da Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:20:04 +0200 Subject: [PATCH 20/32] Test counter badge #8 --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1fc35a0..355ed37 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ super-repo * - Publication - Todo (Zenodo) * - Community - - Todo (Zenodo) + - |badge_contributing| .. contents:: :depth: 2 @@ -46,5 +46,6 @@ License and Citation :target: LICENSE.txt :alt: License .. |badge_contributing| iamge:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat - :alt: contributions welcome - + :alt: contributions +.. |badge_repo_counts| iamge:: http://hits.dwyl.com/rl-institut/super-repo.svg + :alt: counter From 34de59e9d5dd7bab259cdbc6c7e5580dc2902072 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:21:00 +0200 Subject: [PATCH 21/32] Fix badges #8 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 355ed37..b4a080a 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,9 @@ License and Citation .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo :target: LICENSE.txt :alt: License + .. |badge_contributing| iamge:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat :alt: contributions + .. |badge_repo_counts| iamge:: http://hits.dwyl.com/rl-institut/super-repo.svg :alt: counter From a44df8a1f666786f3fbc799930f8d9e5c49160d1 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:23:42 +0200 Subject: [PATCH 22/32] Fix badges #8 --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4a080a..c257e76 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ super-repo * - Publication - Todo (Zenodo) * - Community - - |badge_contributing| + - |badge_contributing| |badge_repo_counts| .. contents:: :depth: 2 @@ -42,6 +42,9 @@ Collaboration License and Citation ==================== +| See LICENSE.txt + + .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo :target: LICENSE.txt :alt: License From 391af67a0d0aed339e7b1bbb65d246ced595396e Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:24:29 +0200 Subject: [PATCH 23/32] FIX now #8 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c257e76..0b4e110 100644 --- a/README.rst +++ b/README.rst @@ -49,8 +49,8 @@ License and Citation :target: LICENSE.txt :alt: License -.. |badge_contributing| iamge:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat +.. |badge_contributing| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat :alt: contributions -.. |badge_repo_counts| iamge:: http://hits.dwyl.com/rl-institut/super-repo.svg +.. |badge_repo_counts| image:: http://hits.dwyl.com/rl-institut/super-repo.svg :alt: counter From 68781f1ca320bcb7ce4d9a507be1c12ca5871928 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:35:48 +0200 Subject: [PATCH 24/32] Add badges #8 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 0b4e110..6d4ecc1 100644 --- a/README.rst +++ b/README.rst @@ -54,3 +54,6 @@ License and Citation .. |badge_repo_counts| image:: http://hits.dwyl.com/rl-institut/super-repo.svg :alt: counter + +.. |badge_contributors| image:: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square + :alt: contributors From c72b08bdccf8511c354dfdb8da2d2b676fbe1d9f Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:36:50 +0200 Subject: [PATCH 25/32] Remove todo #8 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6d4ecc1..402b90f 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ super-repo * - License - |badge_license| * - Documentation - - Todo + - * - Publication - - Todo (Zenodo) + - * - Community - - |badge_contributing| |badge_repo_counts| + - |badge_contributing| |badge_contributors| |badge_repo_counts| .. contents:: :depth: 2 From 03a74a35f8a6c282346ae59badbfb8502a18b63f Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:45:06 +0200 Subject: [PATCH 26/32] Add issue badges #8 --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 402b90f..2160987 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,8 @@ super-repo - * - Publication - + * - Development + - |badge_issue_open| |badge_issue_closes| |badge_pr_open| |badge_pr_closes| * - Community - |badge_contributing| |badge_contributors| |badge_repo_counts| @@ -57,3 +59,16 @@ License and Citation .. |badge_contributors| image:: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square :alt: contributors + +.. |badge_issue_open| image:: /github/issues-raw/rl-institut/super-repo + :alt: open issues + +.. |badge_issue_closes| image:: /github/issues-closed-raw/rl-institut/super-repo + :alt: closes issues + +.. |badge_pr_open| image:: /github/issues-pr-raw/rl-institut/super-repo + :alt: closes issues + +.. |badge_pr_closes| image:: /github/issues-pr-closed-raw/rl-institut/super-repo + :alt: closes issues + From 0aa8f8b64c1289bb101a91b1e4bef3ac4b02dc01 Mon Sep 17 00:00:00 2001 From: Ludee Date: Sun, 12 Jun 2022 00:47:04 +0200 Subject: [PATCH 27/32] Fix badges #8 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2160987..c094442 100644 --- a/README.rst +++ b/README.rst @@ -60,15 +60,15 @@ License and Citation .. |badge_contributors| image:: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square :alt: contributors -.. |badge_issue_open| image:: /github/issues-raw/rl-institut/super-repo +.. |badge_issue_open| image:: https://img.shields.io/github/issues-raw/rl-institut/super-repo :alt: open issues -.. |badge_issue_closes| image:: /github/issues-closed-raw/rl-institut/super-repo +.. |badge_issue_closes| image:: https://img.shields.io/github/issues-closed-raw/rl-institut/super-repo :alt: closes issues -.. |badge_pr_open| image:: /github/issues-pr-raw/rl-institut/super-repo +.. |badge_pr_open| image:: https://img.shields.io/github/issues-pr-raw/rl-institut/super-repo :alt: closes issues -.. |badge_pr_closes| image:: /github/issues-pr-closed-raw/rl-institut/super-repo +.. |badge_pr_closes| image:: https://img.shields.io/github/issues-pr-closed-raw/rl-institut/super-repo :alt: closes issues From 8e6dee20180179768f8b66502f1120f2ecce32ed Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 15 Aug 2022 21:50:16 +0200 Subject: [PATCH 28/32] Add text for intoduction section and add links #8 --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c094442..16a8f22 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,12 @@ super-repo Introduction ============ - +| A template repo to test and document elements and features for research software.. +| It implements the collection of repository elements collected in this `Etherpad `_. +| The goal is to simplify and standardise the creation of software in GitHub repositories. Documentation ============= - Documentation is in `sphinx `_ reStructuredText format in the ``doc`` sub-folder of the repository. @@ -43,8 +44,9 @@ Collaboration License and Citation ==================== - -| See LICENSE.txt +| The code is licensed under the **MIT License** (MIT). +| See `LICENSE.txt `_ for further information. +| Copyright: `© Reiner Lemoine Institut `_ .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo From c6884c5bc59783beceff46df65a11f12bddf0a84 Mon Sep 17 00:00:00 2001 From: Ludee Date: Mon, 15 Aug 2022 21:51:50 +0200 Subject: [PATCH 29/32] Fix typo #8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 16a8f22..89d10f4 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ super-repo Introduction ============ -| A template repo to test and document elements and features for research software.. +| A template repo to test and document elements and features for research software. | It implements the collection of repository elements collected in this `Etherpad `_. | The goal is to simplify and standardise the creation of software in GitHub repositories. From 2143718cb7149553bfbf1382c43f018d8be3bd7d Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 18 Aug 2022 11:31:57 +0200 Subject: [PATCH 30/32] Update License and Citation in README #8 --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 89d10f4..d85a366 100644 --- a/README.rst +++ b/README.rst @@ -44,9 +44,10 @@ Collaboration License and Citation ==================== -| The code is licensed under the **MIT License** (MIT). -| See `LICENSE.txt `_ for further information. -| Copyright: `© Reiner Lemoine Institut `_ +| The code of this repository is licensed under the **MIT License** (MIT). +| See `LICENSE.txt `_ for rights and obligations. +| See the *Cite this repository* function or `CITATION.cff `_ for citation of this repository. +| Copyright: `super-repo `_`© Reiner Lemoine Institut `_ | `MIT `_ .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo From e8806540f52eb3f7e94106d856619bc31b3e3f65 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 18 Aug 2022 11:33:16 +0200 Subject: [PATCH 31/32] Fix link #8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d85a366..a9be8ee 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ License and Citation | The code of this repository is licensed under the **MIT License** (MIT). | See `LICENSE.txt `_ for rights and obligations. | See the *Cite this repository* function or `CITATION.cff `_ for citation of this repository. -| Copyright: `super-repo `_`© Reiner Lemoine Institut `_ | `MIT `_ +| Copyright: `super-repo `_ `© Reiner Lemoine Institut `_ | `MIT `_ .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo From 5606c1b6b0ace339a8fb9cef41865a1ba2ea3202 Mon Sep 17 00:00:00 2001 From: Ludee Date: Thu, 18 Aug 2022 11:34:10 +0200 Subject: [PATCH 32/32] Fix copyright sign #8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a9be8ee..251fd24 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ License and Citation | The code of this repository is licensed under the **MIT License** (MIT). | See `LICENSE.txt `_ for rights and obligations. | See the *Cite this repository* function or `CITATION.cff `_ for citation of this repository. -| Copyright: `super-repo `_ `© Reiner Lemoine Institut `_ | `MIT `_ +| Copyright: `super-repo `_ © `Reiner Lemoine Institut `_ | `MIT `_ .. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo