From 8dc912ad856115fd067df205f60a994f7bcda639 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 17 Jun 2013 22:35:56 -0400 Subject: [PATCH] Add intershpinx link to cgen --- doc/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index eb917cb0c..fe5a4d7b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -196,8 +196,8 @@ htmlhelp_basename = 'loopydoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'loopy.tex', u'loopy Documentation', - u'Andreas Kloeckner', 'manual'), + ('index', 'loopy.tex', u'loopy Documentation', + u'Andreas Kloeckner', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -238,7 +238,8 @@ man_pages = [ intersphinx_mapping = { 'http://docs.python.org/': None, 'http://documen.tician.de/islpy': None, - 'http://documen.tician.de/pyopencl': None + 'http://documen.tician.de/pyopencl': None, + 'http://documen.tician.de/cgen': None, } autoclass_content = "both" -- GitLab