|
1 | 1 | #!/usr/bin/env python3
|
2 | 2 | # -*- coding: utf-8 -*-
|
3 | 3 | #
|
4 |
| -# data_prototype documentation build configuration file, created by |
| 4 | +# mpl_data_containers documentation build configuration file, created by |
5 | 5 | # sphinx-quickstart on Thu Jun 28 12:35:56 2018.
|
6 | 6 | #
|
7 | 7 | # This file is execfile()d with the current directory set to its
|
|
23 | 23 | # sys.path.insert(0, os.path.abspath('.'))
|
24 | 24 | from pathlib import Path
|
25 | 25 |
|
26 |
| -import data_prototype |
| 26 | +import mpl_data_containers |
27 | 27 |
|
28 | 28 | # are we running circle CI?
|
29 | 29 | CIRCLECI = "CIRCLECI" in os.environ
|
|
72 | 72 | ],
|
73 | 73 | "filename_pattern": "^((?!sgskip).)*$",
|
74 | 74 | "gallery_dirs": ["gallery"],
|
75 |
| - "doc_module": ("data_prototype",), |
| 75 | + "doc_module": ("mpl_data_containers",), |
76 | 76 | "reference_url": {
|
77 | 77 | "matplotlib": None,
|
78 | 78 | },
|
|
104 | 104 | master_doc = "index"
|
105 | 105 |
|
106 | 106 | # General information about the project.
|
107 |
| -project = "data_prototype" |
| 107 | +project = "mpl_data_containers" |
108 | 108 | copyright = "2022, Thomas A Caswell"
|
109 | 109 | author = "Thomas A Caswell"
|
110 | 110 |
|
|
114 | 114 | #
|
115 | 115 |
|
116 | 116 | # The short X.Y version.
|
117 |
| -version = data_prototype.__version__ |
| 117 | +version = mpl_data_containers.__version__ |
118 | 118 | # The full version, including alpha/beta/rc tags.
|
119 |
| -release = data_prototype.__version__ |
| 119 | +release = mpl_data_containers.__version__ |
120 | 120 |
|
121 | 121 | # The language for content autogenerated by Sphinx. Refer to documentation
|
122 | 122 | # for a list of supported languages.
|
|
179 | 179 | # -- Options for HTMLHelp output ------------------------------------------
|
180 | 180 |
|
181 | 181 | # Output file base name for HTML help builder.
|
182 |
| -htmlhelp_basename = "data_prototype" |
| 182 | +htmlhelp_basename = "mpl_data_containers" |
183 | 183 |
|
184 | 184 |
|
185 | 185 | # -- Options for LaTeX output ---------------------------------------------
|
|
205 | 205 | latex_documents = [
|
206 | 206 | (
|
207 | 207 | master_doc,
|
208 |
| - "data_prototype.tex", |
209 |
| - "data_prototype Documentation", |
| 208 | + "mpl_data_containers.tex", |
| 209 | + "mpl_data_containers Documentation", |
210 | 210 | "Contributors",
|
211 | 211 | "manual",
|
212 | 212 | ),
|
|
218 | 218 | # One entry per manual page. List of tuples
|
219 | 219 | # (source start file, name, description, authors, manual section).
|
220 | 220 | man_pages = [
|
221 |
| - (master_doc, "data_prototype", "data_prototype Documentation", [author], 1) |
| 221 | + ( |
| 222 | + master_doc, |
| 223 | + "mpl_data_containers", |
| 224 | + "mpl_data_containers Documentation", |
| 225 | + [author], |
| 226 | + 1, |
| 227 | + ) |
222 | 228 | ]
|
223 | 229 |
|
224 | 230 |
|
|
230 | 236 | texinfo_documents = [
|
231 | 237 | (
|
232 | 238 | master_doc,
|
233 |
| - "data_prototype", |
234 |
| - "data_prototype Documentation", |
| 239 | + "mpl_data_containers", |
| 240 | + "mpl_data_containers Documentation", |
235 | 241 | author,
|
236 |
| - "data_prototype", |
| 242 | + "mpl_data_containers", |
237 | 243 | "Experimental code for the upcoming Matplotlib data refactor.",
|
238 | 244 | "Miscellaneous",
|
239 | 245 | ),
|
|
0 commit comments