Closed jcarnaxide closed 5 months ago
@godlygeek I have addressed your comments for restructuring, as well as combining the introduction to the tutorials. @statkute please have a look at the changes I have made.
I think we should still update the rst page for additional features inside the tutorials directory.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.70%. Comparing base (
41248ed
) to head (8bd476d
). Report is 42 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@godlygeek I have addressed your comments for restructuring, as well as combining the introduction to the tutorials. @statkute please have a look at the changes I have made.
I think we should still update the rst page for additional features inside the tutorials directory.
I've now updated a couple internal links that stopped working due to the new tutorials/ directory. Otherwise looks great-- thanks for the fixes while I was out @jcarnaxide !
I've also added a brief section that encourages to explore the Concepts
section after finishing the hands-on tutorial (under additional features).
@godlygeek we should be good for another look whenever you have the time -- thank you!
Issue number of the reported bug or feature request: #
Describe your changes We have worked on an introductory level course for people to get familiar with Memray.
Testing performed We ran
make docs-live
to view the new RST files, and to see everything is rendered properly. We also ran the exercises via instructions specified and was able to get through the whole tutorial.Additional context It is worth noting, that I plan to update the instructions to include running the tutorial via codespaces, but we stuck with simple venv/pip for this first PR.