From 593adde2bfdf1b510870ca5608f586e5fb4ba81b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 18 Feb 2014 11:58:54 -0600 Subject: [PATCH] Minor doc tweaks --- doc/conf.py | 2 +- doc/tutorial.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 15e965ae5..a5dc4e4eb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,7 +28,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', - 'sphinx.ext.viewcode', + #'sphinx.ext.viewcode', 'sphinx.ext.doctest', ] diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 614141380..9f77a22c3 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -971,8 +971,6 @@ achieve the :ref:`ordering` specified by the instruction dependencies. Note that the size of local temporaries must, for now, be a constant at compile time. -.. }}} - Prefetching ~~~~~~~~~~~ @@ -1040,6 +1038,8 @@ Substitution rules Generic Precomputation ~~~~~~~~~~~~~~~~~~~~~~ +.. }}} + .. _more-complicated-programs: More complicated programs -- GitLab