Skip to content

Commit

Permalink
fix(doc): :noindex: -> :no-index:
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Aug 17, 2023
1 parent 8af3d71 commit e1af7a7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/src/explanation/gotchas.rst
Expand Up @@ -806,4 +806,4 @@ These will give you the function parameters and docstring for

.. module:: sympy.simplify.simplify
.. autofunction:: powsimp
:noindex:
:no-index:
6 changes: 3 additions & 3 deletions doc/src/modules/assumptions/index.rst
Expand Up @@ -12,11 +12,11 @@ Predicate

.. autoclass:: sympy.assumptions.assume::Predicate
:members:
:noindex:
:no-index:

.. autoclass:: sympy.assumptions.assume::AppliedPredicate
:members:
:noindex:
:no-index:


Querying
Expand All @@ -26,7 +26,7 @@ Queries are used to ask information about expressions. Main method for this
is ``ask()``:

.. autofunction:: sympy.assumptions.ask::ask
:noindex:
:no-index:

``ask``'s optional second argument should be a boolean expression involving
assumptions about objects in *expr*. Valid values include:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/modules/functions/index.rst
Expand Up @@ -10,7 +10,7 @@ All functions support the methods documented below, inherited from
:py:class:`sympy.core.function.Function`.

.. autoclass:: sympy.core.function.Function
:noindex:
:no-index:
:members:

.. _functions-contents:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/modules/matrices/dense.rst
Expand Up @@ -11,4 +11,4 @@ Dense Matrices

.. autoclass:: sympy.matrices.immutable::ImmutableDenseMatrix
:members:
:noindex:
:no-index:
6 changes: 3 additions & 3 deletions doc/src/modules/polys/agca.rst
Expand Up @@ -115,13 +115,13 @@ with the methods most pertinent to the AGCA module.

.. autoclass:: sympy.polys.domains.ring.Ring
:members: free_module, ideal, quotient_ring
:noindex:
:no-index:

.. autofunction:: sympy.polys.domains.polynomialring.PolynomialRing
:noindex:
:no-index:

.. autoclass:: sympy.polys.domains.quotientring.QuotientRing
:noindex:
:no-index:

Modules, Ideals and their Elementary Properties
-----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/src/modules/rewriting.rst
Expand Up @@ -106,4 +106,4 @@ will be greatly improved.
More information:

.. autofunction:: cse
:noindex:
:no-index:
2 changes: 1 addition & 1 deletion doc/src/modules/sets.rst
Expand Up @@ -27,7 +27,7 @@ Compound Sets
-------------

.. module:: sympy.sets.sets
:noindex:
:no-index:

.. autoclass:: Union
:members:
Expand Down

0 comments on commit e1af7a7

Please sign in to comment.