Add grompp check for unbound atoms
[gromacs.git] / docs / conf.py
blob94c0012893adb693507dcf2e75bbe6f4d8e4a6f1
2 # This file is part of the GROMACS molecular simulation package.
4 # Copyright (c) 2015,2016, 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 needs_sphinx = '1.3'
68 # Add any Sphinx extension module names here, as strings. They can be
69 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
70 # ones.
71 extensions = [
72 'sphinx.ext.autodoc',
73 'sphinx.ext.graphviz',
74 'sphinx.ext.napoleon',
75 'sphinx.ext.imgmath',
76 'sphinx.ext.ifconfig',
77 'gmxsphinx'
80 # Add any paths that contain templates here, relative to this directory.
81 # templates_path = ['_templates']
83 # The suffix of source filenames.
84 source_suffix = '.rst'
86 # The encoding of source files.
87 #source_encoding = 'utf-8-sig'
89 # The master toctree document.
90 master_doc = 'index'
92 # General information about the project.
93 project = u'GROMACS'
94 copyright = str(datetime.datetime.now().year) + u', GROMACS development team'
96 # The version info for the project you're documenting, acts as replacement for
97 # |version| and |release|, also used in various other places throughout the
98 # built documents.
100 # The short X.Y version.
101 version = gmx_version_string
102 # The full version, including alpha/beta/rc tags.
103 release = gmx_version_string_full
105 # The language for content autogenerated by Sphinx. Refer to documentation
106 # for a list of supported languages.
107 #language = None
109 # There are two options for replacing |today|: either, you set today to some
110 # non-false value, then it is used:
111 #today = ''
112 # Else, today_fmt is used as the format for a strftime call.
113 #today_fmt = '%B %d, %Y'
115 # List of patterns, relative to source directory, that match files and
116 # directories to ignore when looking for source files.
117 exclude_patterns = ['fragments']
118 if not tags.has('do_man'):
119 exclude_patterns += ['man']
121 # The reST default role (used for this markup: `text`) to use for all
122 # documents.
123 #default_role = None
125 # If true, '()' will be appended to :func: etc. cross-reference text.
126 #add_function_parentheses = True
128 # If true, the current module name will be prepended to all description
129 # unit titles (such as .. function::).
130 #add_module_names = True
132 # If true, sectionauthor and moduleauthor directives will be shown in the
133 # output. They are ignored by default.
134 #show_authors = False
136 # The name of the Pygments (syntax highlighting) style to use.
137 pygments_style = 'sphinx'
139 # A list of ignored prefixes for module index sorting.
140 #modindex_common_prefix = []
142 # If true, keep warnings as "system message" paragraphs in the built documents.
143 #keep_warnings = False
145 # Configure the values for all the variables that might later configure any of the .rst files.
146 substitutions = ['.. |{0}| replace:: {1}'.format(*x) for x in variables if x[1]]
147 substitutions.extend(['.. |{0}| replace:: unknown'.format(x[0]) for x in variables if x[1] == ''])
148 rst_epilog = "\n".join(substitutions)
149 rst_epilog += """
150 .. |Gromacs| replace:: GROMACS
151 .. _gmx-manual: manual-{gmx_version_string}.pdf
152 .. _gmx-manual-parent-dir: ../manual-{gmx_version_string}.pdf
153 .. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
154 .. |gmx-source-package-http| replace:: As http http://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
155 .. |gmx-regressiontests-package| replace:: http://gerrit.gromacs.org/download/regressiontests-{regressiontest_version}.tar.gz
156 .. _up-to-date installation instructions: http://www.gromacs.org/Documentation/Installation_Instructions
157 .. _CUDA: http://www.nvidia.com/object/cuda_home_new.html
158 .. _OpenCL: https://www.khronos.org/opencl/
159 .. _OpenMPI: http://www.open-mpi.org
160 .. _MPICH: http://www.mpich.org
161 .. _LAM-MPI: http://www.lam-mpi.org
162 .. _OpenMP: http://en.wikipedia.org/wiki/OpenMP
163 .. _CMake installation page: http://www.cmake.org/install/
164 .. _running CMake: http://www.cmake.org/runningcmake/
165 .. _CMake environment variables: http://cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables
166 .. _FFTW: http://www.fftw.org
167 .. _FFTW installation guide: http://www.fftw.org/doc/Installation-and-Customization.html#Installation-and-Customization
168 .. _MKL: https://software.intel.com/en-us/intel-mkl
169 .. _VMD: http://www.ks.uiuc.edu/Research/vmd/
170 .. _PyMOL: http://www.pymol.org
171 .. _continuous integration server used by GROMACS: http://jenkins.gromacs.org
172 .. _Jenkins: http://jenkins-ci.org
173 .. _webpage: http://www.gromacs.org
174 .. _ftp site: ftp://ftp.gromacs.org/pub/gromacs/
175 .. _tutorials: http://www.gromacs.org/Documentation/Tutorials
176 .. _download: ../download.html
177 """.format(gmx_version_string=gmx_version_string, regressiontest_version=regressiontest_version)
179 # -- Options for HTML output ----------------------------------------------
181 # The theme to use for HTML and HTML Help pages. See the documentation for
182 # a list of builtin themes.
183 html_theme = 'classic'
185 # Theme options are theme-specific and customize the look and feel of a theme
186 # further. For a list of options available for each theme, see the
187 # documentation.
188 #html_theme_options = {}
190 # Add any paths that contain custom themes here, relative to this directory.
191 html_theme_path = ['']
193 # The name for this set of Sphinx documents. If None, it defaults to
194 # "<project> v<release> documentation".
195 html_title = u'GROMACS ' + release + ' documentation'
197 # A shorter title for the navigation bar. Default is the same as html_title.
198 html_short_title = u'GROMACS ' + version
200 # The name of an image file (relative to this directory) to place at the top
201 # of the sidebar.
202 #html_logo = None
204 # The name of an image file (within the static path) to use as favicon of the
205 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
206 # pixels large.
207 #html_favicon = None
209 # Add any paths that contain custom static files (such as style sheets) here,
210 # relative to this directory. They are copied after the builtin static files,
211 # so a file named "default.css" will overwrite the builtin "default.css".
212 html_static_path = ['_static']
214 # Add any extra paths that contain custom files (such as robots.txt or
215 # .htaccess) here, relative to this directory. These files are copied
216 # directly to the root of the documentation.
217 #html_extra_path = []
219 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
220 # using the given strftime format.
221 #html_last_updated_fmt = '%b %d, %Y'
223 # If true, SmartyPants will be used to convert quotes and dashes to
224 # typographically correct entities.
225 #html_use_smartypants = True
227 # Custom sidebar templates, maps document names to template names.
228 #html_sidebars = {}
230 # Additional templates that should be rendered to pages, maps page names to
231 # template names.
232 #html_additional_pages = {}
234 # If false, no module index is generated.
235 #html_domain_indices = True
237 # If false, no index is generated.
238 #html_use_index = True
240 # If true, the index is split into individual pages for each letter.
241 #html_split_index = False
243 # If true, links to the reST sources are added to the pages.
244 #html_show_sourcelink = True
246 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
247 #html_show_sphinx = True
249 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
250 #html_show_copyright = True
252 # If true, an OpenSearch description file will be output, and all pages will
253 # contain a <link> tag referring to it. The value of this option must be the
254 # base URL from which the finished HTML is served.
255 #html_use_opensearch = ''
257 # This is the file name suffix for HTML files (e.g. ".xhtml").
258 #html_file_suffix = None
260 # Output file base name for HTML help builder.
261 htmlhelp_basename = 'Gromacsdoc'
264 # -- Options for LaTeX output ---------------------------------------------
266 latex_elements = {
267 # The paper size ('letterpaper' or 'a4paper').
268 'papersize': 'a4paper',
270 # The font size ('10pt', '11pt' or '12pt').
271 'pointsize': '10',
273 # Additional stuff for the LaTeX preamble.
274 #'preamble': '',
277 # Grouping the document tree into LaTeX files. List of tuples
278 # (source start file, target name, title,
279 # author, documentclass [howto, manual, or own class]).
280 latex_documents = [
281 ('index', 'Gromacs.tex', u'GROMACS Documentation',
282 u'GROMACS development team', 'manual'),
285 # The name of an image file (relative to this directory) to place at the top of
286 # the title page.
287 #latex_logo = None
289 # For "manual" documents, if this is true, then toplevel headings are parts,
290 # not chapters.
291 #latex_use_parts = False
293 # If true, show page references after internal links.
294 #latex_show_pagerefs = False
296 # If true, show URL addresses after external links.
297 #latex_show_urls = False
299 # Documents to append as an appendix to all manuals.
300 #latex_appendices = []
302 # If false, no module index is generated.
303 #latex_domain_indices = True
306 # -- Options for manual page output ---------------------------------------
308 # One entry per manual page. List of tuples
309 # (source start file, name, description, authors, manual section).
310 execfile('conf-man.py')
312 # If true, show URL addresses after external links.
313 #man_show_urls = False
316 # -- Options for Texinfo output -------------------------------------------
318 # Grouping the document tree into Texinfo files. List of tuples
319 # (source start file, target name, title, author,
320 # dir menu entry, description, category)
321 texinfo_documents = [
322 ('index', 'GROMACS', u'GROMACS Documentation',
323 u'GROMACS development team', 'GROMACS', 'One line description of project.',
324 'Miscellaneous'),
327 # Documents to append as an appendix to all manuals.
328 #texinfo_appendices = []
330 # If false, no module index is generated.
331 #texinfo_domain_indices = True
333 # How to display URL addresses: 'footnote', 'no', or 'inline'.
334 #texinfo_show_urls = 'footnote'
336 # If true, do not generate a @detailmenu in the "Top" node's menu.
337 #texinfo_no_detailmenu = False