Skip to content

Commit

Permalink
Add link to containers project (#1193)
Browse files Browse the repository at this point in the history
Also renames `USERS.md` to `PROJECTS.md`.

Co-authored-by: elisabethstenholm <[email protected]>
  • Loading branch information
fredrik-bakke and elisabethstenholm authored Oct 10, 2024
1 parent 10c1612 commit 633d73d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ METAFILES := \
STATEMENT-OF-INCLUSION.md \
SUMMARY.md \
TEMPLATE.lagda.md \
USERS.md \
PROJECTS.md \
VISUALIZATION.md

.PHONY: agdaFiles
Expand Down
1 change: 1 addition & 0 deletions USERS.md → PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Here is a list of projects that use the `agda-unimath` library:

- <https://git.app.uib.no/hott/hott-set-theory>
- <https://git.app.uib.no/hott/containers>

If your project uses the `agda-unimath` library, let us know, so we can add your
project to the list.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ suppress_processing = [
"MAINTAINERS.md",
"CONTRIBUTORS.md",
"STATEMENT-OF-INCLUSION",
"USERS.md",
"PROJECTS.md",
"GRANT-ACKNOWLEDGEMENTS.md",
"SUMMARY.md",
"ART.md",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_main_index_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def generate_index(root_path):
- [Maintainers](MAINTAINERS.md)
- [Contributors](CONTRIBUTORS.md)
- [Statement of inclusivity](STATEMENT-OF-INCLUSION.md)
- [Projects using Agda-Unimath](USERS.md)
- [Projects using Agda-Unimath](PROJECTS.md)
- [Grant acknowledgements](GRANT-ACKNOWLEDGEMENTS.md)
- [Guides](HOWTO-INSTALL.md)
- [Installing the library](HOWTO-INSTALL.md)
Expand Down
2 changes: 1 addition & 1 deletion website/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (link) {
'README.md',
'STATEMENT-OF-INCLUSION.md',
'SUMMARY.md',
'USERS.md',
'PROJECTS.md',
'VISUALIZATION.md',
'index.md',
];
Expand Down

0 comments on commit 633d73d

Please sign in to comment.