Skip to content

Commit

Permalink
Trac #27356: remove one deprecated file in species
Browse files Browse the repository at this point in the history
after #14846

URL: https://trac.sagemath.org/27356
Reported by: chapoton
Ticket author(s): Frédéric Chapoton
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Feb 26, 2019
2 parents 2419827 + 23fa553 commit eba7d0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 69 deletions.
1 change: 0 additions & 1 deletion src/doc/en/reference/combinat/module_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ Comprehensive Module list
sage/combinat/species/__init__
sage/combinat/species/all
sage/combinat/species/characteristic_species
sage/combinat/species/combinatorial_logarithm
sage/combinat/species/composition_species
sage/combinat/species/cycle_species
sage/combinat/species/empty_species
Expand Down
1 change: 0 additions & 1 deletion src/sage/combinat/species/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@
- :ref:`sage.combinat.species.structure`
- :ref:`sage.combinat.species.misc`
- :ref:`sage.combinat.species.combinatorial_logarithm`
"""
65 changes: 0 additions & 65 deletions src/sage/combinat/species/combinatorial_logarithm.py

This file was deleted.

4 changes: 2 additions & 2 deletions src/sage/combinat/species/generating_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,8 @@ def compositional_inverse(self):
The compositional inverse `\Omega` of the species `E_{+}`
of nonempty sets can be handled much more efficiently
using specialized methods. These are implemented in
:class:`~sage.combinat.species.combinatorial_logarithm.CombinatorialLogarithmSeries`.
using specialized methods. See
:func:`~sage.combinat.species.generating_series.LogarithmCycleIndexSeries`
AUTHORS:
Expand Down

0 comments on commit eba7d0f

Please sign in to comment.