Skip to content

Commit

Permalink
oops underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Jul 18, 2018
1 parent 39992c3 commit f73d04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sections.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The :py:class:`Assignment` class
=============================
================================

A :py:class:`Assignment` represents a local section, which is an instance of data stored in a sheaf. A :py:class:`Assignment` is constructed with a :py:class:`Sheaf` instance in mind, and therefore contains indices that refer into the :py:attr:`Sheaf.cells` list. A given :py:class:`Sheaf` might have several :py:class:`Assignment` instances.

Expand Down Expand Up @@ -35,7 +35,7 @@ A :py:class:`Assignment` represents a local section, which is an instance of dat


Data fusion with :py:class:`Assignment` and :py:class:`Sheaf` instances
--------------------------------------------------------------------
-----------------------------------------------------------------------

Given some data in a :py:class:`Assignment` for a :py:class:`Sheaf` you can measure the overall consistency radius with

Expand Down Expand Up @@ -81,7 +81,7 @@ On the other hand, if you want the nearest global section to your data, you can
4. `num_ele_Hallfame` - the number of top individuals that should be reported in the hall of fame (hof)

Covers of :py:class:`CellComplex` instances based on a :py:class:`Assignment` of a :py:class:`Sheaf`
-------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------

One can restrict attention to portions of a :py:class:`Assignment` instance. This allows its consistency with its :py:class:`Sheaf` to be assessed locally. By restricting the consistency testing to a list `testSupport` of cells in :py:meth:`Sheaf.consistencyRadius`, callers can examine consistency on a part of the base space of the :py:class:`Sheaf`.

Expand Down

0 comments on commit f73d04c

Please sign in to comment.