[Python-Dev] Questions/comments on documentation formatting
Raymond Hettinger
python at rcn.com
Tue Jan 20 04:50:25 CET 2009
I have another question about doc formatting.
What controls whether section headers get urls with a custom named jump target instead of a default name like "id1"?
In particular, look at the urls for:
http://docs.python.org/dev/library/collections.html#id1
versus
http://docs.python.org/dev/library/collections.html#abcs-abstract-base-classes
I would like all of the targets to have meaningful names.
Raymond
More information about the Python-Dev
mailing list