Disable default-on NVML support in CMake
[gromacs.git] / docs / conf.py
blobe34c6ab9ed32afff38e43fe2e99cddbfc2fd4a81
2 # This file is part of the GROMACS molecular simulation package.
4 # Copyright (c) 2015,2016,2017, by the GROMACS development team, led by
5 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
6 # and including many others, as listed in the AUTHORS file in the
7 # top-level source directory and at http://www.gromacs.org.
9 # GROMACS is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public License
11 # as published by the Free Software Foundation; either version 2.1
12 # of the License, or (at your option) any later version.
14 # GROMACS is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # Lesser General Public License for more details.
19 # You should have received a copy of the GNU Lesser General Public
20 # License along with GROMACS; if not, see
21 # http://www.gnu.org/licenses, or write to the Free Software Foundation,
22 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24 # If you want to redistribute modifications to GROMACS, please
25 # consider that scientific software is very special. Version
26 # control is crucial - bugs must be traceable. We will be happy to
27 # consider code for inclusion in the official distribution, but
28 # derived work must not be called official GROMACS. Details are found
29 # in the README & COPYING files - if they are missing, get the
30 # official version at http://www.gromacs.org.
32 # To help us fund GROMACS development, we humbly ask that you cite
33 # the research papers on the package. Check out http://www.gromacs.org.
35 # -*- coding: utf-8 -*-
37 # GROMACS documentation build configuration file, created by
38 # sphinx-quickstart on Tue Jan 13 14:28:44 2015.
40 # This file is execfile()d with the current directory set to its
41 # containing dir.
43 # Note that not all possible configuration values are present in this
44 # autogenerated file.
46 # All configuration values have a default; values that are commented out
47 # serve to show the default.
49 import datetime
50 import os
51 import sys
53 execfile('conf-vars.py')
54 sys.path.append(gmx_sphinx_extension_path)
55 if releng_path and os.path.isdir(releng_path):
56 sys.path.append(releng_path)
58 # If extensions (or modules to document with autodoc) are in another directory,
59 # add these directories to sys.path here. If the directory is relative to the
60 # documentation root, use os.path.abspath to make it absolute, like shown here.
61 #sys.path.insert(0, os.path.abspath('.'))
63 # -- General configuration ------------------------------------------------
65 # If your documentation needs a minimal Sphinx version, state it here.
66 # gmx_min_sphinx is set from the expected minimum version of Sphinx
67 # in CMakeLists.txt
68 needs_sphinx = gmx_min_sphinx
70 # Add any Sphinx extension module names here, as strings. They can be
71 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
72 # ones.
73 extensions = [
74 'sphinx.ext.autodoc',
75 'sphinx.ext.graphviz',
76 'sphinx.ext.napoleon',
77 'sphinx.ext.imgmath',
78 'sphinx.ext.ifconfig',
79 'gmxsphinx'
82 # Add any paths that contain templates here, relative to this directory.
83 # templates_path = ['_templates']
85 # The suffix of source filenames.
86 source_suffix = '.rst'
88 # The encoding of source files.
89 #source_encoding = 'utf-8-sig'
91 # The master toctree document.
92 master_doc = 'index'
94 # General information about the project.
95 project = u'GROMACS'
96 copyright = str(datetime.datetime.now().year) + u', GROMACS development team'
98 # The version info for the project you're documenting, acts as replacement for
99 # |version| and |release|, also used in various other places throughout the
100 # built documents.
102 # The short X.Y version.
103 version = gmx_version_string
104 # The full version, including alpha/beta/rc tags.
105 release = gmx_version_string_full
107 # The language for content autogenerated by Sphinx. Refer to documentation
108 # for a list of supported languages.
109 #language = None
111 # There are two options for replacing |today|: either, you set today to some
112 # non-false value, then it is used:
113 #today = ''
114 # Else, today_fmt is used as the format for a strftime call.
115 #today_fmt = '%B %d, %Y'
117 # List of patterns, relative to source directory, that match files and
118 # directories to ignore when looking for source files.
119 exclude_patterns = ['fragments']
120 if not tags.has('do_man'):
121 exclude_patterns += ['man']
123 # The reST default role (used for this markup: `text`) to use for all
124 # documents.
125 #default_role = None
127 # If true, '()' will be appended to :func: etc. cross-reference text.
128 #add_function_parentheses = True
130 # If true, the current module name will be prepended to all description
131 # unit titles (such as .. function::).
132 #add_module_names = True
134 # If true, sectionauthor and moduleauthor directives will be shown in the
135 # output. They are ignored by default.
136 #show_authors = False
138 # The name of the Pygments (syntax highlighting) style to use.
139 pygments_style = 'sphinx'
141 # A list of ignored prefixes for module index sorting.
142 #modindex_common_prefix = []
144 # If true, keep warnings as "system message" paragraphs in the built documents.
145 #keep_warnings = False
147 # Configure the values for all the variables that might later configure any of the .rst files.
148 substitutions = ['.. |{0}| replace:: {1}'.format(*x) for x in variables if x[1]]
149 substitutions.extend(['.. |{0}| replace:: unknown'.format(x[0]) for x in variables if x[1] == ''])
150 rst_epilog = "\n".join(substitutions)
151 rst_epilog += """
152 .. |Gromacs| replace:: GROMACS
153 .. _gmx-manual: manual-{gmx_version_string}.pdf
154 .. _gmx-manual-parent-dir: ../manual-{gmx_version_string}.pdf
155 .. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
156 .. |gmx-source-package-http| replace:: As http http://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
157 .. |gmx-regressiontests-package| replace:: http://gerrit.gromacs.org/download/regressiontests-{regressiontest_version}.tar.gz
158 .. _up-to-date installation instructions: http://www.gromacs.org/Documentation/Installation_Instructions
159 .. _CUDA: http://www.nvidia.com/object/cuda_home_new.html
160 .. _OpenCL: https://www.khronos.org/opencl/
161 .. _OpenMPI: http://www.open-mpi.org
162 .. _MPICH: http://www.mpich.org
163 .. _LAM-MPI: http://www.lam-mpi.org
164 .. _OpenMP: http://en.wikipedia.org/wiki/OpenMP
165 .. _CMake installation page: http://www.cmake.org/install/
166 .. _Ubuntu toolchain ppa page: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
167 .. _EPEL page: https://fedoraproject.org/wiki/EPEL
168 .. _running CMake: http://www.cmake.org/runningcmake/
169 .. _CMake environment variables: http://cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables
170 .. _FFTW: http://www.fftw.org
171 .. _FFTW installation guide: http://www.fftw.org/doc/Installation-and-Customization.html#Installation-and-Customization
172 .. _MKL: https://software.intel.com/en-us/intel-mkl
173 .. _VMD: http://www.ks.uiuc.edu/Research/vmd/
174 .. _PyMOL: http://www.pymol.org
175 .. _continuous integration server used by GROMACS: http://jenkins.gromacs.org
176 .. _Jenkins: http://jenkins-ci.org
177 .. _webpage: http://www.gromacs.org
178 .. _ftp site: ftp://ftp.gromacs.org/pub/gromacs/
179 .. _tutorials: http://www.gromacs.org/Documentation/Tutorials
180 .. _download: ../download.html
181 """.format(gmx_version_string=gmx_version_string, regressiontest_version=regressiontest_version)
183 # -- Options for HTML output ----------------------------------------------
185 # The theme to use for HTML and HTML Help pages. See the documentation for
186 # a list of builtin themes.
187 html_theme = 'classic'
189 # Theme options are theme-specific and customize the look and feel of a theme
190 # further. For a list of options available for each theme, see the
191 # documentation.
192 #html_theme_options = {}
194 # Add any paths that contain custom themes here, relative to this directory.
195 html_theme_path = ['']
197 # The name for this set of Sphinx documents. If None, it defaults to
198 # "<project> v<release> documentation".
199 html_title = u'GROMACS ' + release + ' documentation'
201 # A shorter title for the navigation bar. Default is the same as html_title.
202 html_short_title = u'GROMACS ' + version
204 # The name of an image file (relative to this directory) to place at the top
205 # of the sidebar.
206 #html_logo = None
208 # The name of an image file (within the static path) to use as favicon of the
209 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
210 # pixels large.
211 #html_favicon = None
213 # Add any paths that contain custom static files (such as style sheets) here,
214 # relative to this directory. They are copied after the builtin static files,
215 # so a file named "default.css" will overwrite the builtin "default.css".
216 html_static_path = ['_static']
218 # Add any extra paths that contain custom files (such as robots.txt or
219 # .htaccess) here, relative to this directory. These files are copied
220 # directly to the root of the documentation.
221 #html_extra_path = []
223 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
224 # using the given strftime format.
225 #html_last_updated_fmt = '%b %d, %Y'
227 # If true, SmartyPants will be used to convert quotes and dashes to
228 # typographically correct entities.
229 #html_use_smartypants = True
231 # Custom sidebar templates, maps document names to template names.
232 #html_sidebars = {}
234 # Additional templates that should be rendered to pages, maps page names to
235 # template names.
236 #html_additional_pages = {}
238 # If false, no module index is generated.
239 #html_domain_indices = True
241 # If false, no index is generated.
242 #html_use_index = True
244 # If true, the index is split into individual pages for each letter.
245 #html_split_index = False
247 # If true, links to the reST sources are added to the pages.
248 #html_show_sourcelink = True
250 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
251 #html_show_sphinx = True
253 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
254 #html_show_copyright = True
256 # If true, an OpenSearch description file will be output, and all pages will
257 # contain a <link> tag referring to it. The value of this option must be the
258 # base URL from which the finished HTML is served.
259 #html_use_opensearch = ''
261 # This is the file name suffix for HTML files (e.g. ".xhtml").
262 #html_file_suffix = None
264 # Output file base name for HTML help builder.
265 htmlhelp_basename = 'Gromacsdoc'
268 # -- Options for LaTeX output ---------------------------------------------
270 latex_elements = {
271 # The paper size ('letterpaper' or 'a4paper').
272 'papersize': 'a4paper',
274 # The font size ('10pt', '11pt' or '12pt').
275 'pointsize': '10',
277 # Additional stuff for the LaTeX preamble.
278 #'preamble': '',
281 # Grouping the document tree into LaTeX files. List of tuples
282 # (source start file, target name, title,
283 # author, documentclass [howto, manual, or own class]).
284 latex_documents = [
285 ('index', 'Gromacs.tex', u'GROMACS Documentation',
286 u'GROMACS development team', 'manual'),
289 # The name of an image file (relative to this directory) to place at the top of
290 # the title page.
291 #latex_logo = None
293 # For "manual" documents, if this is true, then toplevel headings are parts,
294 # not chapters.
295 #latex_use_parts = False
297 # If true, show page references after internal links.
298 #latex_show_pagerefs = False
300 # If true, show URL addresses after external links.
301 #latex_show_urls = False
303 # Documents to append as an appendix to all manuals.
304 #latex_appendices = []
306 # If false, no module index is generated.
307 #latex_domain_indices = True
310 # -- Options for manual page output ---------------------------------------
312 # One entry per manual page. List of tuples
313 # (source start file, name, description, authors, manual section).
314 if tags.has('do_man'):
315 execfile('conf-man.py')
317 # If true, show URL addresses after external links.
318 #man_show_urls = False
321 # -- Options for Texinfo output -------------------------------------------
323 # Grouping the document tree into Texinfo files. List of tuples
324 # (source start file, target name, title, author,
325 # dir menu entry, description, category)
326 texinfo_documents = [
327 ('index', 'GROMACS', u'GROMACS Documentation',
328 u'GROMACS development team', 'GROMACS', 'One line description of project.',
329 'Miscellaneous'),
332 # Documents to append as an appendix to all manuals.
333 #texinfo_appendices = []
335 # If false, no module index is generated.
336 #texinfo_domain_indices = True
338 # How to display URL addresses: 'footnote', 'no', or 'inline'.
339 #texinfo_show_urls = 'footnote'
341 # If true, do not generate a @detailmenu in the "Top" node's menu.
342 #texinfo_no_detailmenu = False