]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - docs/source/conf.py
Documentation - additions and cleanup
[tidl/tidl-api.git] / docs / source / conf.py
index c790755e07c22d104a9acf5d848c9195e325f04c..6a1cf0a9fd848dc77687316e019c39a56dc22490 100644 (file)
@@ -52,7 +52,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'TI Deep Learning'
+project = u'TIDL API User\'s Guide'
 copyright = u'2018, Texas Instruments Incorporated'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -60,9 +60,9 @@ copyright = u'2018, Texas Instruments Incorporated'
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.1.0'
+release = '1.0.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -268,8 +268,8 @@ latex_documents = [
 #texinfo_no_detailmenu = False
 
 
-# Example configuration for intersphinx: refer to the Python standard library.
-# intersphinx_mapping = {'https://docs.python.org/': None}
+# intersphinx mapping for OpenCL sphinx documentation
+intersphinx_mapping = {'opencl' : ('http://downloads.ti.com/mctools/esd/docs/opencl/', None)}
 
 def setup(app):
     app.add_stylesheet("theme_overrides.css")