pyzotero 1.6.14__tar.gz → 1.6.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. {pyzotero-1.6.14 → pyzotero-1.6.16}/PKG-INFO +10 -8
  2. {pyzotero-1.6.14 → pyzotero-1.6.16}/README.md +9 -7
  3. pyzotero-1.6.16/doc/Makefile +130 -0
  4. pyzotero-1.6.16/doc/_templates/layout.html +23 -0
  5. pyzotero-1.6.16/doc/cat.png +0 -0
  6. pyzotero-1.6.16/doc/conf.py +273 -0
  7. pyzotero-1.6.16/doc/index.rst +1113 -0
  8. {pyzotero-1.6.14 → pyzotero-1.6.16}/pyproject.toml +4 -1
  9. {pyzotero-1.6.14 → pyzotero-1.6.16}/src/pyzotero/zotero.py +14 -5
  10. pyzotero-1.6.16/tests/api_responses/__init__.py +0 -0
  11. pyzotero-1.6.16/tests/api_responses/attachments_doc.json +54 -0
  12. pyzotero-1.6.16/tests/api_responses/citation_doc.xml +21 -0
  13. pyzotero-1.6.16/tests/api_responses/collection_doc.json +19 -0
  14. pyzotero-1.6.16/tests/api_responses/collection_tags.json +53 -0
  15. pyzotero-1.6.16/tests/api_responses/collection_versions.json +4 -0
  16. pyzotero-1.6.16/tests/api_responses/collections_doc.json +564 -0
  17. pyzotero-1.6.16/tests/api_responses/creation_doc.json +7 -0
  18. pyzotero-1.6.16/tests/api_responses/groups_doc.json +33 -0
  19. pyzotero-1.6.16/tests/api_responses/item_doc.json +105 -0
  20. pyzotero-1.6.16/tests/api_responses/item_fields.json +406 -0
  21. pyzotero-1.6.16/tests/api_responses/item_file.pdf +1 -0
  22. pyzotero-1.6.16/tests/api_responses/item_template.json +13 -0
  23. pyzotero-1.6.16/tests/api_responses/item_types.json +106 -0
  24. pyzotero-1.6.16/tests/api_responses/item_versions.json +4 -0
  25. pyzotero-1.6.16/tests/api_responses/items_doc.json +1690 -0
  26. pyzotero-1.6.16/tests/api_responses/keys_doc.txt +10 -0
  27. pyzotero-1.6.16/tests/api_responses/tags_doc.json +19 -0
  28. pyzotero-1.6.16/tests/test_async.py +24 -0
  29. pyzotero-1.6.16/tests/test_zotero.py +1681 -0
  30. {pyzotero-1.6.14 → pyzotero-1.6.16}/LICENSE.md +0 -0
  31. {pyzotero-1.6.14 → pyzotero-1.6.16}/src/pyzotero/__init__.py +0 -0
  32. {pyzotero-1.6.14 → pyzotero-1.6.16}/src/pyzotero/filetransport.py +0 -0
  33. {pyzotero-1.6.14 → pyzotero-1.6.16}/src/pyzotero/zotero_errors.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyzotero
3
- Version: 1.6.14
3
+ Version: 1.6.16
4
4
  Summary: Python wrapper for the Zotero API
5
5
  Keywords: Zotero,DH
6
6
  Author: Stephan Hügel
@@ -86,7 +86,7 @@ items = zot.top(limit=5)
86
86
  # we've retrieved the latest five top-level items in our library
87
87
  # we can print each item's item type and ID
88
88
  for item in items:
89
- print('Item: %s | Key: %s' % (item['data']['itemType'], item['data']['key']))
89
+ print(f"Item: {item['data']['itemType']} | Key: {item['data']['key']}")
90
90
  ```
91
91
 
92
92
  # Documentation
@@ -95,8 +95,9 @@ Full documentation of available Pyzotero methods, code examples, and sample outp
95
95
 
96
96
  # Installation
97
97
 
98
- * Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.7 and up)
99
- * Using Anaconda:`conda config --add channels conda-forge && conda install pyzotero`
98
+ * Using [uv][11]: `uv add pyzotero`
99
+ * Using [pip][10]: `pip install pyzotero`
100
+ * Using Anaconda:`conda install conda-forge::pyzotero`
100
101
  * From a local clone, if you wish to install Pyzotero from a specific branch:
101
102
 
102
103
  Example:
@@ -105,12 +106,13 @@ Example:
105
106
  git clone git://github.com/urschrei/pyzotero.git
106
107
  cd pyzotero
107
108
  git checkout main
108
- pip install .
109
+ # specify --dev if you're planning on running tests
110
+ uv sync
109
111
  ```
