[Bf-blender-cvs] [2904007] master: Docs: Python API, minor edits to download link

Campbell Barton noreply at git.blender.org
Sat Aug 1 12:16:00 CEST 2015


Commit: 2904007d316641d5abba18727ab5437b5af87e73
Author: Campbell Barton
Date:   Sat Aug 1 20:10:25 2015 +1000
Branches: master
https://developer.blender.org/rB2904007d316641d5abba18727ab5437b5af87e73

Docs: Python API, minor edits to download link

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 4e14706..2d77152 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1600,7 +1600,7 @@ def write_rst_contents(basepath):
     fw("\n")
 
     # fw("`A PDF version of this document is also available <%s>`_\n" % BLENDER_PDF_FILENAME)
-    fw("`A compressed ZIP file of this site is available <%s>`_\n" % BLENDER_ZIP_FILENAME)
+    fw("This site can be downloaded for offline use `Download the full Documentation (zipped HTML files)<%s>`_\n" % BLENDER_ZIP_FILENAME)
 
     fw("\n")




More information about the Bf-blender-cvs mailing list