korsbo / Latexify.jl

Convert julia objects to LaTeX equations, arrays or other environments.
MIT License
544 stars 55 forks source link

Chaneg doc mentions of DiffEqBiological to Catalyst and update syntax #277

Closed TorkelE closed 2 months ago

TorkelE commented 5 months ago

A more throughout update can probably be made regarding this, but should probably wait until https://github.com/SciML/Catalyst.jl/issues/610 is fixed.

This simply changes mentioned of DiffEqBiological in the docs to Catalyst, and changes the various notations to use the latest version.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (6b869c3) 82.38% compared to head (656e005) 82.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #277 +/- ## ======================================= Coverage 82.38% 82.38% ======================================= Files 21 21 Lines 829 829 ======================================= Hits 683 683 Misses 146 146 ```

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

TorkelE commented 5 months ago

Documentation seems busted. Might have to do with recent Julia updates or Documenter updates, see https://github.com/korsbo/Latexify.jl/pull/278 which provides very minimal changes.