110
112
 
111
113
  ## Testing
112
114
 
113
- Run `pytest .` from the top-level directory.
115
+ Run `pytest .` from the top-level directory. This requires the `dev` dependency group to be installed: `uv sync --dev` / `pip install --group dev`
114
116
 
115
117
  ## Issues
116
118
 
@@ -118,14 +120,13 @@ The latest commits can be found on the [main branch][9], although new features a
118
120
 
119
121
  ## Pull Requests
120
122
 
121
- Pull requests are welcomed. Please read the [contribution guidelines](CONTRIBUTING.md). In particular, please **base your PR on the `dev` branch**.
123
+ Pull requests are welcomed. Please read the [contribution guidelines](CONTRIBUTING.md). In particular, please **base your PR on the `main` branch**.
122
124
 
123
125
  ## Versioning
124
126
 
125
127
  As of v1.0.0, Pyzotero is versioned according to [Semver](http://semver.org); version increments are performed as follows:
126
128
 
127
129
 
128
-
129
130
  1. MAJOR version will increment with incompatible API changes,
130
131
  2. MINOR version will increment when functionality is added in a backwards-compatible manner, and
131
132
  3. PATCH version will increment with backwards-compatible bug fixes.
@@ -149,5 +150,6 @@ Pyzotero is licensed under the [Blue Oak Model Licence 1.0.0][8]. See [LICENSE.m
149
150
  [8]: https://opensource.org/license/blue-oak-model-license
150
151
  [9]: https://github.com/urschrei/pyzotero/tree/main
151
152
  [10]: http://www.pip-installer.org/en/latest/index.html
153
+ [11]: https://docs.astral.sh/uv
152
154
  † This isn't strictly true: you only need an API key for personal libraries and non-public group libraries.
153
155
 
@@ -21,7 +21,7 @@ items = zot.top(limit=5)
21
21
  # we've retrieved the latest five top-level items in our library
22
22
  # we can print each item's item type and ID
23
23
  for item in items:
24
- print('Item: %s | Key: %s' % (item['data']['itemType'], item['data']['key']))
24
+ print(f"Item: {item['data']['itemType']} | Key: {item['data']['key']}")
25
25
  ```
26
26
 
27
27
  # Documentation
@@ -30,8 +30,9 @@ Full documentation of available Pyzotero methods, code examples, and sample outp
30
30
 
31
31
  # Installation
32
32
 
33
- * Using [pip][10]: `pip install pyzotero` (it's available as a wheel, and is tested on Python 3.7 and up)
34
- * Using Anaconda:`conda config --add channels conda-forge && conda install pyzotero`
33
+ * Using [uv][11]: `uv add pyzotero`
34
+ * Using [pip][10]: `pip install pyzotero`
35
+ * Using Anaconda:`conda install conda-forge::pyzotero`
35
36
  * From a local clone, if you wish to install Pyzotero from a specific branch:
36
37
 
37
38
  Example:
@@ -40,12 +41,13 @@ Example:
40
41
  git clone git://github.com/urschrei/pyzotero.git
41
42
  cd pyzotero
42
43
  git checkout main
43
- pip install .
44
+ # specify --dev if you're planning on running tests
45
+ uv sync
44
46
  ```
45
47
 
46
48
  ## Testing
47
49
 
48
- Run `pytest .` from the top-level directory.
50
+ Run `pytest .` from the top-level directory. This requires the `dev` dependency group to be installed: `uv sync --dev` / `pip install --group dev`
49
51
 
50
52
  ## Issues
51
53
 
@@ -53,14 +55,13 @@ The latest commits can be found on the [main branch][9], although new features a
53
55
 
54
56
  ## Pull Requests
55
57
 
56
- Pull requests are welcomed. Please read the [contribution guidelines](CONTRIBUTING.md). In particular, please **base your PR on the `dev` branch**.
58
+ Pull requests are welcomed. Please read the [contribution guidelines](CONTRIBUTING.md). In particular, please **base your PR on the `main` branch**.
57
59
 
58
60
  ## Versioning
59
61
 
60
62
  As of v1.0.0, Pyzotero is versioned according to [Semver](http://semver.org); version increments are performed as follows:
61
63
 
62
64
 
63
-
64
65
  1. MAJOR version will increment with incompatible API changes,
65
66
  2. MINOR version will increment when functionality is added in a backwards-compatible manner, and
66
67
  3. PATCH version will increment with backwards-compatible bug fixes.
@@ -84,5 +85,6 @@ Pyzotero is licensed under the [Blue Oak Model Licence 1.0.0][8]. See [LICENSE.m
84
85
  [8]: https://opensource.org/license/blue-oak-model-license
85
86
  [9]: https://github.com/urschrei/pyzotero/tree/main
86
87
  [10]: http://www.pip-installer.org/en/latest/index.html
88
+ [11]: https://docs.astral.sh/uv
87
89
  † This isn't strictly true: you only need an API key for personal libraries and non-public group libraries.
88
90
 
@@ -0,0 +1,130 @@
1
+ # Makefile for Sphinx documentation
2
+ #
3
+
4
+ # You can set these variables from the command line.
5
+ SPHINXOPTS =
6
+ SPHINXBUILD = sphinx-build
7
+ PAPER =
8
+ BUILDDIR = _build
9
+
10
+ # Internal variables.
11
+ PAPEROPT_a4 = -D latex_paper_size=a4
12
+ PAPEROPT_letter = -D latex_paper_size=letter
13
+ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
14
+
15
+ .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
16
+
17
+ help:
18
+ @echo "Please use \`make <target>' where <target> is one of"
19
+ @echo " html to make standalone HTML files"
20
+ @echo " dirhtml to make HTML files named index.html in directories"
21
+ @echo " singlehtml to make a single large HTML file"
22
+ @echo " pickle to make pickle files"
23
+ @echo " json to make JSON files"
24
+ @echo " htmlhelp to make HTML files and a HTML help project"
25
+ @echo " qthelp to make HTML files and a qthelp project"
26
+ @echo " devhelp to make HTML files and a Devhelp project"
27
+ @echo " epub to make an epub"
28
+ @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
29
+ @echo " latexpdf to make LaTeX files and run them through pdflatex"
30
+ @echo " text to make text files"
31
+ @echo " man to make manual pages"
32
+ @echo " changes to make an overview of all changed/added/deprecated items"
33
+ @echo " linkcheck to check all external links for integrity"
34
+ @echo " doctest to run all doctests embedded in the documentation (if enabled)"
35
+
36
+ clean:
37
+ -rm -rf $(BUILDDIR)/*
38
+
39
+ html:
40
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
41
+ @echo
42
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
43
+
44
+ dirhtml:
45
+ $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
46
+ @echo
47
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
48
+
49
+ singlehtml:
50
+ $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
51
+ @echo
52
+ @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
53
+
54
+ pickle:
55
+ $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
56
+ @echo
57
+ @echo "Build finished; now you can process the pickle files."
58
+
59
+ json:
60
+ $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
61
+ @echo
62
+ @echo "Build finished; now you can process the JSON files."
63
+
64
+ htmlhelp:
65
+ $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
66
+ @echo
67
+ @echo "Build finished; now you can run HTML Help Workshop with the" \
68
+ ".hhp project file in $(BUILDDIR)/htmlhelp."
69
+
70
+ qthelp:
71
+ $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
72
+ @echo
73
+ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
74
+ ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
75
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Pyzotero.qhcp"
76
+ @echo "To view the help file:"
77
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Pyzotero.qhc"
78
+
79
+ devhelp:
80
+ $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
81
+ @echo
82
+ @echo "Build finished."
83
+ @echo "To view the help file:"
84
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/Pyzotero"
85
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Pyzotero"
86
+ @echo "# devhelp"
87
+
88
+ epub:
89
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
90
+ @echo
91
+ @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
92
+
93
+ latex:
94
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
95
+ @echo
96
+ @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
97
+ @echo "Run \`make' in that directory to run these through (pdf)latex" \
98
+ "(use \`make latexpdf' here to do that automatically)."
99
+
100
+ latexpdf:
101
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
102
+ @echo "Running LaTeX files through pdflatex..."
103
+ make -C $(BUILDDIR)/latex all-pdf
104
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
105
+
106
+ text:
107
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
108
+ @echo
109
+ @echo "Build finished. The text files are in $(BUILDDIR)/text."
110
+
111
+ man:
112
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
113
+ @echo
114
+ @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
115
+
116
+ changes:
117
+ $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
118
+ @echo
119
+ @echo "The overview file is in $(BUILDDIR)/changes."
120
+
121
+ linkcheck:
122
+ $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
123
+ @echo
124
+ @echo "Link check complete; look for any errors in the above output " \
125
+ "or in $(BUILDDIR)/linkcheck/output.txt."
126
+
127
+ doctest:
128
+ $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
129
+ @echo "Testing of doctests in the sources finished, look at the " \
130
+ "results in $(BUILDDIR)/doctest/output.txt."
@@ -0,0 +1,23 @@
1
+ {% extends "!layout.html" %}
2
+
3
+ {%- block extrahead %}
4
+ {{ super() }}
5
+ <script type="text/javascript">
6
+ var _gaq = _gaq || [];
7
+ _gaq.push(['_setAccount', 'UA-4707082-5']);
8
+ _gaq.push(['_trackPageview']);
9
+ (function() {
10
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
11
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13
+ })();
14
+ </script>
15
+ {% endblock %}
16
+
17
+ {% block footer %}
18
+ {{ super() }}
19
+ <div class="footer">This page uses <a href="http://analytics.google.com/">
20
+ Google Analytics</a> to collect statistics. You can disable it by blocking
21
+ the JavaScript coming from www.google-analytics.com.
22
+ </div>
23
+ {% endblock %}
Binary file
@@ -0,0 +1,273 @@
1
+ #
2
+ # Pyzotero documentation build configuration file, created by
3
+ # sphinx-quickstart on Mon Jul 4 19:52:05 2011.
4
+ #
5
+ # This file is execfile()d with the current directory set to its containing dir.
6
+ #
7
+ # Note that not all possible configuration values are present in this
8
+ # autogenerated file.
9
+ #
10
+ # All configuration values have a default; values that are commented out
11
+ # serve to show the default.
12
+
13
+ import datetime
14
+ import os
15
+ import sys
16
+
17
+ sys.path.insert(1, "..")
18
+ import pyzotero
19
+ from pyzotero import zotero as zot
20
+
21
+ # Tell Jinja2 templates the build is running on Read the Docs
22
+ if os.environ.get("READTHEDOCS", "") == "True":
23
+ if "html_context" not in globals():
24
+ html_context = {}
25
+ html_context["READTHEDOCS"] = True
26
+
27
+ author = zot.__author__
28
+ current_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
29
+
30
+ html_context = {
31
+ "display_github": True, # Integrate GitHub
32
+ "github_user": "urschrei", # Username
33
+ "github_repo": "pyzotero", # Repo name
34
+ "github_version": "main", # Version
35
+ "conf_py_path": "/doc/", # Path in the checkout to the docs root
36
+ }
37
+ # If extensions (or modules to document with autodoc) are in another directory,
38
+ # add these directories to sys.path here. If the directory is relative to the
39
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
40
+ # sys.path.insert(0, os.path.abspath('.'))
41
+
42
+ # -- General configuration -----------------------------------------------------
43
+
44
+ # If your documentation needs a minimal Sphinx version, state it here.
45
+ # needs_sphinx = '1.0'
46
+
47
+ # Add any Sphinx extension module names here, as strings. They can be extensions
48
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
49
+ extensions = []
50
+
51
+ # Add any paths that contain templates here, relative to this directory.
52
+ templates_path = ["_templates"]
53
+
54
+ # The suffix of source filenames.
55
+ source_suffix = ".rst"
56
+
57
+ # The encoding of source files.
58
+ # source_encoding = 'utf-8-sig'
59
+
60
+ # The master toctree document.
61
+ master_doc = "index"
62
+
63
+ # General information about the project.
64
+ project = "Pyzotero"
65
+ copyright = f"2011 - {current_year}, {author}"
66
+
67
+ # The version info for the project you're documenting, acts as replacement for
68
+ # |version| and |release|, also used in various other places throughout the
69
+ # built documents.
70
+ #
71
+ # The short X.Y version.
72
+ version = pyzotero.__version__
73
+ # The full version, including alpha/beta/rc tags.
74
+ release = version
75
+ # The language for content autogenerated by Sphinx. Refer to documentation
76
+ # for a list of supported languages.
77
+ # language = None
78
+
79
+ # There are two options for replacing |today|: either, you set today to some
80
+ # non-false value, then it is used:
81
+ # today = ''
82
+ # Else, today_fmt is used as the format for a strftime call.
83
+ # today_fmt = '%B %d, %Y'
84
+
85
+ # List of patterns, relative to source directory, that match files and
86
+ # directories to ignore when looking for source files.
87
+ exclude_patterns = ["_build"]
88
+
89
+ # The reST default role (used for this markup: `text`) to use for all documents.
90
+ # default_role = None
91
+
92
+ # If true, '()' will be appended to :func: etc. cross-reference text.
93
+ # add_function_parentheses = True
94
+
95
+ # If true, the current module name will be prepended to all description
96
+ # unit titles (such as .. function::).
97
+ # add_module_names = True
98
+
99
+ # If true, sectionauthor and moduleauthor directives will be shown in the
100
+ # output. They are ignored by default.
101
+ # show_authors = False
102
+
103
+ # The name of the Pygments (syntax highlighting) style to use.
104
+ pygments_style = "sphinx"
105
+
106
+ # A list of ignored prefixes for module index sorting.
107
+ # modindex_common_prefix = []
108
+
109
+
110
+ # -- Options for HTML output ---------------------------------------------------
111
+
112
+ # The theme to use for HTML and HTML Help pages. See the documentation for
113
+ # a list of builtin themes.
114
+ html_theme = "sphinx_rtd_theme"
115
+ RTD_NEW_THEME = True
116
+
117
+ # Theme options are theme-specific and customize the look and feel of a theme
118
+ # further. For a list of options available for each theme, see the
119
+ # documentation.
120
+ # html_theme_options = {}
121
+
122
+ # Add any paths that contain custom themes here, relative to this directory.
123
+ # html_theme_path = []
124
+
125
+ # The name for this set of Sphinx documents. If None, it defaults to
126
+ # "<project> v<release> documentation".
127
+ # html_title = None
128
+
129
+ # A shorter title for the navigation bar. Default is the same as html_title.
130
+ # html_short_title = None
131
+
132
+ # The name of an image file (relative to this directory) to place at the top
133
+ # of the sidebar.
134
+ # html_logo = None
135
+
136
+ # The name of an image file (within the static path) to use as favicon of the
137
+ # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
138
+ # pixels large.
139
+ # html_favicon = None
140
+
141
+ # Add any paths that contain custom static files (such as style sheets) here,
142
+ # relative to this directory. They are copied after the builtin static files,
143
+ # so a file named "default.css" will overwrite the builtin "default.css".
144
+ html_static_path = ["_static"]
145
+
146
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
147
+ # using the given strftime format.
148
+ # html_last_updated_fmt = '%b %d, %Y'
149
+
150
+ # If true, SmartyPants will be used to convert quotes and dashes to
151
+ # typographically correct entities.
152
+ # html_use_smartypants = True
153
+
154
+ # Custom sidebar templates, maps document names to template names.
155
+ # html_sidebars = {}
156
+
157
+ # Additional templates that should be rendered to pages, maps page names to
158
+ # template names.
159
+ # html_additional_pages = {}
160
+
161
+ # If false, no module index is generated.
162
+ # html_domain_indices = True
163
+
164
+ # If false, no index is generated.
165
+ # html_use_index = True
166
+
167
+ # If true, the index is split into individual pages for each letter.
168
+ # html_split_index = False
169
+
170
+ # If true, links to the reST sources are added to the pages.
171
+ # html_show_sourcelink = True
172
+
173
+ # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
174
+ # html_show_sphinx = True
175
+
176
+ # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
177
+ # html_show_copyright = True
178
+
179
+ # If true, an OpenSearch description file will be output, and all pages will
180
+ # contain a <link> tag referring to it. The value of this option must be the
181
+ # base URL from which the finished HTML is served.
182
+ # html_use_opensearch = ''
183
+
184
+ # This is the file name suffix for HTML files (e.g. ".xhtml").
185
+ # html_file_suffix = None
186
+
187
+ # Output file base name for HTML help builder.
188
+ htmlhelp_basename = "Pyzoterodoc"
189
+
190
+
191
+ # -- Options for LaTeX output --------------------------------------------------
192
+
193
+ # The paper size ('letter' or 'a4').
194
+ # latex_paper_size = 'letter'
195
+
196
+ # The font size ('10pt', '11pt' or '12pt').
197
+ # latex_font_size = '10pt'
198
+
199
+ # Grouping the document tree into LaTeX files. List of tuples
200
+ # (source start file, target name, title, author, documentclass [howto/manual]).
201
+ latex_documents = [
202
+ ("index", "Pyzotero.tex", "Pyzotero Documentation", author, "manual"),
203
+ ]
204
+
205
+ # The name of an image file (relative to this directory) to place at the top of
206
+ # the title page.
207
+ # latex_logo = None
208
+
209
+ # For "manual" documents, if this is true, then toplevel headings are parts,
210
+ # not chapters.
211
+ # latex_use_parts = False
212
+
213
+ # If true, show page references after internal links.
214
+ # latex_show_pagerefs = False
215
+
216
+ # If true, show URL addresses after external links.
217
+ # latex_show_urls = False
218
+
219
+ # Additional stuff for the LaTeX preamble.
220
+ # latex_preamble = ''
221
+
222
+ # Documents to append as an appendix to all manuals.
223
+ # latex_appendices = []
224
+
225
+ # If false, no module index is generated.
226
+ # latex_domain_indices = True
227
+
228
+
229
+ # -- Options for manual page output --------------------------------------------
230
+
231
+ # One entry per manual page. List of tuples
232
+ # (source start file, name, description, authors, manual section).
233
+ man_pages = [("index", "pyzotero", "Pyzotero Documentation", [author], 1)]
234
+
235
+
236
+ # -- Options for Epub output ---------------------------------------------------
237
+
238
+ # Bibliographic Dublin Core info.
239
+ epub_title = "Pyzotero"
240
+ epub_author = author
241
+ epub_publisher = author
242
+ epub_copyright = f"2011 - {current_year}, {author}"
243
+
244
+ # The language of the text. It defaults to the language option
245
+ # or en if the language is not set.
246
+ # epub_language = ''
247
+
248
+ # The scheme of the identifier. Typical schemes are ISBN or URL.
249
+ # epub_scheme = ''
250
+
251
+ # The unique identifier of the text. This can be a ISBN number
252
+ # or the project homepage.
253
+ # epub_identifier = ''
254
+
255
+ # A unique identification for the text.
256
+ # epub_uid = ''
257
+
258
+ # HTML files that should be inserted before the pages created by sphinx.
259
+ # The format is a list of tuples containing the path and title.
260
+ # epub_pre_files = []
261
+
262
+ # HTML files that should be inserted after the pages created by sphinx.
263
+ # The format is a list of tuples containing the path and title.
264
+ # epub_post_files = []
265
+
266
+ # A list of files that should not be packed into the epub file.
267
+ # epub_exclude_files = []
268
+
269
+ # The depth of the table of contents in toc.ncx.
270
+ # epub_tocdepth = 3
271
+
272
+ # Allow duplicate toc entries.
273
+ # epub_tocdup = True