Many thanks to all responders!
--
~Ethan~
signature.asc
Description: OpenPGP digital signature
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/
On 1/23/2015 7:15 PM, R. David Murray wrote:
On Fri, 23 Jan 2015 15:55:29 -0800, Guido van Rossum wrote:
This adds entries to the index of the document -- similar to the index at
the end of a book. I think single vs. double refers to different types of
entries. Check out this page: https://docs
Hello Ethan,
In addition to Guido's suggestion, the Python Developer Guide's Section
7.4.9 should be helpful. Here's a link to Section 7 on Restructured Text
https://docs.python.org/devguide/documenting.html#restructuredtext-primer
You may also find the Sphinx project documentation helpful if y
On 01/23/2015 03:43 PM, Ethan Furman wrote:
Can somebody please explain this?
.. index::
single: formatting, string (%)
single: interpolation, string (%)
single: string; formatting
single: string; interpolation
single: printf-style formatting
single: sprintf-style formatt
On Fri, 23 Jan 2015 15:55:29 -0800, Guido van Rossum wrote:
> This adds entries to the index of the document -- similar to the index at
> the end of a book. I think single vs. double refers to different types of
> entries. Check out this page: https://docs.python.org/3/genindex.html
>
> On Fri, J
This adds entries to the index of the document -- similar to the index at
the end of a book. I think single vs. double refers to different types of
entries. Check out this page: https://docs.python.org/3/genindex.html
On Fri, Jan 23, 2015 at 3:43 PM, Ethan Furman wrote:
> Can somebody please exp
Can somebody please explain this?
.. index::
single: formatting, string (%)
single: interpolation, string (%)
single: string; formatting
single: string; interpolation
single: printf-style formatting
single: sprintf-style formatting
single: % formatting
single: % interpolati