SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

Order API reference #111

Closed ranocha closed 2 months ago

ranocha commented 2 months ago

The current version of the API reference docs is just ordered alphabetically by name of things, see https://skopecz.github.io/PositiveIntegrators.jl/v0.1/api_reference/

In this PR, I ordered the API references manually, sorting them by the type of stuff: general problem types, pre-made problems, and algorithms. I think this makes it easier to search the API reference

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 98.09%. Comparing base (f86c263) to head (15c6d7f).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #111 +/- ## ======================================= Coverage 98.09% 98.09% ======================================= Files 6 6 Lines 1414 1414 ======================================= Hits 1387 1387 Misses 27 27 ```

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

SKopecz commented 2 months ago

The old order was really annoying. Thanks a lot!