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

Commit

Permalink
Link in documentation of sage.manifolds.continuous_map_image
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 20, 2021
1 parent e711215 commit 0f3e36d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/doc/en/reference/manifolds/continuous_map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Continuous Maps
sage/manifolds/manifold_homset

sage/manifolds/continuous_map

sage/manifolds/continuous_map_image
2 changes: 1 addition & 1 deletion src/sage/manifolds/continuous_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def _composition_(self, other, homset):
return homset(resu_funct)

def image(self, subset=None, inverse=None):
"""
r"""
Return the image of ``self`` or the image of ``subset`` under ``self``.
INPUT:
Expand Down
4 changes: 3 additions & 1 deletion src/sage/manifolds/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
topological manifold. Open subsets are implemented by the class
:class:`~sage.manifolds.manifold.TopologicalManifold` (since an
open subset of a manifold is a manifold by itself), which inherits
from :class:`ManifoldSubset`.
from :class:`ManifoldSubset`. Besides, subsets that are images of
a manifold subset under a continuous map are implemented by the
subclass :class:`~sage.manifolds.continuous_map_image.ImageManifoldSubset`.
AUTHORS:
Expand Down

0 comments on commit 0f3e36d

Please sign in to comment.