Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-07-18 06:09:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-18 06:09:36 +0300
commit2475dbdc94d8ebc53e7285e69c9900b7989f1e1c (patch)
treebfb875e9e88f284a8064c9883d223454d6877852 /doc
parentf04c06498bd3bfc439cbcf35297a09112f8610b6 (diff)
parent66383ea206d882fd8737c8e8da5355095e614bc8 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index af1c2be434a..7b3d05e5a6e 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1726,9 +1726,6 @@ def write_rst_contents(basepath):
for info, info_desc in INFO_DOCS:
fw(" %s <%s>\n\n" % (info_desc, info))
fw("\n")
- fw("- :ref:`Blender/Python Add-on Tutorial: a step by step guide on")
- fw(" how to write an add-on from scratch <blender_manual:advanced_scripting_addon_tutorial>`\n")
- fw("\n")
fw(title_string("Application Modules", "=", double=True))
fw(".. toctree::\n")