-
-
Notifications
You must be signed in to change notification settings - Fork 865
Add Antoine's motivations #340
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
Conversation
@@ -193,7 +213,7 @@ participating in the CPython core development process: | |||
|
|||
.. topic:: Barry Warsaw (United States) | |||
|
|||
* `LinkedIn <https://www.linkedin.com/in/barry-warsaw/>`_ (Staff Software Engineer - Python Foundation) | |||
* LinkedIn: `<https://www.linkedin.com/in/barry-warsaw/>`_ (Staff Software Engineer - Python Foundation) |
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.
Note that reST doesn't allow multiple links with the same title :-(
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.
Didn't realize that before.
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 due to the reverse anchors docutils normally creates - you can turn those off for a link by using a double trailing underscore instead of a single trailing underscore.
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.
Looks good.
Thank you @willingc ! |
Thanks both of you! |
And thank you Barry! :-D |
No description provided.