From: Michael S. <mi...@st...> - 2008-03-30 17:31:41
|
Ryan Lovett wrote: > On Sun, Mar 30, 2008 at 05:03:49PM +0200, Michael Str?der wrote: >> Please review and comment. > > The new HTML docs look very nice and the search facility is wonderful. > Perhaps "Front Matter" on /index.html could be changed to "Overview" or > "Introduction"? "Front Matter" is better suited to labotomists. :) Well the start of the documentation was IMO overkill from the very beginning. ----------------------- snip ----------------------- LDAP programming with Python Author: python-ldap project Front Matter Abstract This document describes the package python-ldap with its various modules This manual assumes basic knowledge about the Python language and the LDAP standard. python-ldap package Contents: [..] ----------------------- snip ----------------------- Glancing at the Python new-style docs this should be probably trimmed to: ----------------------- snip ----------------------- python-ldap Documentation This document describes the package python-ldap with its various modules This manual assumes basic knowledge about the Python language and the LDAP standard. Contents: [..] ----------------------- snip ----------------------- Not sure how a PDF document looks like then. > Also, is the floating red paragraph symbol necessary? It is somewhat > distracting. Hmm, I guess it comes from a standard CSS which I don't like to change. Same behaviour in Python 2.6 docs. The pop-up of this symbol shows the text "Permalink to this definition". Ciao, Michael. |