Automatically setup docs for a project
Call from command line:
bench setup-docs app path
Inherits from __builtin__.object
Generate source templates for models reference and module API
and templates at templates/autodoc
Build templates for docs models and Python API
Build templates for user docs pages, if missing.
Copy jquery, bootstrap and other assets to files
is_py_module (self, basepath, folders, files)
No docs
make_docs (self, target, local=False)
No docs
make_folder (self, path, template=None, context=None)
No docs
Make standard home pages for docs, developer docs, api and models from templates
No docs
Sync docs from /docs folder to Web Page.
Called as bench --site [sitename] sync-docs [appname]
No docs
render templates and write files to target folder
write_model_file (self, basepath, module, doctype)
No docs
write_modules (self, basepath, folders, files)
No docs