-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-v0.3.0: (26 commits) Update changelog link Update changelog Bump version and update changelog Update demo image in README Fix #33 (missing check), limit full label length to 30 Scale SVG x1.5 by default Update changelog Add docs for rendering Fix empty tope context, change colors for rendering Fix some labels Update changelog Improve rendering Add labels for edges and faces Add render option, limit label length Use black for known params, simplify some labels Fix rendering for topes, add rendering for types Refactor rendering, support curried functions Render subshapes in 1D, 2D, and 3D Fix external links and Ulrik's name in the docs Introduce RenderObjectData ...
- Loading branch information
Showing
13 changed files
with
1,126 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# sHoTT | ||
|
||
[sHoTT](https://github.com/fizruk/sHoTT) is a formalisation project for simplicial HoTT and ∞-categories. | ||
<a href="https://github.com/fizruk/sHoTT" target="_blank">sHoTT</a> is a formalisation project for simplicial HoTT and ∞-categories. | ||
|
||
The project is a fork of https://github.com/emilyriehl/yoneda, | ||
The project is a fork of <a href="https://github.com/emilyriehl/yoneda" target="_blank">https://github.com/emilyriehl/yoneda</a>, | ||
with a goal to grow and eventually include various | ||
formalisations for HoTT (e.g. HoTT book), | ||
synthetic fibered ∞-categories from the work of Ulrich Buchholtz and Jonathan Weinberger, variations of cubical type theories, etc. | ||
synthetic fibered ∞-categories from the work of Ulrik Buchholtz and Jonathan Weinberger, variations of cubical type theories, etc. | ||
|
||
See more details in the documentation of the project at | ||
[https://github.com/fizruk/sHoTT](https://github.com/fizruk/sHoTT). | ||
<a href="https://github.com/fizruk/sHoTT" target="_blank">https://github.com/fizruk/sHoTT</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# simple-topes | ||
|
||
[simple-topes](https://github.com/fizruk/simple-topes) is a playground theorem prover project for type theory with shapes that allows user-defined cubes and topes. Once stable, the project will be merged into `rzk`, extending it to a proof assistant for type theory with (user-defined) cubes, topes, and shapes. | ||
<a href="https://github.com/fizruk/simple-topes" target="_blank">simple-topes</a> is a playground theorem prover project for type theory with shapes that allows user-defined cubes and topes. Once stable, the project will be merged into `rzk`, extending it to a proof assistant for type theory with (user-defined) cubes, topes, and shapes. | ||
|
||
See more details in the documentation of the project at | ||
[https://github.com/fizruk/simple-topes](https://github.com/fizruk/simple-topes). | ||
<a href="https://github.com/fizruk/simple-topes" target="_blank">https://github.com/fizruk/simple-topes</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rzk | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
github: "fizruk/rzk" | ||
license: BSD3 | ||
author: "Nikolai Kudasov" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.