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

2022.04.0: sphinx warnings reference target not found #9121

Open
kloczek opened this issue May 24, 2022 · 10 comments
Open

2022.04.0: sphinx warnings reference target not found #9121

kloczek opened this issue May 24, 2022 · 10 comments
Labels
documentation Improve or add to documentation good first issue Clearly described and easy to accomplish. Good for beginners to the project.

Comments

@kloczek
Copy link

kloczek commented May 24, 2022

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.

Before sphinx starts reporting broken refs it reports problems with importing dask submodules. All it is despite correct sys.path alteration in

dask/docs/source/conf.py

Lines 29 to 32 in 4c0cdfd

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath("../../"))

@kloczek
Copy link
Author

kloczek commented May 24, 2022

Here is the output with warnings:

+ /usr/bin/sphinx-build -n -T -b man docs/source build/sphinx/man
Running Sphinx v4.5.0
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://pandas.pydata.org/pandas-docs/stable/objects.inv...
loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv...
loading intersphinx inventory from https://asyncssh.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://arrow.apache.org/docs/objects.inv...
loading intersphinx inventory from https://zarr.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://scikit-image.org/docs/dev/objects.inv...
[autosummary] generating autosummary for: 10-minutes-to-dask.rst, api.rst, array-api.rst, array-assignment.rst, array-best-practices.rst, array-chunks.rst, array-creation.rst, array-design.rst, array-gufunc.rst, array-overlap.rst, ..., scheduler-overview.rst, scheduling-policy.rst, scheduling.rst, shared.rst, spark.rst, spec.rst, support.rst, understanding-performance.rst, user-interfaces.rst, why.rst
[autosummary] generating autosummary for: /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.all.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.any.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.argmax.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.argmin.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.argtopk.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.astype.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.blocks.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.choose.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.chunks.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.chunksize.rst, ..., /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.ohlc.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.prod.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.quantile.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.sem.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.size.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.std.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.sum.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.tseries.resample.Resampler.var.rst, /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.utils.make_meta.rst
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 985 added, 0 changed, 0 removed
reading sources... [100%] why
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-cli.rst:95: ERROR: Failed to import "main" from "distributed.cli.dask_scheduler". The following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/sphinx_click/ext.py", line 379, in _load_module
    mod = __import__(module_name, globals(), locals(), [attr_name])
ModuleNotFoundError: No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-cli.rst:99: ERROR: Failed to import "main" from "distributed.cli.dask_worker". The following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/sphinx_click/ext.py", line 379, in _load_module
    mod = __import__(module_name, globals(), locals(), [attr_name])
ModuleNotFoundError: No module named 'distributed'
WARNING: autodoc: failed to import class 'deploy.local.LocalCluster' from module 'distributed'; the following exception was raised:
No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:22: WARNING: autosummary: failed to import Scheduler.
Possible hints:
* ModuleNotFoundError: No module named 'Scheduler'
* KeyError: 'Scheduler'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:22: WARNING: autosummary: failed to import Worker.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ModuleNotFoundError: No module named 'Worker'
* KeyError: 'Worker'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:22: WARNING: autosummary: failed to import Client.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:51: WARNING: autosummary: failed to import Scheduler.
Possible hints:
* ModuleNotFoundError: No module named 'Scheduler'
* KeyError: 'Scheduler'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:84: WARNING: autosummary: failed to import Worker.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ModuleNotFoundError: No module named 'Worker'
* KeyError: 'Worker'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:106: WARNING: autosummary: failed to import Scheduler.
Possible hints:
* ModuleNotFoundError: No module named 'Scheduler'
* KeyError: 'Scheduler'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:106: WARNING: autosummary: failed to import Worker.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ModuleNotFoundError: No module named 'Worker'
* KeyError: 'Worker'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-python-advanced.rst:172: WARNING: autosummary: failed to import Nanny.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Nanny'
* ModuleNotFoundError: No module named 'Nanny'
* ValueError: not enough values to unpack (expected 2, got 1)
WARNING: autodoc: failed to import class 'Scheduler' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Worker' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Nanny' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'distributed.SSHCluster' from module 'dask'; the following exception was raised:
dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-ssh.rst:52: ERROR: Failed to import "main" from "distributed.cli.dask_ssh". The following exception was raised:
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/sphinx_click/ext.py", line 379, in _load_module
    mod = __import__(module_name, globals(), locals(), [attr_name])
ModuleNotFoundError: No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/diagnostics-distributed.rst:47: WARNING: autosummary: failed to import Client.
Possible hints:
* KeyError: 'Client'
* ImportError: dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
* AttributeError: module 'dask' has no attribute 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/diagnostics-distributed.rst:54: WARNING: autosummary: failed to import get_task_stream.
Possible hints:
* ModuleNotFoundError: No module named 'get_task_stream'
* KeyError: 'get_task_stream'
* ImportError: dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
* AttributeError: module 'dask' has no attribute 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/diagnostics-distributed.rst:54: WARNING: autosummary: failed to import Client.profile.
Possible hints:
* ImportError: no module named dask.distributed.Client or Client
* KeyError: 'Client'
* ImportError: dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
* AttributeError: module 'dask' has no attribute 'distributed'
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/diagnostics-distributed.rst:54: WARNING: autosummary: failed to import performance_report.
Possible hints:
* ModuleNotFoundError: No module named 'performance_report'
* ImportError: dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
* KeyError: 'performance_report'
* AttributeError: module 'dask' has no attribute 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/diagnostics-distributed.rst:103: WARNING: autosummary: failed to import progress.
Possible hints:
* KeyError: 'progress'
* ModuleNotFoundError: No module named 'progress'
* ImportError: dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
* AttributeError: module 'dask' has no attribute 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
WARNING: autodoc: failed to import function 'distributed.progress' from module 'dask'; the following exception was raised:
dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
WARNING: autodoc: failed to import function 'distributed.get_task_stream' from module 'dask'; the following exception was raised:
dask.distributed is not installed.

