|
14年前 | |
---|---|---|
.. | ||
_build | 14年前 | |
_static | 14年前 | |
old | 14年前 | |
Makefile | 14年前 | |
README | 14年前 | |
backupall.txt | 14年前 | |
conf.py | 14年前 | |
core.doctype.control_panel.txt | 14年前 | |
core.doctype.custom_field.txt | 14年前 | |
core.doctype.doctype.txt | 14年前 | |
core.doctype.doctype_mapper.txt | 14年前 | |
core.doctype.letter_head.txt | 14年前 | |
core.doctype.module_def.txt | 14年前 | |
core.doctype.page.txt | 14年前 | |
core.doctype.page_template.txt | 14年前 | |
core.doctype.profile.txt | 14年前 | |
core.doctype.property_setter.txt | 14年前 | |
core.doctype.search_criteria.txt | 14年前 | |
core.doctype.stylesheet.txt | 14年前 | |
core.doctype.system_console.txt | 14年前 | |
core.doctype.txt | 14年前 | |
core.page.txt | 14年前 | |
core.txt | 14年前 | |
generate_modules.py | 14年前 | |
index.txt | 14年前 | |
modules.txt | 14年前 | |
pypi-setup.txt | 14年前 | |
webnotes.install_lib.txt | 14年前 | |
webnotes.model.txt | 14年前 | |
webnotes.modules.txt | 14年前 | |
webnotes.multi_tenant.txt | 14年前 | |
webnotes.txt | 14年前 | |
webnotes.utils.email_lib.txt | 14年前 | |
webnotes.utils.txt | 14年前 | |
webnotes.widgets.txt | 14年前 |
Documentation Help:
===================
1. To rebuild documentation
---------------------------
make html
2. Install
-----------
easy_install sphinx
3. Build modules again (if you have added new modules)
----------------------
python generate_modules.py ../cgi-bin -d . -f
help:
NOTE: if you do this, all existing changes to the source files will be lost
python generate_modules.py [source] -d [destination] [-f to rebuild]
4. General Sphinx Help
----------------------
1. install sphinx
2. create a docs folder
3. in the docs folder, do sphinx-quickstart (say yes to autodocs and viewcode)
4. generate module .txt files using generate_modules.py script by Thomas Waldmann
5. add cool css and icons in _static folder
6. update conf.py and add sys.path.append - change .rst to .txt
7. run "make html"