seitime-frappe/docs
2012-01-20 10:52:31 +05:30
..
_build fixes to profile and added sendmail_md 2012-01-20 10:52:31 +05:30
_static added new docs 2011-06-29 14:41:49 +05:30
old fixes to profile and added sendmail_md 2012-01-20 10:52:31 +05:30
backupall.txt added new docs 2011-06-29 14:41:49 +05:30
conf.py added new docs 2011-06-29 14:41:49 +05:30
core.doctype.control_panel.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.custom_field.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.doctype.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.doctype_mapper.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.letter_head.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.module_def.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.page.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.page_template.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.profile.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.property_setter.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.search_criteria.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.stylesheet.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.system_console.txt added new docs 2011-06-29 14:41:49 +05:30
core.doctype.txt added new docs 2011-06-29 14:41:49 +05:30
core.page.txt added new docs 2011-06-29 14:41:49 +05:30
core.txt added new docs 2011-06-29 14:41:49 +05:30
generate_modules.py added new docs 2011-06-29 14:41:49 +05:30
index.txt added new docs 2011-06-29 14:41:49 +05:30
Makefile added new docs 2011-06-29 14:41:49 +05:30
modules.txt added new docs 2011-06-29 14:41:49 +05:30
pypi-setup.txt added new docs 2011-06-29 14:41:49 +05:30
README cleaned up doclist and form.py 2011-06-29 18:34:15 +05:30
webnotes.install_lib.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.model.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.modules.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.multi_tenant.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.utils.email_lib.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.utils.txt added new docs 2011-06-29 14:41:49 +05:30
webnotes.widgets.txt added new docs 2011-06-29 14:41:49 +05:30

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"