Please either conda or pip install distributed:

  conda install dask distributed             # either conda install
  python -m pip install "dask[distributed]" --upgrade    # or pip install
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:53: WARNING: autosummary: failed to import Client.submit.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:53: WARNING: autosummary: failed to import Client.map.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:53: WARNING: autosummary: failed to import Future.result.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:117: WARNING: autosummary: failed to import Future.result.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:117: WARNING: autosummary: failed to import Client.gather.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:117: WARNING: autosummary: failed to import Client.scatter.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:177: WARNING: autosummary: failed to import Future.cancel.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:177: WARNING: autosummary: failed to import Future.exception.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:177: WARNING: autosummary: failed to import Future.traceback.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:177: WARNING: autosummary: failed to import Client.cancel.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:233: WARNING: autosummary: failed to import as_completed.
Possible hints:
* ModuleNotFoundError: No module named 'as_completed'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'as_completed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:233: WARNING: autosummary: failed to import wait.
Possible hints:
* KeyError: 'wait'
* ModuleNotFoundError: No module named 'wait'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:298: WARNING: autosummary: failed to import fire_and_forget.
Possible hints:
* ModuleNotFoundError: No module named 'fire_and_forget'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'fire_and_forget'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:341: WARNING: autosummary: failed to import get_client.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'get_client'
* KeyError: 'get_client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:341: WARNING: autosummary: failed to import rejoin.
Possible hints:
* ModuleNotFoundError: No module named 'rejoin'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'rejoin'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:341: WARNING: autosummary: failed to import secede.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'secede'
* ModuleNotFoundError: No module named 'secede'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Queue.
Possible hints:
* ModuleNotFoundError: No module named 'Queue'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Queue'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Variable.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'Variable'
* ModuleNotFoundError: No module named 'Variable'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Lock.
Possible hints:
* KeyError: 'Lock'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'Lock'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Event.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Event'
* ModuleNotFoundError: No module named 'Event'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Semaphore.
Possible hints:
* ModuleNotFoundError: No module named 'Semaphore'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Semaphore'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Pub.
Possible hints:
* ModuleNotFoundError: No module named 'Pub'
* KeyError: 'Pub'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:441: WARNING: autosummary: failed to import Sub.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Sub'
* ModuleNotFoundError: No module named 'Sub'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:481: WARNING: autosummary: failed to import Queue.
Possible hints:
* ModuleNotFoundError: No module named 'Queue'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Queue'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:550: WARNING: autosummary: failed to import Variable.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'Variable'
* ModuleNotFoundError: No module named 'Variable'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:580: WARNING: autosummary: failed to import Lock.
Possible hints:
* KeyError: 'Lock'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'Lock'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:633: WARNING: autosummary: failed to import Event.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Event'
* ModuleNotFoundError: No module named 'Event'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:689: WARNING: autosummary: failed to import Semaphore.
Possible hints:
* ModuleNotFoundError: No module named 'Semaphore'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Semaphore'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:715: WARNING: autosummary: failed to import Pub.
Possible hints:
* ModuleNotFoundError: No module named 'Pub'
* KeyError: 'Pub'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:715: WARNING: autosummary: failed to import Sub.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Sub'
* ModuleNotFoundError: No module named 'Sub'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.cancel.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.compute.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.gather.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.get.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.get_dataset.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.get_executor.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.has_what.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.list_datasets.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.map.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.ncores.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.persist.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.profile.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.publish_dataset.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.rebalance.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.replicate.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.restart.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.run.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.run_on_scheduler.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.scatter.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.shutdown.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.scheduler_info.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.submit.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.unpublish_dataset.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.upload_file.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:862: WARNING: autosummary: failed to import Client.who_has.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.add_done_callback.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.cancel.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.cancelled.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.done.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.exception.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.result.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:892: WARNING: autosummary: failed to import Future.traceback.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Future'
* ModuleNotFoundError: No module named 'Future'
* ImportError: no module named distributed.Future or Future
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import as_completed.
Possible hints:
* ModuleNotFoundError: No module named 'as_completed'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'as_completed'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import fire_and_forget.
Possible hints:
* ModuleNotFoundError: No module named 'fire_and_forget'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'fire_and_forget'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import get_client.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'get_client'
* KeyError: 'get_client'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import secede.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'secede'
* ModuleNotFoundError: No module named 'secede'
* ValueError: not enough values to unpack (expected 2, got 1)
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import rejoin.
Possible hints:
* ModuleNotFoundError: No module named 'rejoin'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'rejoin'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/futures.rst:904: WARNING: autosummary: failed to import wait.
Possible hints:
* KeyError: 'wait'
* ModuleNotFoundError: No module named 'wait'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
WARNING: autodoc: failed to import function 'as_completed' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'fire_and_forget' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'get_client' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'secede' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'rejoin' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import function 'wait' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Client' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Future' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Queue' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Variable' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Lock' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Event' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Pub' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'Sub' from module 'distributed'; the following exception was raised:
No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/adaptive.rst:65: WARNING: autosummary: failed to import Adaptive.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'Adaptive'
* ModuleNotFoundError: No module named 'Adaptive'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/adaptive.rst:81: WARNING: autosummary: failed to import Cluster.
Possible hints:
* ModuleNotFoundError: No module named 'Cluster'
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* ValueError: not enough values to unpack (expected 2, got 1)
* KeyError: 'Cluster'
WARNING: autodoc: failed to import class 'deploy.Adaptive' from module 'distributed'; the following exception was raised:
No module named 'distributed'
WARNING: autodoc: failed to import class 'deploy.Cluster' from module 'distributed'; the following exception was raised:
No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/customize-initialization.rst:121: WARNING: autosummary: failed to import Client.register_worker_plugin.
Possible hints:
* KeyError: 'distributed'
* ModuleNotFoundError: No module named 'distributed'
* KeyError: 'Client'
* ImportError: no module named distributed.Client or Client
* ModuleNotFoundError: No module named 'Client'
WARNING: autodoc: failed to import method 'Client.register_worker_plugin' from module 'distributed'; the following exception was raised:
No module named 'distributed'
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/support.rst:6: WARNING: Duplicate explicit target name: "this video meeting".
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-dask.3 { install 10-minutes-to-dask [...]  } /home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/array-creation.rst:364:<autosummary>:1: WARNING: py:obj reference target not found: dask.array.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/array-creation.rst:370:<autosummary>:1: WARNING: py:obj reference target not found: dask.array.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/array-assignment.rst:12: WARNING: py:class reference target not found: numpy
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/array-assignment.rst:15: WARNING: py:class reference target not found: numpy
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/array.rst:53: WARNING: py:func reference target not found: dask.array.Array.from_array
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/dataframe-create.rst:50:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.to_bag
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.register_index_accessor:2: WARNING: py:class reference target not found: dask.dataframe.Index
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/dataframe-sql.rst:227: WARNING: py:func reference target not found: dask.delayed
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/graph_manipulation.py:docstring of dask.graph_manipulation.bind:: WARNING: py:class reference target not found: T
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/graph_manipulation.py:docstring of dask.graph_manipulation.bind:: WARNING: py:class reference target not found: T
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/high-level-graphs.rst:137: WARNING: py:obj reference target not found: HighLevelGraph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/highlevelgraph.py:docstring of collections.abc.Mapping.get:: WARNING: py:class reference target not found: D[k] if k in D, else d.  d defaults to None.
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/highlevelgraph.py:docstring of dask.highlevelgraph.HighLevelGraph.items:: WARNING: py:class reference target not found: a set-like object providing a view on D's items
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/highlevelgraph.py:docstring of dask.highlevelgraph.HighLevelGraph.values:: WARNING: py:class reference target not found: an object providing a view on D's values
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/deploying-ssh.rst:4: WARNING: py:class reference target not found: dask.distributed.SSHCluster
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/order.rst:37: WARNING: py:func reference target not found: dask.order.order
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.all:63: WARNING: py:obj reference target not found: ndarray.all
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.angle:36: WARNING: py:obj reference target not found: absolute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.any:65: WARNING: py:obj reference target not found: ndarray.any
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.append:41: WARNING: py:obj reference target not found: delete
docstring of dask.array.arccos:50: WARNING: py:obj reference target not found: emath.arccos
docstring of dask.array.arcsin:47: WARNING: py:obj reference target not found: emath.arcsin
docstring of dask.array.arctanh:46: WARNING: py:obj reference target not found: emath.arctanh
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:66: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:66: WARNING: py:obj reference target not found: amax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.around:43: WARNING: py:obj reference target not found: ndarray.round
docstring of dask.array.bitwise_and:58: WARNING: py:obj reference target not found: binary_repr
docstring of dask.array.bitwise_not:61: WARNING: py:obj reference target not found: binary_repr
docstring of dask.array.bitwise_or:58: WARNING: py:obj reference target not found: binary_repr
docstring of dask.array.bitwise_xor:58: WARNING: py:obj reference target not found: binary_repr
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.block:67: WARNING: py:obj reference target not found: vsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.broadcast_arrays:41: WARNING: py:obj reference target not found: broadcast
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.broadcast_arrays:45: WARNING: py:obj reference target not found: broadcast_shapes
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.choose:83: WARNING: py:obj reference target not found: ndarray.choose
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.compress:47: WARNING: py:obj reference target not found: ndarray.compress
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.compress:49: WARNING: py:obj reference target not found: extract
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.cumsum:60: WARNING: py:obj reference target not found: trapz
docstring of dask.array.deg2rad:48: WARNING: py:obj reference target not found: unwrap
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/creation.py:docstring of dask.array.creation.diag:41: WARNING: py:obj reference target not found: diagflat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/creation.py:docstring of dask.array.creation.diagonal:82: WARNING: py:obj reference target not found: diagflat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.dot:71: WARNING: py:obj reference target not found: linalg.multi_dot
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.dstack:48: WARNING: py:obj reference target not found: column_stack
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.dstack:50: WARNING: py:obj reference target not found: dsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:86: WARNING: py:obj reference target not found: einsum_path
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:86: WARNING: py:obj reference target not found: inner
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:86: WARNING: py:obj reference target not found: linalg.multi_dot
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:88: WARNING: py:obj reference target not found: einops
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:90: WARNING: py:obj reference target not found: opt_einsum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:109: WARNING: py:func reference target not found: numpy.matmul
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:111: WARNING: py:func reference target not found: numpy.multiply
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/einsumfuncs.py:docstring of dask.array.einsumfuncs.einsum:115: WARNING: py:func reference target not found: numpy.matmul
docstring of dask.array.equal:49: WARNING: py:obj reference target not found: less_equal
docstring of dask.array.fabs:51: WARNING: py:obj reference target not found: absolute
docstring of dask.array.floor_divide:58: WARNING: py:obj reference target not found: divide
docstring of dask.array.fmax:59: WARNING: py:obj reference target not found: amax
docstring of dask.array.fmax:63: WARNING: py:obj reference target not found: amin
docstring of dask.array.fmin:59: WARNING: py:obj reference target not found: amin
docstring of dask.array.fmin:63: WARNING: py:obj reference target not found: amax
docstring of dask.array.fmod:58: WARNING: py:obj reference target not found: divide
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.frompyfunc:44: WARNING: py:obj reference target not found: vectorize
docstring of dask.array.greater:49: WARNING: py:obj reference target not found: less_equal
docstring of dask.array.greater_equal:49: WARNING: py:obj reference target not found: less_equal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.hstack:47: WARNING: py:obj reference target not found: column_stack
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.hstack:49: WARNING: py:obj reference target not found: hsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.wrap_elemwise.<locals>.wrapped:29: WARNING: py:obj reference target not found: real_if_close
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.insert:53: WARNING: py:obj reference target not found: delete
docstring of dask.array.invert:61: WARNING: py:obj reference target not found: binary_repr
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.wrap_elemwise.<locals>.wrapped:32: WARNING: py:obj reference target not found: iscomplexobj
/usr/lib64/python3.8/site-packages/numpy/__init__.py:docstring of numpy.isin:42: WARNING: py:obj reference target not found: in1d
docstring of dask.array.isneginf:49: WARNING: py:obj reference target not found: less_equal
docstring of dask.array.isnan:46: WARNING: py:obj reference target not found: isnat
docstring of dask.array.isposinf:49: WARNING: py:obj reference target not found: less_equal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.wrap_elemwise.<locals>.wrapped:32: WARNING: py:obj reference target not found: isrealobj
docstring of dask.array.less:49: WARNING: py:obj reference target not found: less_equal
docstring of dask.array.log:50: WARNING: py:obj reference target not found: emath.log
docstring of dask.array.log10:47: WARNING: py:obj reference target not found: emath.log10
docstring of dask.array.log2:46: WARNING: py:obj reference target not found: emath.log2
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.max:66: WARNING: py:obj reference target not found: amin
docstring of dask.array.maximum:59: WARNING: py:obj reference target not found: amax
docstring of dask.array.maximum:63: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/creation.py:docstring of dask.array.creation.meshgrid:66: WARNING: py:obj reference target not found: mgrid
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/creation.py:docstring of dask.array.creation.meshgrid:68: WARNING: py:obj reference target not found: ogrid
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.min:66: WARNING: py:obj reference target not found: amax
docstring of dask.array.minimum:59: WARNING: py:obj reference target not found: amin
docstring of dask.array.minimum:63: WARNING: py:obj reference target not found: amax
docstring of dask.array.mod:72: WARNING: py:obj reference target not found: divide
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/numpy_compat.py:docstring of dask.array.numpy_compat.moveaxis:40: WARNING: py:obj reference target not found: swapaxes
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:70: WARNING: py:obj reference target not found: amax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:80: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:70: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.make_arg_reduction.<locals>.wrapped:80: WARNING: py:obj reference target not found: amax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.nanmax:70: WARNING: py:obj reference target not found: amax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.nanmax:80: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.nanmin:70: WARNING: py:obj reference target not found: amin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.nanmin:80: WARNING: py:obj reference target not found: amax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.nonzero:46: WARNING: py:obj reference target not found: ndarray.nonzero
docstring of dask.array.not_equal:49: WARNING: py:obj reference target not found: less_equal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.outer:46: WARNING: py:obj reference target not found: inner
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.outer:50: WARNING: py:obj reference target not found: ufunc.outer
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.prod:74: WARNING: py:obj reference target not found: ndarray.prod
docstring of dask.array.rad2deg:48: WARNING: py:obj reference target not found: unwrap
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.ravel:53: WARNING: py:obj reference target not found: ndarray.flat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.ravel:55: WARNING: py:obj reference target not found: ndarray.flatten
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.ravel:57: WARNING: py:obj reference target not found: ndarray.reshape
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ufunc.py:docstring of dask.array.ufunc.wrap_elemwise.<locals>.wrapped:29: WARNING: py:obj reference target not found: real_if_close
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.reduction:49: WARNING: py:mod reference target not found: dask.config
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/chunk_types.py:docstring of dask.array.chunk_types.register_chunk_type:36: WARNING: py:class reference target not found: cupy.ndarray
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/chunk_types.py:docstring of dask.array.chunk_types.register_chunk_type:37: WARNING: py:class reference target not found: sparse.SparseArray
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/chunk_types.py:docstring of dask.array.chunk_types.register_chunk_type:38: WARNING: py:class reference target not found: scipy.sparse.spmatrix
docstring of dask.array.remainder:72: WARNING: py:obj reference target not found: divide
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:40: WARNING: py:obj reference target not found: dtype
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:40: WARNING: py:obj reference target not found: promote_types
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:40: WARNING: py:obj reference target not found: min_scalar_type
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:40: WARNING: py:obj reference target not found: can_cast
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:53: WARNING: py:func reference target not found: promote_types
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:58: WARNING: py:func reference target not found: promote_types
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.result_type:62: WARNING: py:func reference target not found: min_scalar_type
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.searchsorted:57: WARNING: py:obj reference target not found: sort
docstring of dask.array.sqrt:51: WARNING: py:obj reference target not found: lib.scimath.sqrt
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.squeeze:41: WARNING: py:obj reference target not found: expand_dims
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.sum:75: WARNING: py:obj reference target not found: ndarray.sum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.sum:77: WARNING: py:obj reference target not found: add.reduce
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.sum:81: WARNING: py:obj reference target not found: trapz
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.take:73: WARNING: py:obj reference target not found: ndarray.take
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.take:75: WARNING: py:obj reference target not found: take_along_axis
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.topk:22: WARNING: py:func reference target not found: reduce
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/reductions.py:docstring of dask.array.reductions.trace:56: WARNING: py:obj reference target not found: diagflat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.transpose:39: WARNING: py:obj reference target not found: ndarray.transpose
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.transpose:43: WARNING: py:obj reference target not found: argsort
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.unravel_index:43: WARNING: py:obj reference target not found: ravel_multi_index
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.vstack:47: WARNING: py:obj reference target not found: column_stack
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.vstack:49: WARNING: py:obj reference target not found: vsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.rst:91:<autosummary>:1: WARNING: py:obj reference target not found: dask.array.Array.A
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.array.Array.rst:91:<autosummary>:1: WARNING: py:obj reference target not found: dask.array.Array.T
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.compute:33: WARNING: py:obj reference target not found: dask.base.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.ravel:23: WARNING: py:obj reference target not found: ndarray.flat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.map_overlap:7: WARNING: py:func reference target not found: dask.array.core.map_blocks
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.map_overlap:32: WARNING: py:func reference target not found: dask.array.core.map_blocks
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.persist:48: WARNING: py:obj reference target not found: dask.base.persist
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.ravel:23: WARNING: py:obj reference target not found: ndarray.flat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.store:: WARNING: py:class reference target not found: Lock
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.to_hdf5:21: WARNING: py:obj reference target not found: da.store
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.to_hdf5:23: WARNING: py:obj reference target not found: h5py.File.create_dataset
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.transpose:45: WARNING: py:obj reference target not found: ndarray.T
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.Array.transpose:47: WARNING: py:obj reference target not found: ndarray.reshape
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:42: WARNING: py:obj reference target not found: dask.base.visualize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:44: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/linalg.py:docstring of dask.array.linalg.norm:54: WARNING: py:obj reference target not found: scipy.linalg.norm
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/linalg.py:docstring of dask.array.linalg.svd:42: WARNING: py:obj reference target not found: np.linalg.svd
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/linalg.py:docstring of dask.array.linalg.svd:44: WARNING: py:obj reference target not found: da.linalg.svd_compressed
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/linalg.py:docstring of dask.array.linalg.svd:48: WARNING: py:obj reference target not found: dask.array.utils.svd_flip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.filled:36: WARNING: py:obj reference target not found: compressed
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.getdata:30: WARNING: py:obj reference target not found: getmask
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.getmaskarray:27: WARNING: py:obj reference target not found: getmask
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.masked_array:114: WARNING: py:attr reference target not found: nomask
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.set_fill_value:35: WARNING: py:obj reference target not found: maximum_fill_value
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.set_fill_value:37: WARNING: py:obj reference target not found: MaskedArray.fill_value
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/ma.py:docstring of dask.array.ma.set_fill_value:39: WARNING: py:obj reference target not found: MaskedArray.set_fill_value
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.beta:54: WARNING: py:obj reference target not found: Generator.beta
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.binomial:47: WARNING: py:obj reference target not found: scipy.stats.binom
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.binomial:49: WARNING: py:obj reference target not found: Generator.binomial
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.chisquare:47: WARNING: py:obj reference target not found: Generator.chisquare
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.choice:56: WARNING: py:obj reference target not found: shuffle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.choice:58: WARNING: py:obj reference target not found: Generator.choice
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.exponential:52: WARNING: py:obj reference target not found: Generator.exponential
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.f:50: WARNING: py:obj reference target not found: scipy.stats.f
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.f:52: WARNING: py:obj reference target not found: Generator.f
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gamma:45: WARNING: py:obj reference target not found: scipy.stats.gamma
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gamma:47: WARNING: py:obj reference target not found: Generator.gamma
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.geometric:49: WARNING: py:obj reference target not found: Generator.geometric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gumbel:45: WARNING: py:obj reference target not found: scipy.stats.gumbel_l
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gumbel:47: WARNING: py:obj reference target not found: scipy.stats.gumbel_r
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gumbel:49: WARNING: py:obj reference target not found: scipy.stats.genextreme
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.gumbel:53: WARNING: py:obj reference target not found: Generator.gumbel
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.hypergeometric:52: WARNING: py:obj reference target not found: scipy.stats.hypergeom
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.hypergeometric:54: WARNING: py:obj reference target not found: Generator.hypergeometric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.laplace:47: WARNING: py:obj reference target not found: Generator.laplace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.logistic:44: WARNING: py:obj reference target not found: scipy.stats.logistic
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.logistic:46: WARNING: py:obj reference target not found: Generator.logistic
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.lognormal:46: WARNING: py:obj reference target not found: scipy.stats.lognorm
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.lognormal:48: WARNING: py:obj reference target not found: Generator.lognormal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.logseries:40: WARNING: py:obj reference target not found: scipy.stats.logser
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.logseries:42: WARNING: py:obj reference target not found: Generator.logseries
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.negative_binomial:46: WARNING: py:obj reference target not found: Generator.negative_binomial
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.noncentral_chisquare:46: WARNING: py:obj reference target not found: Generator.noncentral_chisquare
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.noncentral_f:53: WARNING: py:obj reference target not found: Generator.noncentral_f
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.normal:51: WARNING: py:obj reference target not found: scipy.stats.norm
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.normal:53: WARNING: py:obj reference target not found: Generator.normal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.pareto:55: WARNING: py:obj reference target not found: scipy.stats.lomax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.pareto:57: WARNING: py:obj reference target not found: scipy.stats.genpareto
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.pareto:59: WARNING: py:obj reference target not found: Generator.pareto
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.permutation:36: WARNING: py:obj reference target not found: Generator.permutation
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.poisson:42: WARNING: py:obj reference target not found: Generator.poisson
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.power:44: WARNING: py:obj reference target not found: Generator.power
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.randint:54: WARNING: py:obj reference target not found: random_integers
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.randint:56: WARNING: py:obj reference target not found: Generator.integers
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.random_sample:40: WARNING: py:obj reference target not found: Generator.random
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.random_sample:40: WARNING: py:obj reference target not found: Generator.random
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.rayleigh:40: WARNING: py:obj reference target not found: Generator.rayleigh
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_cauchy:35: WARNING: py:obj reference target not found: Generator.standard_cauchy
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_exponential:36: WARNING: py:obj reference target not found: Generator.standard_exponential
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_gamma:40: WARNING: py:obj reference target not found: scipy.stats.gamma
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_gamma:42: WARNING: py:obj reference target not found: Generator.standard_gamma
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_normal:36: WARNING: py:obj reference target not found: Generator.standard_normal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.standard_t:42: WARNING: py:obj reference target not found: Generator.standard_t
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.triangular:51: WARNING: py:obj reference target not found: Generator.triangular
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.uniform:52: WARNING: py:obj reference target not found: random_integers
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.uniform:58: WARNING: py:obj reference target not found: rand
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.uniform:60: WARNING: py:obj reference target not found: Generator.uniform
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.vonmises:48: WARNING: py:obj reference target not found: scipy.stats.vonmises
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.vonmises:50: WARNING: py:obj reference target not found: Generator.vonmises
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.wald:49: WARNING: py:obj reference target not found: Generator.wald
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.weibull:47: WARNING: py:obj reference target not found: scipy.stats.weibull_max
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.weibull:49: WARNING: py:obj reference target not found: scipy.stats.weibull_min
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.weibull:51: WARNING: py:obj reference target not found: scipy.stats.genextreme
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/random.py:docstring of dask.array.random.RandomState.weibull:55: WARNING: py:obj reference target not found: Generator.weibull
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/stats.py:docstring of dask.array.stats.chisquare:51: WARNING: py:obj reference target not found: scipy.stats.power_divergence
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/stats.py:docstring of dask.array.stats.chisquare:53: WARNING: py:obj reference target not found: scipy.stats.fisher_exact
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/stats.py:docstring of dask.array.stats.chisquare:55: WARNING: py:obj reference target not found: scipy.stats.barnard_exact
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/stats.py:docstring of dask.array.stats.moment:48: WARNING: py:obj reference target not found: describe
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/overlap.py:docstring of dask.array.overlap.sliding_window_view:62: WARNING: py:obj reference target not found: lib.stride_tricks.as_strided
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/overlap.py:docstring of dask.array.overlap.sliding_window_view:64: WARNING: py:obj reference target not found: broadcast_to
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/overlap.py:docstring of dask.array.overlap.trim_internal:18: WARNING: py:obj reference target not found: dask.array.chunk.trim
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.from_array:48: WARNING: py:func reference target not found: dask.base.tokenize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.store:: WARNING: py:class reference target not found: Lock
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.to_hdf5:23: WARNING: py:obj reference target not found: da.store
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.to_hdf5:25: WARNING: py:obj reference target not found: h5py.File.create_dataset
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.unify_chunks:4: WARNING: py:func reference target not found: dask.array.core.map_blocks
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/core.py:docstring of dask.array.core.unify_chunks:30: WARNING: py:obj reference target not found: common_blockdim
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.add_prefix
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.add_suffix
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.clear_divisions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.clip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.clip_lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.clip_upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.combine
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.combine_first
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.compute_current_divisions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.dot
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.get_dtype_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.get_ftype_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.kurtosis
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.map_overlap
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.notnull
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.nunique
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.nunique_approx
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.persist
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.pipe
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.product
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.reduction
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.skew
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:162:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.to_orc
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:182:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.attrs
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:182:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.axes
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:182:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.divisions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.DataFrame.rst:182:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.DataFrame.empty
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.append:9: WARNING: py:func reference target not found: concat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.append:46: WARNING: py:obj reference target not found: concat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.apply:51: WARNING: py:obj reference target not found: dask.DataFrame.map_partitions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.astype:43: WARNING: py:obj reference target not found: to_timedelta
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.astype:55: WARNING: py:meth reference target not found: Series.dt.tz_localize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.compute:33: WARNING: py:obj reference target not found: dask.base.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.corr:40: WARNING: py:obj reference target not found: DataFrame.corrwith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.count:42: WARNING: py:obj reference target not found: DataFrame.value_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.cov:51: WARNING: py:obj reference target not found: core.window.ExponentialMovingWindow.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.cov:53: WARNING: py:obj reference target not found: core.window.Expanding.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.cov:55: WARNING: py:obj reference target not found: core.window.Rolling.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cummax:38: WARNING: py:obj reference target not found: core.window.Expanding.max
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cummin:38: WARNING: py:obj reference target not found: core.window.Expanding.min
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cumprod:38: WARNING: py:obj reference target not found: core.window.Expanding.prod
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cumsum:38: WARNING: py:obj reference target not found: core.window.Expanding.sum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:42: WARNING: py:obj reference target not found: Dataframe.pct_change
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:44: WARNING: py:obj reference target not found: Dataframe.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:52: WARNING: py:meth reference target not found: operator.xor
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:52: WARNING: py:meth reference target not found: operator.sub
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.drop:68: WARNING: py:obj reference target not found: Series.drop
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.drop_duplicates:45: WARNING: py:obj reference target not found: DataFrame.value_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.dropna:58: WARNING: py:obj reference target not found: DataFrame.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.dropna:64: WARNING: py:obj reference target not found: Index.dropna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.explode:48: WARNING: py:obj reference target not found: DataFrame.unstack
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:57: WARNING: py:obj reference target not found: interpolate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:59: WARNING: py:obj reference target not found: reindex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:61: WARNING: py:obj reference target not found: asfreq
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:28: WARNING: py:class reference target not found: DatetimeIndex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:37: WARNING: py:obj reference target not found: at_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:39: WARNING: py:obj reference target not found: between_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:8: WARNING: py:attr reference target not found: numpy.NaN
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:8: WARNING: py:attr reference target not found: numpy.inf
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:33: WARNING: py:obj reference target not found: DataFrame.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:10: WARNING: py:attr reference target not found: numpy.NaN
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:10: WARNING: py:attr reference target not found: numpy.inf
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:35: WARNING: py:obj reference target not found: DataFrame.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:28: WARNING: py:class reference target not found: DatetimeIndex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:37: WARNING: py:obj reference target not found: at_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:39: WARNING: py:obj reference target not found: between_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.memory_usage:45: WARNING: py:obj reference target not found: Categorical
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.mode:39: WARNING: py:obj reference target not found: Series.mode
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.random_split:28: WARNING: py:obj reference target not found: dask.DataFrame.sample
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.rename:71: WARNING: py:obj reference target not found: DataFrame.rename_axis
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.resample:89: WARNING: py:class reference target not found: pandas.core.Resampler
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.resample:106: WARNING: py:obj reference target not found: asfreq
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.squeeze:37: WARNING: py:obj reference target not found: Series.iloc
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.DataFrame.to_records:19: WARNING: py:obj reference target not found: dask.dataframe._Frame.values
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:42: WARNING: py:obj reference target not found: dask.base.visualize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:44: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.abs
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.add_prefix
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.add_suffix
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.combine
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.combine_first
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.compute_current_divisions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.divide
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.dot
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.kurtosis
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.mode
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.product
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rfloordiv
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rmod
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rmul
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rpow
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rsub
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.rtruediv
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.shuffle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.skew
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.squeeze
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.tail
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.to_json
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.to_sql
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:146:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.view
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.attrs
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.axes
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.divisions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.index
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.is_monotonic
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.is_monotonic_decreasing
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.is_monotonic_increasing
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.name
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.npartitions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.dataframe.Series.rst:168:<autosummary>:1: WARNING: py:obj reference target not found: dask.dataframe.Series.partitions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.append:9: WARNING: py:func reference target not found: concat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.append:37: WARNING: py:obj reference target not found: concat
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.apply:47: WARNING: py:obj reference target not found: dask.Series.map_partitions
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.astype:43: WARNING: py:obj reference target not found: to_timedelta
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.astype:55: WARNING: py:meth reference target not found: Series.dt.tz_localize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.autocorr:36: WARNING: py:obj reference target not found: DataFrame.corrwith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.clip:51: WARNING: py:obj reference target not found: DataFrame.clip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.compute:33: WARNING: py:obj reference target not found: dask.base.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.corr:45: WARNING: py:obj reference target not found: DataFrame.corrwith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cummax:38: WARNING: py:obj reference target not found: core.window.Expanding.max
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cummin:38: WARNING: py:obj reference target not found: core.window.Expanding.min
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cumprod:38: WARNING: py:obj reference target not found: core.window.Expanding.prod
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.cumsum:38: WARNING: py:obj reference target not found: core.window.Expanding.sum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:42: WARNING: py:obj reference target not found: Dataframe.pct_change
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:44: WARNING: py:obj reference target not found: Dataframe.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:52: WARNING: py:meth reference target not found: operator.xor
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.diff:52: WARNING: py:meth reference target not found: operator.sub
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rtruediv
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.drop_duplicates:45: WARNING: py:obj reference target not found: DataFrame.value_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.dropna:38: WARNING: py:obj reference target not found: Series.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.dropna:44: WARNING: py:obj reference target not found: Index.dropna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.explode:33: WARNING: py:obj reference target not found: Series.unstack
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:57: WARNING: py:obj reference target not found: interpolate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:59: WARNING: py:obj reference target not found: reindex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.fillna:61: WARNING: py:obj reference target not found: asfreq
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:28: WARNING: py:class reference target not found: DatetimeIndex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:37: WARNING: py:obj reference target not found: at_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.first:39: WARNING: py:obj reference target not found: between_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rfloordiv
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:8: WARNING: py:attr reference target not found: numpy.NaN
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:8: WARNING: py:attr reference target not found: numpy.inf
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isna:33: WARNING: py:obj reference target not found: DataFrame.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:10: WARNING: py:attr reference target not found: numpy.NaN
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:10: WARNING: py:attr reference target not found: numpy.inf
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.isnull:35: WARNING: py:obj reference target not found: DataFrame.notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:28: WARNING: py:class reference target not found: DatetimeIndex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:37: WARNING: py:obj reference target not found: at_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.last:39: WARNING: py:obj reference target not found: between_time
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rmod
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rmul
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.nlargest:40: WARNING: py:obj reference target not found: Series.sort_values
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.notnull:10: WARNING: py:attr reference target not found: numpy.inf
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.notnull:10: WARNING: py:attr reference target not found: numpy.NaN
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.notnull:33: WARNING: py:obj reference target not found: DataFrame.notnull
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.notnull:39: WARNING: py:obj reference target not found: notna
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.nsmallest:40: WARNING: py:obj reference target not found: Series.sort_values
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.nunique:29: WARNING: py:obj reference target not found: DataFrame.nunique
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.persist:48: WARNING: py:obj reference target not found: dask.base.persist
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rpow
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.random_split:28: WARNING: py:obj reference target not found: dask.DataFrame.sample
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.resample:89: WARNING: py:class reference target not found: pandas.core.Resampler
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.resample:106: WARNING: py:obj reference target not found: asfreq
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.shift:33: WARNING: py:attr reference target not found: NaT
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.shift:55: WARNING: py:obj reference target not found: Index.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.shift:57: WARNING: py:obj reference target not found: DatetimeIndex.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.shift:59: WARNING: py:obj reference target not found: PeriodIndex.shift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core._Frame.shift:61: WARNING: py:obj reference target not found: tshift
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rsub
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series._bind_operator_method.<locals>.meth:40: WARNING: py:obj reference target not found: Series.rtruediv
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/core.py:docstring of dask.dataframe.core.Series.value_counts:52: WARNING: py:obj reference target not found: DataFrame.value_counts
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:42: WARNING: py:obj reference target not found: dask.base.visualize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:44: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.DatetimeAccessor.isocalendar:26: WARNING: py:obj reference target not found: Timestamp.isocalendar
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.DatetimeAccessor.strftime:32: WARNING: py:obj reference target not found: to_datetime
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.DatetimeAccessor.strftime:34: WARNING: py:obj reference target not found: DatetimeIndex.normalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.DatetimeAccessor.strftime:36: WARNING: py:obj reference target not found: DatetimeIndex.round
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.DatetimeAccessor.strftime:38: WARNING: py:obj reference target not found: DatetimeIndex.floor
docstring of dask.dataframe.Series.dt.dayofweek:28: WARNING: py:obj reference target not found: Series.dt.dayofweek
docstring of dask.dataframe.Series.dt.dayofweek:30: WARNING: py:obj reference target not found: Series.dt.weekday
docstring of dask.dataframe.Series.dt.dayofweek:32: WARNING: py:obj reference target not found: Series.dt.day_name
docstring of dask.dataframe.Series.dt.weekday:28: WARNING: py:obj reference target not found: Series.dt.dayofweek
docstring of dask.dataframe.Series.dt.weekday:30: WARNING: py:obj reference target not found: Series.dt.weekday
docstring of dask.dataframe.Series.dt.weekday:32: WARNING: py:obj reference target not found: Series.dt.day_name
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:25: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:27: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:29: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:31: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:33: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.capitalize:35: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:27: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:29: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:31: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:33: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:35: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.casefold:37: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.contains:50: WARNING: py:obj reference target not found: Series.str.startswith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.contains:52: WARNING: py:obj reference target not found: Series.str.endswith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.decode:8: WARNING: py:meth reference target not found: str.decode
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.endswith:37: WARNING: py:obj reference target not found: Series.str.startswith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.endswith:39: WARNING: py:obj reference target not found: Series.str.contains
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.extract:: WARNING: py:class reference target not found: Index
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalnum:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isalpha:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdecimal:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isdigit:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.islower:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isnumeric:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isspace:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.istitle:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:28: WARNING: py:obj reference target not found: Series.str.isalpha
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:30: WARNING: py:obj reference target not found: Series.str.isnumeric
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:32: WARNING: py:obj reference target not found: Series.str.isalnum
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:34: WARNING: py:obj reference target not found: Series.str.isdigit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:36: WARNING: py:obj reference target not found: Series.str.isdecimal
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:38: WARNING: py:obj reference target not found: Series.str.isspace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:40: WARNING: py:obj reference target not found: Series.str.islower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:42: WARNING: py:obj reference target not found: Series.str.isupper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.isupper:44: WARNING: py:obj reference target not found: Series.str.istitle
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.join:38: WARNING: py:obj reference target not found: Series.str.split
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.len:27: WARNING: py:obj reference target not found: str.len
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.len:29: WARNING: py:obj reference target not found: Series.size
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:25: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:27: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:29: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:31: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:33: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lower:35: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lstrip:33: WARNING: py:obj reference target not found: Series.str.strip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lstrip:35: WARNING: py:obj reference target not found: Series.str.lstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.lstrip:37: WARNING: py:obj reference target not found: Series.str.rstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.pad:34: WARNING: py:obj reference target not found: Series.str.rjust
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.pad:36: WARNING: py:obj reference target not found: Series.str.ljust
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.pad:38: WARNING: py:obj reference target not found: Series.str.center
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.pad:40: WARNING: py:obj reference target not found: Series.str.zfill
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.partition:38: WARNING: py:obj reference target not found: Series.str.split
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.replace:: WARNING: py:class reference target not found: re.Pattern
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.replace:73: WARNING: py:meth reference target not found: re.sub
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rpartition:38: WARNING: py:obj reference target not found: Series.str.split
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rsplit:56: WARNING: py:obj reference target not found: Series.str.split
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rsplit:58: WARNING: py:obj reference target not found: Series.str.rsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rsplit:60: WARNING: py:obj reference target not found: Series.str.join
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rstrip:33: WARNING: py:obj reference target not found: Series.str.strip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rstrip:35: WARNING: py:obj reference target not found: Series.str.lstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.rstrip:37: WARNING: py:obj reference target not found: Series.str.rstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.slice:33: WARNING: py:obj reference target not found: Series.str.slice_replace
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.slice:35: WARNING: py:obj reference target not found: Series.str.get
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.split:56: WARNING: py:obj reference target not found: Series.str.split
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.split:58: WARNING: py:obj reference target not found: Series.str.rsplit
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.split:60: WARNING: py:obj reference target not found: Series.str.join
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.startswith:37: WARNING: py:obj reference target not found: Series.str.endswith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.startswith:39: WARNING: py:obj reference target not found: Series.str.contains
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.strip:33: WARNING: py:obj reference target not found: Series.str.strip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.strip:35: WARNING: py:obj reference target not found: Series.str.lstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.strip:37: WARNING: py:obj reference target not found: Series.str.rstrip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:25: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:27: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:29: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:31: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:33: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.swapcase:35: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:25: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:27: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:29: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:31: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:33: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.title:35: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:25: WARNING: py:obj reference target not found: Series.str.lower
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:27: WARNING: py:obj reference target not found: Series.str.upper
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:29: WARNING: py:obj reference target not found: Series.str.title
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:31: WARNING: py:obj reference target not found: Series.str.capitalize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:33: WARNING: py:obj reference target not found: Series.str.swapcase
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.upper:35: WARNING: py:obj reference target not found: Series.str.casefold
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.zfill:33: WARNING: py:obj reference target not found: Series.str.rjust
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.zfill:35: WARNING: py:obj reference target not found: Series.str.ljust
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.zfill:37: WARNING: py:obj reference target not found: Series.str.pad
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/accessor.py:docstring of dask.dataframe.accessor.StringAccessor.zfill:39: WARNING: py:obj reference target not found: Series.str.center
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.DataFrameGroupBy.aggregate:70: WARNING: py:obj reference target not found: DataFrame.groupby.apply
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.DataFrameGroupBy.aggregate:72: WARNING: py:obj reference target not found: DataFrame.groupby.transform
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.DataFrameGroupBy.aggregate:74: WARNING: py:obj reference target not found: DataFrame.aggregate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.count:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.count:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumcount:33: WARNING: py:obj reference target not found: ngroup
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumprod:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumprod:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumsum:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumsum:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.mean:45: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.mean:47: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.size:24: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.size:26: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.std:46: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.std:48: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.var:46: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.var:48: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cov:59: WARNING: py:obj reference target not found: Series.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cov:61: WARNING: py:obj reference target not found: core.window.ExponentialMovingWindow.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cov:63: WARNING: py:obj reference target not found: core.window.Expanding.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cov:65: WARNING: py:obj reference target not found: core.window.Rolling.cov
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.corr:43: WARNING: py:obj reference target not found: DataFrame.corrwith
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.corr:45: WARNING: py:obj reference target not found: Series.corr
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.idxmin:37: WARNING: py:obj reference target not found: Series.idxmin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.idxmax:37: WARNING: py:obj reference target not found: Series.idxmax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.SeriesGroupBy.aggregate:70: WARNING: py:obj reference target not found: Series.groupby.apply
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.SeriesGroupBy.aggregate:72: WARNING: py:obj reference target not found: Series.groupby.transform
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby.SeriesGroupBy.aggregate:74: WARNING: py:obj reference target not found: Series.aggregate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.count:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.count:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumcount:33: WARNING: py:obj reference target not found: ngroup
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumprod:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumprod:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumsum:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.cumsum:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.mean:45: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.mean:47: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.size:24: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.size:26: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.std:46: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.std:48: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.var:46: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.var:48: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.idxmin:37: WARNING: py:obj reference target not found: Series.idxmin
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/groupby.py:docstring of dask.dataframe.groupby._GroupBy.idxmax:37: WARNING: py:obj reference target not found: Series.idxmax
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/rolling.py:docstring of dask.dataframe.rolling.map_overlap:35: WARNING: py:obj reference target not found: dd.DataFrame.map_overlap
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/rolling.py:docstring of dask.dataframe.rolling.Rolling.kurt:27: WARNING: py:obj reference target not found: scipy.stats.kurtosis
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/rolling.py:docstring of dask.dataframe.rolling.Rolling.skew:27: WARNING: py:obj reference target not found: scipy.stats.skew
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/rolling.py:docstring of dask.dataframe.rolling.Rolling.std:64: WARNING: py:meth reference target not found: Series.std
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/rolling.py:docstring of dask.dataframe.rolling.Rolling.var:64: WARNING: py:meth reference target not found: Series.var
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/io/io.py:docstring of dask.dataframe.io.io.from_dask_array:41: WARNING: py:obj reference target not found: dask.bag.to_dataframe
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/io/io.py:docstring of dask.dataframe.io.io.from_dask_array:43: WARNING: py:obj reference target not found: dask.dataframe._Frame.values
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/io/io.py:docstring of dask.dataframe.io.io.from_dask_array:45: WARNING: py:obj reference target not found: dask.dataframe._Frame.to_records
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/io/io.py:docstring of dask.dataframe.io.io.to_records:19: WARNING: py:obj reference target not found: dask.dataframe._Frame.values
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:: WARNING: py:class reference target not found: Suffixes
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:115: WARNING: py:obj reference target not found: merge_ordered
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge:119: WARNING: py:obj reference target not found: DataFrame.join
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge_asof:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge_asof:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge_asof:: WARNING: py:class reference target not found: IndexLabel
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge_asof:: WARNING: py:class reference target not found: Suffixes
/usr/lib64/python3.8/site-packages/pandas/core/reshape/merge.py:docstring of pandas.core.reshape.merge.merge_asof:92: WARNING: py:obj reference target not found: merge_ordered
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.agg:47: WARNING: py:obj reference target not found: DataFrame.groupby.aggregate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.agg:49: WARNING: py:obj reference target not found: DataFrame.resample.transform
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.agg:51: WARNING: py:obj reference target not found: DataFrame.aggregate
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.count:23: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.count:25: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.mean:45: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.mean:47: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.median:30: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.median:32: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.ohlc:25: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.ohlc:27: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.quantile:27: WARNING: py:obj reference target not found: Series.quantile
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.quantile:29: WARNING: py:obj reference target not found: DataFrame.quantile
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.quantile:31: WARNING: py:obj reference target not found: DataFrameGroupBy.quantile
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.sem:29: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.sem:31: WARNING: py:obj reference target not found: DataFrame.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.size:24: WARNING: py:obj reference target not found: Series.groupby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/tseries/resample.py:docstring of dask.dataframe.tseries.resample.Resampler.size:26: WARNING: py:obj reference target not found: DataFrame.groupby
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:: WARNING: py:class reference target not found: DatetimeScalar
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:: WARNING: py:class reference target not found: DatetimeScalar
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:: WARNING: py:class reference target not found: NaTType
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:: WARNING: py:class reference target not found: np.ndarray
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:10: WARNING: py:const reference target not found: "year"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:10: WARNING: py:const reference target not found: "month"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:10: WARNING: py:const reference target not found: "day"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:15: WARNING: py:const reference target not found: 'raise'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:16: WARNING: py:const reference target not found: 'coerce'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:16: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:17: WARNING: py:const reference target not found: 'ignore'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:20: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:20: WARNING: py:const reference target not found: "10/11/12"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:20: WARNING: py:const reference target not found: 2012-11-10
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:34: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:34: WARNING: py:const reference target not found: "10/11/12"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:34: WARNING: py:const reference target not found: 2010-11-12
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:36: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:36: WARNING: py:mod reference target not found: dateutil
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:47: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:47: WARNING: py:class reference target not found: Timestamp
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:47: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:52: WARNING: py:const reference target not found: False
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:64: WARNING: py:const reference target not found: "%d/%m/%Y"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:64: WARNING: py:const reference target not found: "%f"
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:73: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:74: WARNING: py:const reference target not found: False
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:84: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:93: WARNING: py:const reference target not found: 'unix'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:94: WARNING: py:const reference target not found: 'julian'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:94: WARNING: py:const reference target not found: 'D'
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:94: WARNING: py:const reference target not found: 0
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:101: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:109: WARNING: py:const reference target not found: False
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:109: WARNING: py:const reference target not found: True
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:119: WARNING: py:class reference target not found: Timestamp
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:120: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:122: WARNING: py:class reference target not found: datetime64
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:125: WARNING: py:class reference target not found: datetime64
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:150: WARNING: py:obj reference target not found: to_timedelta
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:152: WARNING: py:obj reference target not found: convert_dtypes
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:160: WARNING: py:class reference target not found: Timestamp
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:160: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:165: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:165: WARNING: py:class reference target not found: Index
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:165: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:171: WARNING: py:class reference target not found: datetime64
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:171: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:176: WARNING: py:class reference target not found: datetime64
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:182: WARNING: py:class reference target not found: Index
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:182: WARNING: py:class reference target not found: Timestamp
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:182: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:182: WARNING: py:class reference target not found: datetime64
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:188: WARNING: py:const reference target not found: Timestamp.min
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:188: WARNING: py:const reference target not found: Timestamp.max
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:258: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:258: WARNING: py:const reference target not found: NaT
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:272: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:278: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:285: WARNING: py:class reference target not found: DatetimeIndex
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:285: WARNING: py:class reference target not found: Index
/usr/lib64/python3.8/site-packages/pandas/core/tools/datetimes.py:docstring of pandas.core.tools.datetimes.to_datetime:295: WARNING: py:class reference target not found: DatetimeIndex
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/numeric.py:docstring of dask.dataframe.numeric.to_numeric:73: WARNING: py:obj reference target not found: to_timedelta
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/dataframe/numeric.py:docstring of dask.dataframe.numeric.to_numeric:77: WARNING: py:obj reference target not found: DataFrame.convert_dtypes
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/bag/core.py:docstring of dask.bag.core.from_delayed:26: WARNING: py:obj reference target not found: dask.delayed
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.bag.Bag.rst:58:<autosummary>:1: WARNING: py:obj reference target not found: dask.bag.Bag.unzip
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/generated/dask.bag.Bag.rst:63:<autosummary>:1: WARNING: py:obj reference target not found: dask.bag.Bag.str
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.compute:33: WARNING: py:obj reference target not found: dask.base.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/bag/core.py:docstring of dask.bag.core.Bag.foldby:83: WARNING: py:obj reference target not found: toolz.reduceby
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/bag/core.py:docstring of dask.bag.core.Bag.foldby:85: WARNING: py:obj reference target not found: pyspark.combineByKey
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.persist:48: WARNING: py:obj reference target not found: dask.base.persist
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:42: WARNING: py:obj reference target not found: dask.base.visualize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:44: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.compute:33: WARNING: py:obj reference target not found: dask.base.compute
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.persist:48: WARNING: py:obj reference target not found: dask.base.persist
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:42: WARNING: py:obj reference target not found: dask.base.visualize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.DaskMethodsMixin.visualize:44: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/delayed.py:docstring of dask.delayed.delayed:20: WARNING: py:func reference target not found: dask.base.tokenize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/api.rst:36: WARNING: py:obj reference target not found: dask.distributed.Client
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.persist:8: WARNING: py:class reference target not found: numpy.array
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/base.py:docstring of dask.base.visualize:79: WARNING: py:obj reference target not found: dask.dot.dot_graph
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/utils.py:docstring of dask.utils.parse_timedelta:: WARNING: py:class reference target not found: timedelta
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/changelog.rst:3631: WARNING: py:func reference target not found: dask.dataframe.get_dummies
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/changelog.rst:3632: WARNING: py:meth reference target not found: dask.dataframe.to_dask_array
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/configuration.rst:203:<autosummary>:1: WARNING: py:obj reference target not found: dask.config.serialize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/configuration.rst:203:<autosummary>:1: WARNING: py:obj reference target not found: dask.config.deserialize
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/configuration.rst:336:<autosummary>:1: WARNING: py:obj reference target not found: dask.config.update_defaults
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/config.py:docstring of dask.config.refresh:32: WARNING: py:obj reference target not found: dask.config.update_defaults
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/docs/source/how-to/setup-prometheus.rst:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.histogramdd:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.histogramdd:: WARNING: "table cell spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.histogramdd:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/dask-2022.04.0/dask/array/routines.py:docstring of dask.array.routines.histogramdd:: WARNING: "table row spanning" not supported
done
build succeeded, 876 warnings.

