diff --git a/PackageInfo.g b/PackageInfo.g index d009ee9..8a1e48a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -11,7 +11,7 @@ SetPackageInfo( rec( PackageName := "CatReps", Subtitle := "Representations and cohomology of finite categories", Version := Maximum( [ - "2020.11-01", ## Mohamed's version + "2020.11-02", ## Mohamed's version ## this line prevents merge conflicts "2020.10-02", ## Tibor's version ## this line prevents merge conflicts diff --git a/README.md b/README.md index ce835af..a0dc096 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# CatReps +# CatReps [![View code][code-img]][code-url] ### Representations and cohomology of finite categories @@ -82,29 +82,29 @@ In March 2020 [Peter Webb](https://www-users.math.umn.edu/~webb/)' and his coaut To obtain current versions of all dependencies, `git clone` (or `git pull` to update) the following repositories: -| | Repository | URL | -|--- | ---------- | --- | -| 1. | **homalg_project** | https://github.com/homalg-project/homalg_project | -| 2. | **CAP_project** | https://github.com/homalg-project/CAP_project | -| 3. | **CategoryConstructor** | https://github.com/homalg-project/CategoryConstructor | -| 4. | **HigherHomologicalAlgebra** | https://github.com/homalg-project/HigherHomologicalAlgebra | -| 5. | **QPA2** | https://github.com/homalg-project/QPA2 | -| 6. | **Algebroids** | https://github.com/homalg-project/Algebroids | -| 7. | **FunctorCategories** | https://github.com/homalg-project/FunctorCategories | -| 8. | **Toposes** | https://github.com/homalg-project/Toposes | -| 9. | **FinSetsForCAP** | https://github.com/homalg-project/FinSetsForCAP | -| 10. | **SubcategoriesForCAP** | https://github.com/homalg-project/SubcategoriesForCAP | - -[html-img]: https://img.shields.io/badge/HTML-stable-blue.svg +| | Repository | git URL | +|--- | ---------- | ------- | +| 1. | [**homalg_project**](https://github.com/homalg-project/homalg_project#readme) | https://github.com/homalg-project/homalg_project.git | +| 2. | [**CAP_project**](https://github.com/homalg-project/CAP_project#readme) | https://github.com/homalg-project/CAP_project.git | +| 3. | [**CategoryConstructor**](https://github.com/homalg-project/CategoryConstructor#readme) | https://github.com/homalg-project/CategoryConstructor.git | +| 4. | [**HigherHomologicalAlgebra**](https://github.com/homalg-project/HigherHomologicalAlgebra#readme) | https://github.com/homalg-project/HigherHomologicalAlgebra.git | +| 5. | [**QPA2**](https://github.com/homalg-project/QPA2#readme) | https://github.com/homalg-project/QPA2.git | +| 6. | [**Algebroids**](https://github.com/homalg-project/Algebroids#readme) | https://github.com/homalg-project/Algebroids.git | +| 7. | [**FunctorCategories**](https://github.com/homalg-project/FunctorCategories#readme) | https://github.com/homalg-project/FunctorCategories.git | +| 8. | [**Toposes**](https://github.com/homalg-project/Toposes#readme) | https://github.com/homalg-project/Toposes.git | +| 9. | [**FinSetsForCAP**](https://github.com/homalg-project/FinSetsForCAP#readme) | https://github.com/homalg-project/FinSetsForCAP.git | +| 10. | [**SubcategoriesForCAP**](https://github.com/homalg-project/SubcategoriesForCAP#readme) | https://github.com/homalg-project/SubcategoriesForCAP.git | + +[html-img]: https://img.shields.io/badge/🔗%20HTML-stable-blue.svg [html-url]: https://homalg-project.github.io/CatReps/doc/chap0_mj.html -[pdf-img]: https://img.shields.io/badge/PDF-stable-blue.svg +[pdf-img]: https://img.shields.io/badge/🔗%20PDF-stable-blue.svg [pdf-url]: https://homalg-project.github.io/CatReps/download_pdf.html -[version-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/CatReps/badge_version.json +[version-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/CatReps/badge_version.json&label=🔗%20version&color=yellow [version-url]: https://homalg-project.github.io/CatReps/view_release.html -[date-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/CatReps/badge_date.json +[date-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/CatReps/badge_date.json&label=🔗%20released%20on&color=yellow [date-url]: https://homalg-project.github.io/CatReps/view_release.html [tests-img]: https://github.com/homalg-project/CatReps/workflows/Tests/badge.svg?branch=master @@ -112,4 +112,7 @@ To obtain current versions of all dependencies, `git clone` (or `git pull` to up [codecov-img]: https://codecov.io/gh/homalg-project/CatReps/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/homalg-project/CatReps + +[code-img]: https://img.shields.io/badge/-View%20code-blue?logo=github +[code-url]: https://github.com/homalg-project/CatReps#top