Closed RHammond2 closed 1 year ago
Patch coverage: 33.33%
and no project coverage change.
Comparison is base (
8d12083
) 62.88% compared to head (1beafab
) 62.89%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@jordanperr, below are some replies as they relate to your bullets above, but separated for ease of cross referencing the original point.
pip install
prompt is largely in line with what many other code bases do that have varying options for what or how a user might want to install the package.
This PR addresses the third bullet point in #214 to improve upon the legibility of the getting started, contributing, and installation instructions. This is accomplished by a basic reorganization of the content to be more streamlined and by communicating the ideas more clearly and inline with using Python in 2023.
This also restructures the way that the examples are displayed so that can each be their own page on the documentation site instead of a single page with a high level of nesting.