@github-actions github-actions bot added the needs triage Needs a response from a contributor label May 24, 2022
@pavithraes pavithraes added documentation Improve or add to documentation and removed needs triage Needs a response from a contributor labels May 24, 2022
@pavithraes
Copy link
Member

pavithraes commented May 24, 2022

@kloczek Thanks for opening this. All warnings point to distributed not being installed in your env, would you mind verifying / installing distributed and re-running this?

There is also a docs/requirements-docs.txt, which includes distributed and other dependencies for the documentation build. :)

@kloczek
Copy link
Author

kloczek commented May 24, 2022

Just started packaging distributed and looks like with building documentation it creates loop in build order. dask requires on building documentation distributed and looks like on building distributed documentation is required dask.
Which One of those modules would you recommend to build without documentation first, build second module and repeat build of the first with documentation? 🤔
Main criteria should be: first build simpler module.
I'm not sure which one is simpler as I just started packaging distributed. So far dask seems have quite substantial list list of dependencies.

@pavithraes
Copy link
Member

Which One of those modules would you recommend to build without documentation first

I'd suggest distributed first. Also, note that the team plans to move all the distributed docs over to dask soon. :)

@pavithraes
Copy link
Member

This seems like this is more of a usage question than a bug report or feature request. We encourage people with such questions to ask them at the Dask Discourse. If not resolved, would you mind opening a discussion topic about this over there? If you do so, feel free to close this issue and we will continue the conversation on discourse. :)

