Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Sphinx warnings #2758

Merged
merged 26 commits into from
Dec 27, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
520d69f
Switch from using recommonmark to myst-parser as the former is deprec…
binste Dec 17, 2022
aa4707c
Tag gallery examples as sphinx orphan pages to disable warning about …
binste Dec 18, 2022
f9b41ac
Fix reference to image mark page
binste Dec 18, 2022
c54c9ba
Use 'value' instead of deprecated 'init'
binste Dec 18, 2022
9fbadda
Fix 'The value of 'empty' should be True or False.'
binste Dec 18, 2022
3b0e4aa
Replace usage of add_selection with add_params
binste Dec 18, 2022
dabda8d
Merge branch 'master' into address_docs_warnings
binste Dec 18, 2022
e8764a5
Switch from deprecated 'single' selection type to 'point'
binste Dec 18, 2022
00e69d0
Fix underline length
binste Dec 18, 2022
66483c0
Fix wrong indent
binste Dec 18, 2022
5272420
Enable parsing of raw content
binste Dec 18, 2022
68843dc
Move myst-parser into doc requirements
binste Dec 19, 2022
7b3531e
Restrict setuptools to version < 64. See added comment for reasoning
binste Dec 19, 2022
ba5c716
Merge branch 'master' into address_docs_warnings
binste Dec 19, 2022
7ef558d
No longer wrap docstring lines where an attribute is introduced with …
binste Dec 20, 2022
0e2b804
Mention myst-parser
binste Dec 20, 2022
82252b1
Handle list entires that start with '-' or miss a whitespace after th…
binste Dec 21, 2022
467c288
Fix relative link to datetime type
binste Dec 21, 2022
164e7da
Fix 'Anonymous hyperlink mismatch'
binste Dec 21, 2022
17f71e8
Resolve duplicate definitions of Color and Text which appear in chann…
binste Dec 21, 2022
089dd09
Merge branch 'master' into address_docs_warnings
binste Dec 21, 2022
c3a3148
Format code
binste Dec 21, 2022
8fc0513
Update documentation on dependencies. Remove section in readme and re…
binste Dec 21, 2022
b1b4534
Move myst-parser requirement into requirements_dev.txt so that it's a…
binste Dec 21, 2022
56f2508
suppress warning usage geographic CRS for centroid
mattijn Dec 21, 2022
86a6455
Update geoshape.rst :: typo
mattijn Dec 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wrong indent
  • Loading branch information
binste committed Dec 18, 2022
commit 66483c09e38b89ef6bd1b745c0bc919123c681e2
3 changes: 1 addition & 2 deletions doc/user_guide/marks/geoshape.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,7 @@ This method will maximize the similarity of values in a class while maximizing t
distance between the classes (`natural breaks`). The method is also known as the
Fisher-Jenks algorithm and is similar to k-Means in 1D:

- By using the external Python package ``jenskpy`` we can derive these `optimum` breaks
as such:
- By using the external Python package ``jenskpy`` we can derive these `optimum` breaks as such:

.. code:: python

Expand Down