Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/sphinx_doc_gen.py
| Context not available. | |||||
| fw(title_string(title, "=")) | fw(title_string(title, "=")) | ||||
| fw(".. module:: %s.%s\n\n" % (struct_module_name, struct_id)) | fw(".. module:: %s\n\n" % struct_module_name) | ||||
| # docs first?, ok | # docs first?, ok | ||||
| write_example_ref("", fw, "%s.%s" % (struct_module_name, struct_id)) | write_example_ref("", fw, "%s.%s" % (struct_module_name, struct_id)) | ||||
| Context not available. | |||||
| fw(title_string(class_name, "=")) | fw(title_string(class_name, "=")) | ||||
| fw(".. module:: %s.%s\n" % (class_module_name, class_name)) | fw(".. module:: %s\n" % class_module_name) | ||||
| fw("\n") | fw("\n") | ||||
| if use_subclasses: | if use_subclasses: | ||||
| Context not available. | |||||