From f1f2600f987ead101a9de9f12a0c9cb93a884989 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 1 May 2013 00:57:14 -0400 Subject: [PATCH] Minor doc tweaks. --- doc/source/array.rst | 4 ++-- doc/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/array.rst b/doc/source/array.rst index 6c3272f0..86aa7c9c 100644 --- a/doc/source/array.rst +++ b/doc/source/array.rst @@ -1,5 +1,5 @@ -Multi-dimensional arrays on the Compute Device -============================================== +Multi-dimensional arrays +======================== .. module:: pyopencl.array diff --git a/doc/source/conf.py b/doc/source/conf.py index dc61cda2..5a9e2309 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -140,7 +140,7 @@ html_last_updated_fmt = '%b %d, %Y' #html_use_modindex = True # If true, the reST sources are included in the HTML build as _sources/<name>. -#html_copy_source = True +html_copy_source = False # If true, an OpenSearch description file will be output, and all pages will # contain a <link> tag referring to it. The value of this option must be the -- GitLab