Replace ~
with $HOME
in guides, tutorials
#418
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Be more explicit to help users who aren't as familiar with the tilde. Inspired by an experience @lgh2 had, figuring out where
.pypirc
files live:<lghampton>
I think it was the~/.pypirc
syntax that confused me, it wasn't clear to me that it referred to$HOME
or something relative to the project pathI left out instances where the tilde was explicitly explained in the paragraph where it was used (
source/tutorials/managing-dependencies.rst
, and where the tilde appeared as part of sample terminal output).I might be wrong in proposing this PR. I'm open to being told, for instance, that we need to use
~
for platform compatibility reasons, or for uniformity with other documentation. In that case I'd like for us to explicitly mention what it means, contextually, as insource/tutorials/managing-dependencies.rst
:cc @jonparrott