Skip to content

Commit db374cf

Browse files
applied PackageJanitor
1 parent 38193ae commit db374cf

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111
PackageName := "Algebroids",
1212
Subtitle := "Algebroids and bialgebroids as preadditive categories generated by enhanced quivers",
1313
Version := Maximum( [
14-
"2020.11-01", ## Mohamed's version
14+
"2020.11-02", ## Mohamed's version
1515
## this line prevents merge conflicts
1616
"2020.09-08", ## Kamal's version
1717
## this line prevents merge conflicts

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- BEGIN HEADER -->
2-
# Algebroids
2+
# Algebroids&ensp;<sup><sup>[![View code][code-img]][code-url]</sup></sup>
33

44
### Algebroids and bialgebroids as preadditive categories generated by enhanced quivers
55

@@ -16,28 +16,31 @@
1616

1717
To obtain current versions of all dependencies, `git clone` (or `git pull` to update) the following repositories:
1818

19-
| | Repository | URL |
20-
|--- | ---------- | --- |
21-
| 1. | **homalg_project** | https://github.com/homalg-project/homalg_project |
22-
| 2. | **CAP_project** | https://github.com/homalg-project/CAP_project |
23-
| 3. | **HigherHomologicalAlgebra** | https://github.com/homalg-project/HigherHomologicalAlgebra |
24-
| 4. | **QPA2** | https://github.com/homalg-project/QPA2 |
19+
| | Repository | git URL |
20+
|--- | ---------- | ------- |
21+
| 1. | [**homalg_project**](https://github.com/homalg-project/homalg_project#readme) | https://github.com/homalg-project/homalg_project.git |
22+
| 2. | [**CAP_project**](https://github.com/homalg-project/CAP_project#readme) | https://github.com/homalg-project/CAP_project.git |
23+
| 3. | [**HigherHomologicalAlgebra**](https://github.com/homalg-project/HigherHomologicalAlgebra#readme) | https://github.com/homalg-project/HigherHomologicalAlgebra.git |
24+
| 4. | [**QPA2**](https://github.com/homalg-project/QPA2#readme) | https://github.com/homalg-project/QPA2.git |
2525

26-
[html-img]: https://img.shields.io/badge/HTML-stable-blue.svg
26+
[html-img]: https://img.shields.io/badge/🔗%20HTML-stable-blue.svg
2727
[html-url]: https://homalg-project.github.io/Algebroids/doc/chap0_mj.html
2828

29-
[pdf-img]: https://img.shields.io/badge/PDF-stable-blue.svg
29+
[pdf-img]: https://img.shields.io/badge/🔗%20PDF-stable-blue.svg
3030
[pdf-url]: https://homalg-project.github.io/Algebroids/download_pdf.html
3131

32-
[version-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/Algebroids/badge_version.json
32+
[version-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/Algebroids/badge_version.json&label=🔗%20version&color=yellow
3333
[version-url]: https://homalg-project.github.io/Algebroids/view_release.html
3434

35-
[date-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/Algebroids/badge_date.json
35+
[date-img]: https://img.shields.io/endpoint?url=https://homalg-project.github.io/Algebroids/badge_date.json&label=🔗%20released%20on&color=yellow
3636
[date-url]: https://homalg-project.github.io/Algebroids/view_release.html
3737

3838
[tests-img]: https://github.com/homalg-project/Algebroids/workflows/Tests/badge.svg?branch=master
3939
[tests-url]: https://github.com/homalg-project/Algebroids/actions?query=workflow%3ATests+branch%3Amaster
4040

4141
[codecov-img]: https://codecov.io/gh/homalg-project/Algebroids/branch/master/graph/badge.svg
4242
[codecov-url]: https://codecov.io/gh/homalg-project/Algebroids
43+
44+
[code-img]: https://img.shields.io/badge/-View%20code-blue?logo=github
45+
[code-url]: https://github.com/homalg-project/Algebroids#top
4346
<!-- END FOOTER -->

0 commit comments

Comments
 (0)