-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add a tutorial for pystack remote
- deadlock example
#179
docs: Add a tutorial for pystack remote
- deadlock example
#179
Conversation
Sorry, fixing the lint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First of all, thanks for working on this! This is fantastic and a really helpful addition. I think there are a few things that can be improved though, that I have detailed below.
pystack remote
- deadlock example
@gusmonod I don't know how to solve the error from build docs step. 🙃 |
PR updated, added a new section related to the use of |
The test_in_alpine step is failing, what is the solution for this issue? 🤔 |
That's fixed by #185 I'll pick this PR up soon and move it forward. |
This enables faster iteration on documentation. Signed-off-by: Matheus Nascimento <[email protected]>
Signed-off-by: Matheus Nascimento <[email protected]>
Signed-off-by: Matheus Nascimento <[email protected]>
All requested changes have been addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll pick this PR up soon and move it forward.
"soon" 😅
I've slightly tweaked some of the wording here and there, and dropped the requirements-tutorial.txt
in favor of just doing a python3 -m pip install pystack
, at least for now. Otherwise, this LGTM!
Thanks so much for the contribution, @manasomali!
Issue number of the reported bug or feature request: #53
Describe your changes
Add the first tutorial about how to use PyStack to profiling the deadlock problem.
Testing performed
No tests added.
Additional context
Made during pycon2024 sprint. First day.