bmesh py api: more comprehensive intro page, also fix some spelling errors.

This commit is contained in:
2012-03-13 06:22:43 +00:00
parent a69585573e
commit 2fbb5ce833
10 changed files with 143 additions and 21 deletions

View File

@@ -108,10 +108,7 @@ PyDoc_STRVAR(BPy_BM_doc,
"* :mod:`bmesh.types`\n"
"\n"
"\n"
"Example Script\n"
"--------------\n"
"\n"
".. literalinclude:: ../../../release/scripts/templates/bmesh_simple.py\n"
".. include:: include__bmesh.rst\n"
);
static struct PyModuleDef BPy_BM_module_def = {
PyModuleDef_HEAD_INIT,