AlgebraicJulia / AlgebraicRewriting.jl

Implementations of algebraic rewriting techniques like DPO, SPO, SqPO.
https://algebraicjulia.github.io/AlgebraicRewriting.jl/
MIT License
25 stars 5 forks source link

refactor documentation #38

Closed aaguinal closed 8 months ago

aaguinal commented 8 months ago

This PR updates the documentation found on https://algebraicjulia.github.io/AlgebraicRewriting.jl/dev/.

More specifically, this:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fc2269a) 81.55% compared to head (4ab460d) 76.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== - Coverage 81.55% 76.97% -4.59% ========================================== Files 28 28 Lines 1681 1681 ========================================== - Hits 1371 1294 -77 - Misses 310 387 +77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kris-brown commented 8 months ago

also I suspect that src/generated should be added to the .gitignore

kris-brown commented 8 months ago

Looks great to me, thanks!