@kloczek
Copy link
Author

kloczek commented May 24, 2022

I'd suggest distributed first. Also, note that the team plans to move all the distributed docs over to dask soon. :)

Thank you 👍

@kloczek
Copy link
Author

kloczek commented May 24, 2022

Did you solve those broken refs? 🤔
I don't see any commits related to those warnings.
That part is unrelated to missing distributed in my build env.

@pavithraes pavithraes reopened this May 26, 2022
@pavithraes
Copy link
Member

@kloczek Sorry about that! I focused on the distributed warnings and completely missed the reference target not found warnings that this issue is about. Re-opening. :)

@pavithraes
Copy link
Member

pavithraes commented May 26, 2022

It looks like these warnings are mainly raised when we derive from numpy/pandas docstrings. The derived docstrings can point to objects or classes that don't have references in Dask yet (because they may not be implemented yet). For example, the dask.array.nanmax reference amin and amax which aren't available in Dask Array yet.

There are also some actual broken refs like the dask.array.core.map_blocks in the map_overlap docstring that need to be updated.

@kloczek
Copy link
Author

kloczek commented May 26, 2022

np .. take your time 👍

@pavithraes pavithraes added the good first issue Clearly described and easy to accomplish. Good for beginners to the project. label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improve or add to documentation good first issue Clearly described and easy to accomplish. Good for beginners to the project.
Projects
None yet
Development

No branches or pull requests

2 participants