-
Notifications
You must be signed in to change notification settings - Fork 414
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/comparisons: Add pae/pactivate #1211
Conversation
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.
Thanks for contributing to the docs :)
Note that I'm putting up separate commits on the dev branch for each separate conversation here; I believe this should make reviewing easier. I'll of course squash these all into one commit when we're ready to merge, unless you guys think that this history here should be kept. |
Co-authored-by: Robert <49005401+Gitznik@users.noreply.github.com>
Co-authored-by: Robert <49005401+Gitznik@users.noreply.github.com>
It's a long bullet point, but I tried to use two sub-points under it and the sub-points came out at the same level after rendering with `nox -s build_docs`. So we live with this unless someone knows how to fix it.
I've just added a new bullet point near the top that I think more precisely explains a core difference in approach between pipx and pae. I realise this whole thing may be getting a bit long; I'm open to removing whatever you think isn't too important. (I could also add a section in the pae/pactivate documentation with a detailed comparison with pipx, and we could just summarize here and link to that, if that sounds like a better idea.) |
By the way, I did play with the |
Ok, I've created a detailed comparison in the pactivate documentation, and slimmed down the one here to cover just the essentials and link to the details. Thoughts? (As usual, this is a separate commit on the end; a squash will bring the whole set down to just what's on the end.) |
changelog.d/
(if the patch affects the end users)(Does not affect users of the program; documentation update only.)
Summary of changes
Add comparison with a somewhat similar tool, pae/pactivate.
Test plan
Tested by regenerating the documentation with
nox -s build_docs
and reading the new output insite/comparisons/index.html
.