-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Change links to label refs #98454
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
Change links to label refs #98454
Changes from 4 commits
bbf7381
7613ba7
20fa1fb
9fe6bfd
6abd61c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| .. highlight:: c | ||
|
|
||
| .. _howto-clinic: | ||
|
|
||
| ********************** | ||
| Argument Clinic How-To | ||
| ********************** | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2052,6 +2052,8 @@ tkinter | |
| The :mod:`tkinter.tix` module is now deprecated. :mod:`tkinter` users | ||
| should use :mod:`tkinter.ttk` instead. | ||
|
|
||
| .. _whatsnew-3.6-venv: | ||
|
||
|
|
||
| venv | ||
| ~~~~ | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -805,8 +805,7 @@ event loop only if called from the main thread. | |||||
| .. section: Documentation | ||||||
|
|
||||||
| Add an entry for ``__module__`` in the "function" & "method" sections of the | ||||||
| `inspect docs types and members table | ||||||
| <https://docs.python.org/3/library/inspect.html#types-and-members>`_ | ||||||
| :ref:`inspect docs types and members table <inspect-types>`. | ||||||
|
||||||
| :ref:`inspect docs types and members table <inspect-types>`. | |
| :mod:`inspect` docs :ref:`inspect-types` table. |
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.
This part doesn't render (see page) so unsure what this should look like.
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.
It's a reST "comment", which doesn't render; not sure if its intended to be or not, since it does use reST syntax within itself.
@encukou any insight here?