Convert manual from LaTeX to Markup
[gromacs.git] / docs / conf.py
blob64026bdcaca4545035edf353b78aa5f19d957452
2 # This file is part of the GROMACS molecular simulation package.
4 # Copyright (c) 2015,2016,2017,2018, 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.extlinks',
77 'sphinx.ext.napoleon',
78 'sphinx.ext.mathjax',
79 'sphinx.ext.ifconfig',
80 'gmxsphinx'
82 extlinks = {'issue': ('https://redmine.gromacs.org/issues/%s',
83 'Issue ')}
85 # Add any paths that contain templates here, relative to this directory.
86 # templates_path = ['_templates']
88 # The suffix of source filenames.
89 source_suffix = '.rst'
91 # The encoding of source files.
92 #source_encoding = 'utf-8-sig'
94 # The master toctree document.
95 master_doc = 'index'
97 # General information about the project.
98 project = u'GROMACS'
99 copyright = str(datetime.datetime.now().year) + u', GROMACS development team'
100 thisyear_string = str(datetime.datetime.now().year)
101 # The version info for the project you're documenting, acts as replacement for
102 # |version| and |release|, also used in various other places throughout the
103 # built documents.
105 # The short X.Y version.
106 version = gmx_version_string
107 # The full version, including alpha/beta/rc tags.
108 release = gmx_version_string_full
109 # default file extension for plots
110 plotext = u'.eps'
112 # The language for content autogenerated by Sphinx. Refer to documentation
113 # for a list of supported languages.
114 #language = None
116 # There are two options for replacing |today|: either, you set today to some
117 # non-false value, then it is used:
118 #today = ''
119 # Else, today_fmt is used as the format for a strftime call.
120 #today_fmt = '%B %d, %Y'
122 # List of patterns, relative to source directory, that match files and
123 # directories to ignore when looking for source files.
124 exclude_patterns = ['fragments']
125 if not tags.has('do_man'):
126 exclude_patterns += ['man']
128 # The reST default role (used for this markup: `text`) to use for all
129 # documents.
130 #default_role = None
132 # If true, '()' will be appended to :func: etc. cross-reference text.
133 #add_function_parentheses = True
135 # If true, the current module name will be prepended to all description
136 # unit titles (such as .. function::).
137 #add_module_names = True
139 # If true, sectionauthor and moduleauthor directives will be shown in the
140 # output. They are ignored by default.
141 #show_authors = False
143 # The name of the Pygments (syntax highlighting) style to use.
144 pygments_style = 'sphinx'
146 # A list of ignored prefixes for module index sorting.
147 #modindex_common_prefix = []
149 # If true, keep warnings as "system message" paragraphs in the built documents.
150 #keep_warnings = False
152 # Configure the values for all the variables that might later configure any of the .rst files.
153 substitutions = ['.. |{0}| replace:: {1}'.format(*x) for x in variables if x[1]]
154 substitutions.extend(['.. |{0}| replace:: unknown'.format(x[0]) for x in variables if x[1] == ''])
155 rst_epilog = "\n".join(substitutions)
156 rst_epilog += """
157 .. |Gromacs| replace:: GROMACS
158 .. _gmx-manual: manual-{gmx_version_string}.pdf
159 .. _gmx-manual-parent-dir: ../manual-{gmx_version_string}.pdf
160 .. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
161 .. |gmx-source-package-http| replace:: As http http://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
162 .. |gmx-regressiontests-package| replace:: http://gerrit.gromacs.org/download/regressiontests-{regressiontest_version}.tar.gz
163 .. _up-to-date installation instructions: http://www.gromacs.org/Documentation/Installation_Instructions
164 .. _CUDA: http://www.nvidia.com/object/cuda_home_new.html
165 .. _OpenCL: https://www.khronos.org/opencl/
166 .. _OpenMPI: http://www.open-mpi.org
167 .. _MPICH: http://www.mpich.org
168 .. _LAM-MPI: http://www.lam-mpi.org
169 .. _OpenMP: http://en.wikipedia.org/wiki/OpenMP
170 .. _CMake installation page: http://www.cmake.org/install/
171 .. _Ubuntu toolchain ppa page: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
172 .. _EPEL page: https://fedoraproject.org/wiki/EPEL
173 .. _running CMake: http://www.cmake.org/runningcmake/
174 .. _CMake environment variables: http://cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables
175 .. _FFTW: http://www.fftw.org
176 .. _FFTW installation guide: http://www.fftw.org/doc/Installation-and-Customization.html#Installation-and-Customization
177 .. _MKL: https://software.intel.com/en-us/intel-mkl
178 .. _VMD: http://www.ks.uiuc.edu/Research/vmd/
179 .. _PyMOL: http://www.pymol.org
180 .. _continuous integration server used by GROMACS: http://jenkins.gromacs.org
181 .. _Jenkins: http://jenkins-ci.org
182 .. _webpage: http://www.gromacs.org
183 .. _ftp site: ftp://ftp.gromacs.org/pub/gromacs/
184 .. _tutorials: http://www.gromacs.org/Documentation/Tutorials
185 .. _redmine: http://redmine.gromacs.org
186 .. _gerrit: http://gerrit.gromacs.org
187 .. _download: ../download.html
188 .. |thisyear| replace:: {thisyear_string}
189 """.format(gmx_version_string=gmx_version_string, regressiontest_version=regressiontest_version, thisyear_string=thisyear_string)
191 # -- Options for HTML output ----------------------------------------------
193 # The theme to use for HTML and HTML Help pages. See the documentation for
194 # a list of builtin themes.
195 html_theme = 'classic'
197 # Theme options are theme-specific and customize the look and feel of a theme
198 # further. For a list of options available for each theme, see the
199 # documentation.
200 #html_theme_options = {}
202 # Add any paths that contain custom themes here, relative to this directory.
203 html_theme_path = ['']
205 # The name for this set of Sphinx documents. If None, it defaults to
206 # "<project> v<release> documentation".
207 html_title = u'GROMACS ' + release + ' documentation'
209 # A shorter title for the navigation bar. Default is the same as html_title.
210 html_short_title = u'GROMACS ' + version
212 # The name of an image file (relative to this directory) to place at the top
213 # of the sidebar.
214 #html_logo = None
216 # The name of an image file (within the static path) to use as favicon of the
217 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
218 # pixels large.
219 #html_favicon = None
221 # Add any paths that contain custom static files (such as style sheets) here,
222 # relative to this directory. They are copied after the builtin static files,
223 # so a file named "default.css" will overwrite the builtin "default.css".
224 html_static_path = ['_static']
226 # Add any extra paths that contain custom files (such as robots.txt or
227 # .htaccess) here, relative to this directory. These files are copied
228 # directly to the root of the documentation.
229 #html_extra_path = []
231 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
232 # using the given strftime format.
233 #html_last_updated_fmt = '%b %d, %Y'
235 # If true, SmartyPants will be used to convert quotes and dashes to
236 # typographically correct entities.
237 #html_use_smartypants = True
239 # Custom sidebar templates, maps document names to template names.
240 #html_sidebars = {}
242 # Additional templates that should be rendered to pages, maps page names to
243 # template names.
244 #html_additional_pages = {}
246 # If false, no module index is generated.
247 #html_domain_indices = True
249 # If false, no index is generated.
250 #html_use_index = True
252 # If true, the index is split into individual pages for each letter.
253 #html_split_index = False
255 # If true, links to the reST sources are added to the pages.
256 #html_show_sourcelink = True
258 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
259 #html_show_sphinx = True
261 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
262 #html_show_copyright = True
264 # If true, an OpenSearch description file will be output, and all pages will
265 # contain a <link> tag referring to it. The value of this option must be the
266 # base URL from which the finished HTML is served.
267 #html_use_opensearch = ''
269 # This is the file name suffix for HTML files (e.g. ".xhtml").
270 #html_file_suffix = None
272 # Output file base name for HTML help builder.
273 htmlhelp_basename = 'Gromacsdoc'
276 # -- Options for LaTeX output ---------------------------------------------
278 latex_elements = {
279 # The paper size ('letterpaper' or 'a4paper').
280 'papersize': 'a4paper',
283 # The font size ('10pt', '11pt' or '12pt').
284 'pointsize': '11',
286 # Additional stuff for the LaTeX preamble.
287 'preamble': r'''
288 \usepackage{here}
289 \usepackage{picins}
290 \usepackage{underscore}
291 \usepackage{tabularx}
292 \usepackage{multicol}
293 \usepackage{dcolumn}
294 \usepackage{makeidx}
295 \usepackage{times}
296 \usepackage{ifthen}
297 \usepackage{enumitem}
298 \usepackage{longtable}
299 \usepackage{pdflscape}
300 \pagenumbering{roman}
301 \usepackage{array}
302 ''',
303 # Format output to avoid empty pages
304 'classoptions': ',openany,oneside'
307 # Grouping the document tree into LaTeX files. List of tuples
308 # (source start file, target name, title,
309 # author, documentclass [howto, manual, or own class]).
310 latex_documents = [
311 ('index', 'gromacs.tex', u'GROMACS Documentation',
312 u'GROMACS development team', 'manual'),
315 # The name of an image file (relative to this directory) to place at the top of
316 # the title page.
317 latex_logo = 'reference-manual/plots/peregrine.png'
319 # For "manual" documents, if this is true, then toplevel headings are parts,
320 # not chapters.
321 latex_use_parts = True
323 # If true, show page references after internal links.
324 latex_show_pagerefs = True
326 # If true, show URL addresses after external links.
327 #latex_show_urls = False
329 # Documents to append as an appendix to all manuals.
330 #latex_appendices = []
332 # If false, no module index is generated.
333 #latex_domain_indices = True
336 # -- Options for manual page output ---------------------------------------
338 # One entry per manual page. List of tuples
339 # (source start file, name, description, authors, manual section).
340 if tags.has('do_man'):
341 execfile('conf-man.py')
343 # If true, show URL addresses after external links.
344 #man_show_urls = False
347 # -- Options for Texinfo output -------------------------------------------
349 # Grouping the document tree into Texinfo files. List of tuples
350 # (source start file, target name, title, author,
351 # dir menu entry, description, category)
352 texinfo_documents = [
353 ('index', 'GROMACS', u'GROMACS Documentation',
354 u'GROMACS development team', 'GROMACS', 'One line description of project.',
355 'Miscellaneous'),
358 # Documents to append as an appendix to all manuals.
359 #texinfo_appendices = []
361 # If false, no module index is generated.
362 #texinfo_domain_indices = True
364 # How to display URL addresses: 'footnote', 'no', or 'inline'.
365 #texinfo_show_urls = 'footnote'
367 # If true, do not generate a @detailmenu in the "Top" node's menu.
368 #texinfo_no_detailmenu = False
370 # Make it possible to use numbered labels for figures and tables
371 numfig = True