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

Commit

Permalink
Added missing linespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jplab committed Mar 2, 2017
1 parent e6beae2 commit 38a89eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/backend_normaliz.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The Normaliz backend for polyhedral computations
.. NOTE::
This backend requires `PyNormaliz <https://pypi.python.org/pypi/PyNormaliz/1.5>`_.
To install PyNormaliz, type :code:`sage -i pynormaliz` in the terminal.
Expand Down
3 changes: 3 additions & 0 deletions src/sage/geometry/polyhedron/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
Depending on the chosen base ring, a specific class is used to represent the polyhedron object.
.. SEEALSO::
- :mod:`Base class for polyhedra <sage.geometry.polyhedron.base.Polyhedron_base>`
- :mod:`Base class for polyhedra over integers <sage.geometry.polyhedron.base_ZZ.Polyhedron_ZZ>`
- :mod:`Base class for polyhedra over rationals <sage.geometry.polyhedron.base_QQ.Polyhedron_QQ>`
Expand All @@ -207,12 +208,14 @@
There are different backends available to deal with polyhedron objects.
.. SEEALSO::
- :mod:`cdd backend for polyhedra <sage.geometry.polyhedron.backend_cdd.Polyhedron_cdd>`
- :mod:`field backend for polyhedra <sage.geometry.polyhedron.backend_field.Polyhedron_field>`
- :mod:`normaliz backend for polyhedra <sage.geometry.polyhedron.backend_normaliz.Polyhedron_normaliz>`
- :mod:`ppl backend for polyhedra <sage.geometry.polyhedron.backend_ppl.Polyhedron_ppl>`
.. NOTE::
Depending on the backend used, it may occur that different methods are
available or not.
Expand Down

0 comments on commit 38a89eb

Please sign in to comment.