Skip to content

Commit

Permalink
fix sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Nov 17, 2024
1 parent fde4d95 commit b4d3d33
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/src/modules/printing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ PrettyPrinter Class

The pretty printing subsystem is implemented in ``sympy.printing.pretty.pretty``
by the ``PrettyPrinter`` class deriving from ``Printer``. It relies on
the modules ``sympy.printing.pretty.stringPict``, and
the modules ``sympy.printing.pretty.StringPict``, and
``sympy.printing.pretty.pretty_symbology`` for rendering nice-looking
formulas.

The module ``stringPict`` provides a base class ``stringPict`` and a derived
class ``prettyForm`` that ease the creation and manipulation of formulas
The module ``StringPict`` provides a base class ``StringPict`` and a derived
class ``PrettyForm`` that ease the creation and manipulation of formulas
that span across multiple lines.

The module ``pretty_symbology`` provides primitives to construct 2D shapes
Expand Down Expand Up @@ -674,12 +674,19 @@ The following constants/functions are for rendering atoms and symbols.

.. automodule:: sympy.printing.pretty.stringpict

.. autoclass:: StringPict
:members:

.. autoclass:: stringPict
:members:

.. autoclass:: PrettyForm
:members:

.. autoclass:: prettyForm
:members:


dotprint
--------

Expand Down

0 comments on commit b4d3d33

Please sign in to comment.