Hello Christian. Apologies for the extremely late response. Thanks for breaking the ice on the tutorials section! We need many more of those.
I have mainly nitpicky stylistic suggestions.
* I try to make inline commands, paths, and filenames be ``monospaced`` instead of **bolded** (which I reserve for vocabulary words). Makes them easier to be visually linked to the code blocks (soon, the theme for monospace will be the same color too, making the link more explicit). Note to self that these guidelines aren't in the Docguide, but will be soon.
* I would take the note on "Who [how?] many pyramids are needed?" and turn that into a standard heading. That way you have access to code blocks, which given the content would make it easier to read. The second note "A few words about size" is fine.
* In the "configuring the new map" section, since your code blocks are XML, you should use ".. code-block:: xml" (see http://docs.geoserver.org/1.7.x/user/styling/sld-introduction.html) to get syntax highlighting.
* I just found out that there's a nicer way of doing menu traversal descriptions: " :menuselection:`Start --> Programs` ". I'll need to go through all my docs and fix that now. 
* Finally, I think it would be nice to have more descriptive titles for these tutorials. Like "Storing a coverage in a JDBC database" and "Using the GeoTools feature-pregeneralized module" or something.
Generally, it sounds like you're pretty solid on these tutorials (I haven't tested for accuracy here, just basic style). If there's any other questions you have on Sphinx work, I'm happy to guide.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Christian Müller wrote:
Hi Mike, could you please take a quick look at the migrated tutorial, it is in the 1.7.x branch. If everything is ok, I would start writing the next tutorial for the feature-pregeneralizd module.
thanks