Hi,
A couple of days a go I opened an feature request (IVariableSource for app settings) for which functionality already was available, but lacked documentation. I thought I'd add the documentation myself. I've managed to edit some source files using notepad++ and successfully compiled the documentation.
Now I've got a couple questions about writing and contributing documentation.
1. What tools do you use to write documentation? For minor changes it's ok to use notepad / visual studio, but I find the Docbook format a royal pain to write a couple of paragraphs in. (you guys should try Sphinx)
2. Is there any form of guideline (e.g. language, code formatting, ?) for writing documentation?
3. I saw issue 491 on publishing a development version of the docs as part of the nightly build. Any ideas on that subject? A relatively easy approach could be to publish the documentation build output to the github pages for springsoure/spring.net. The docs would then be available at http://springsource.github.com/spring-net/.
Regards,
~Marijn


Reply With Quote
).