Skip to content

[3.7] bpo-11233: Create availability directive for documentation (GH-…#9830

Merged
vstinner merged 1 commit into
python:3.7from
csabella:backport-2d6097d-3.7
Oct 15, 2018
Merged

[3.7] bpo-11233: Create availability directive for documentation (GH-…#9830
vstinner merged 1 commit into
python:3.7from
csabella:backport-2d6097d-3.7

Conversation

@csabella

@csabella csabella commented Oct 12, 2018

Copy link
Copy Markdown
Contributor

…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

…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>
Comment thread Doc/using/cmdline.rst
system interfaces.

Availability: \*nix
.. availability:: \*nix.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use "Unix" everywhere and not "*nix"?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Comment thread Doc/using/cmdline.rst
system interfaces.

Availability: \*nix
.. availability:: \*nix.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants