I think thos subscribed have just received the message from LP.
I would like to add some small things:
* Contrary to what I wrote earlier today, I just did some more wrok on
this today. I did not want to leave the started work unfinshed. And
web2py moves incredibly fast...
* BUT, due to time constraints, I want to give this small contribution
in the hands of the web2py developers. I cannot work on this on
day-to-day basis like done in the last days.
* I included / incorporated the ideas exchanged with Yarko today on this
list.
* I hope this is a valuable contribution to the project.
All the best and keep up the nice work with web2py.
Kind regards,
Timmie
### Message of the merge proposal:
From the commit message:
This is a 2nd setup and push of the Sphinx doc branch based on devel
revision 750:
* FAQ now optional
* User Wiki now optional
* still 36 warnings caused by the docstrings
* the intro docs have been corrected and are free of errors and warnings
Please provide feedback on the web2py mailing list
The branch will be proposed for a merge with the devel branch.
Reasons for this merge proposal:
* current web2py/doc contains many errors
* this branch provides a neat basis for further development of the
Sphinx doc
* this branch enables developers to test and improve docstrings
* now after the commit of 750 a merge will be painless
great! i waiting new include Sphinx API doc branch,
so i'll creat Chinese version branch base this...
--
http://zoomquiet.org
'''过程改进乃是催生可促生靠谱的人的组织!'''
PE keeps evolving organizations which promoting people be good!
BTW,
Each app could have its own doc folder...
At least mine has one!
There could be a example for the examples application.
And a template created when a new application is created in the admin.
If you want, you can also use admin to modify basic values of Sphinx
config.py.
Can you see where I am looking at?
Please remind me to post the front end auto-documenting app. I do not
have time today, but...
Regards,
Timmie
1) create a doc folder in the app folder
>> BTW,
>> Each app could have its own doc folder...
>
> could you elaborate?
2) cd doc
3) $: sphinx-quickstart
4) write some intraductory text
5) include docstrings complying with web2py howto (to be written)
6) create a document that uses autodoc to API document the controllers,
models.
6) built the docs.