[3.7] bpo-11233: Create availability directive for documentation (GH-…#9830
Merged
Conversation
…honGH-9692) Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> (cherry picked from commit 2d6097d) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
csabella
requested review from
a team,
1st1,
asvetlov and
gpshead
as code owners
October 12, 2018 22:56
1st1
reviewed
Oct 12, 2018
| system interfaces. | ||
|
|
||
| Availability: \*nix | ||
| .. availability:: \*nix. |
Member
There was a problem hiding this comment.
Can we use "Unix" everywhere and not "*nix"?
Contributor
Author
There was a problem hiding this comment.
I didn't change any of the original text attached to Availability in order to just make this ticket about the new directive. If you want, I can open another ticket to clean up things like this.
Member
There was a problem hiding this comment.
If you want, I can open another ticket to clean up things like this.
Yes, please don't do two things in the same PR. master also has this syntax.
vstinner
approved these changes
Oct 15, 2018
| system interfaces. | ||
|
|
||
| Availability: \*nix | ||
| .. availability:: \*nix. |
Member
There was a problem hiding this comment.
If you want, I can open another ticket to clean up things like this.
Yes, please don't do two things in the same PR. master also has this syntax.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…9692)
Replace "Availability: xxx" with ".. availability:: xxx" in the doc.
Original patch by Georg Brandl.
Co-Authored-By: Georg Brandl georg@python.org
(cherry picked from commit 2d6097d)
Co-authored-by: Cheryl Sabella cheryl.sabella@gmail.com
https://bugs.python.org/issue11233