Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Documentation fixes for newer sphinx
Browse files Browse the repository at this point in the history
This fixes a build failure with newer sphinx versions where the entries
in "See Also" sections must adhere to a stricter syntax.
  • Loading branch information
ckastner committed Sep 6, 2020
1 parent 3fc7e55 commit db3c2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions bcolz/ctable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,7 @@ def whereblocks(self, expression, blen=None, outcols=None, limit=None,
See Also
--------
See :py:func:`<bcolz.toplevel.iterblocks>` in toplevel functions.
bcolz.iterblocks
"""

if blen is None:
Expand Down Expand Up @@ -1368,8 +1367,7 @@ def eval(self, expression, **kwargs):
See Also
--------
eval (top level function)
bcolz.eval
"""
# Call top-level eval with cols, locals and gloabls as user_dict
user_dict = kwargs.pop('user_dict', {})
Expand Down
3 changes: 1 addition & 2 deletions bcolz/toplevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ class cparams(object):
See also
--------
cparams.setdefaults()
cparams.setdefaults
"""

@property
Expand Down

0 comments on commit db3c2ae

Please sign in to comment.