Skip to content

Commit

Permalink
Remove broadcast manipulation Ops from aesara.tensor.basic docs
Browse files Browse the repository at this point in the history
These functions are no longer in `aesara.tensor.basic`, so they were broken in
the Sphinx documentation generation process.
  • Loading branch information
brandonwillard committed Dec 30, 2022
1 parent 0dc21b0 commit baa6b7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/library/tensor/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -667,12 +667,6 @@ dimensions, see :meth:`_tensor_py_operators.dimshuffle`.
>>> aesara.tensor.shape_padaxis(tensor, axis=-1)
InplaceDimShuffle{0,1,2,x}.0

.. autofunction:: unbroadcast(x, *axes)

.. autofunction:: addbroadcast(x, *axes)

.. autofunction:: patternbroadcast(x, broadcastable)

.. function:: flatten(x, ndim=1)

Similar to :func:`reshape`, but the shape is inferred from the shape of `x`.
Expand Down

0 comments on commit baa6b7f

Please sign in to comment.