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

Commit

Permalink
fix doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Aug 12, 2015
1 parent acfd522 commit a1ae1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/combinat/species/group_cycle_index_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ def functorial_composition(self, y):
.. MATH::
(F \\square G) [\\gamma] = \\sum_{n \\geq 0} \\frac{1}{n!} \\sum_{\\sigma \in \\mathfrak{S}_{n}}
\\fix \\left(\gamma \\cdot F \\left[ \\gamma \\cdot G [\\sigma] \\right] \\right).
\\operatorname{fix} \\left(\gamma \\cdot F \\left[ \\gamma \\cdot G [\\sigma] \\right] \\right).
This operation on `\Gamma`-cycle indices corresponds to the functorial composition
operation on `\Gamma`-species. A formula for the permutation `\gamma \cdot G [\sigma]`
is given in [AGDPolya].
is given in [AGDPolya]_.
EXAMPLES:
Expand All @@ -340,7 +340,7 @@ def functorial_composition(self, y):
Let `\mathcal{E}` be the species of sets with the trivial action of `\mathfrak{S}_{2}`,
`\mathcal{P}` the species of subsets with the trivial action, and `\mathcal{L}_{2}` the species
of linear `2`-orders with the order-reversing `\mathfrak{S}_{2}`-action as defined in
:meth:`~sage.combinat.species.group_cycle_index_series_library.LinearOrderWithReversalGroupCycleIndex`.:
:meth:`~sage.combinat.species.group_cycle_index_series_library.LinearOrderWithReversalGroupCycleIndex`.::
sage: from sage.combinat.species.group_cycle_index_series import GroupCycleIndexSeriesRing
sage: from sage.combinat.species.library import SetSpecies, SubsetSpecies
Expand Down

0 comments on commit a1ae1f7

Please sign in to comment.