86 |
This page was generated from
87 | {{ docname|e }}.
88 |
Interactive online version:
89 |
.
90 |
91 |
92 |
93 | .. raw:: latex
94 |
95 | \nbsphinxstartnotebook{\scriptsize\noindent\strut
96 | \textcolor{gray}{The following section was generated from
97 | \sphinxcode{\sphinxupquote{\strut {{ docname | escape_latex }}}} \dotfill}}
98 |
99 | """
100 |
101 | # Displayed on bottom on notebook
102 | nbsphinx_epilog = r"""
103 | {% set docname = 'docs/' + env.doc2path(env.docname, base=None) %}
104 |
105 | .. raw:: latex
106 |
107 | \nbsphinxstopnotebook{\scriptsize\noindent\strut
108 | \textcolor{gray}{\dotfill\ \sphinxcode{\sphinxupquote{\strut
109 | {{ docname | escape_latex }}}} ends here.}}
110 | """
111 |
112 | autosummary_generate = True
113 | autodoc_default_flags = [
114 | "members",
115 | ]
116 | numpydoc_class_members_toctree = False
117 |
118 | # stackoverflow.com/questions/12206334
119 | numpydoc_show_class_members = False
120 | numpydoc_show_inherited_class_members = False
121 |
122 | _python_doc_base = "http://docs.python.org/3.9"
123 |
124 | intersphinx_mapping = {
125 | _python_doc_base: None,
126 | "http://docs.scipy.org/doc/numpy": None,
127 | "http://docs.scipy.org/doc/scipy/reference": None,
128 | "http://scikit-learn.org/stable": None,
129 | }
130 |
131 | # Add any paths that contain templates here, relative to this directory.
132 | templates_path = ["_templates"]
133 |
134 | # The suffix of source filenames.
135 | source_suffix = ".rst"
136 |
137 | # The encoding of source files.
138 | # source_encoding = 'utf-8-sig'
139 |
140 | # The master toctree document.
141 | master_doc = "index"
142 |
143 | # General information about the project.
144 | project = "py-MCMD"
145 | author = "Crawford, B. and Potoff J."
146 | copyright = "2021"
147 |
148 | # The version info for the project you're documenting, acts as replacement for
149 | # |version| and |release|, also used in various other places throughout the
150 | # built documents.
151 | #
152 |
153 | version = "0.0.2"
154 | release = "0.0.2"
155 |
156 |
157 | # The language for content autogenerated by Sphinx. Refer to documentation
158 | # for a list of supported languages.
159 | # language = None
160 |
161 | # There are two options for replacing |today|: either, you set today to some
162 | # non-false value, then it is used:
163 | # today = ''
164 | # Else, today_fmt is used as the format for a strftime call.
165 | # today_fmt = '%B %d, %Y'
166 |
167 | # List of patterns, relative to source directory, that match files and
168 | # directories to ignore when looking for source files.
169 | exclude_patterns = ["_build", "**.ipynb_checkpoints"]
170 |
171 | # The reST default role (used for this markup: `text`) to use for all
172 | # documents.
173 | # default_role = None
174 |
175 | # If true, '()' will be appended to :func: etc. cross-reference text.
176 | # add_function_parentheses = True
177 |
178 | # If true, the current module name will be prepended to all description
179 | # unit titles (such as .. function::).
180 | # add_module_names = True
181 |
182 | # If true, sectionauthor and moduleauthor directives will be shown in the
183 | # output. They are ignored by default.
184 | # show_authors = False
185 |
186 | # The name of the Pygments (syntax highlighting) style to use.
187 | pygments_style = "sphinx"
188 |
189 | # A list of ignored prefixes for module index sorting.
190 | # modindex_common_prefix = []
191 |
192 | # If true, keep warnings as "system message" paragraphs in the built documents.
193 | # keep_warnings = False
194 |
195 |
196 | # -- Options for HTML output ----------------------------------------------
197 |
198 | # The theme to use for HTML and HTML Help pages. See the documentation for
199 | # a list of builtin themes.
200 | # html_theme = 'default'
201 | import sphinx_rtd_theme
202 |
203 | html_theme = "sphinx_rtd_theme"
204 | hhtml_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
205 |
206 | # Theme options are theme-specific and customize the look and feel of a theme
207 | # further. For a list of options available for each theme, see the
208 | # documentation.
209 | # html_theme_options = {}
210 |
211 | # Add any paths that contain custom themes here, relative to this directory.
212 | # html_theme_path = []
213 |
214 | # The name for this set of Sphinx documents. If None, it defaults to
215 | # "