Skip to content

Commit

Permalink
applied PackageJanitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Nov 4, 2020
1 parent 47393a2 commit d01344c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
39 changes: 21 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- BEGIN HEADER -->
# CatReps
# CatReps&ensp;<sup><sup>[![View code][code-img]][code-url]</sup></sup>

### Representations and cohomology of finite categories

Expand Down Expand Up @@ -82,34 +82,37 @@ 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
[tests-url]: https://github.com/homalg-project/CatReps/actions?query=workflow%3ATests+branch%3Amaster

[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
<!-- END FOOTER -->

0 comments on commit d01344c

Please sign in to comment.