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.
(Note that this PR already refers to changes which are included in #205 ).
I updated the contrib guide as follows:
Replace duplicate refs with anonymous refs
For example:
Would cause the rst parser to complain about duplicate refs.
Replacing _ with __ makes the ref anonymous, i.e., Abc will
no longer be treated as the ref name.
Include CONTRIBUTING.rst properly
While building the docs with tox -e docs, ../CONTRIBUTING.rst was missing.
After fixing this, there was no link to the Contributor Guide due to a
missing title. So I added the title to contributing/contributing.rst and
included CONTRIBUTING.rst from line 3 to prevent the double title.
Finally, the language had to be set to non-None to avoid another WARNING.
Update the contrib guide
main
.Closes #193 .