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

Documentation fixes for newer sphinx #408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
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