Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docstring markup in sage/manifolds #34158

Closed
kwankyu opened this issue Jul 12, 2022 · 11 comments
Closed

Fix docstring markup in sage/manifolds #34158

kwankyu opened this issue Jul 12, 2022 · 11 comments

Comments

@kwankyu
Copy link
Collaborator

kwankyu commented Jul 12, 2022

Part of #34157:

sage/manifolds/topological_submanifold.py:346:1: RST214 Inline literal start-string without end-string.
sage/manifolds/topological_submanifold.py:362:1: RST301 Unexpected indentation.
sage/manifolds/topological_submanifold.py:363:1: RST201 Block quote ends without a blank line; unexpected unindent.
sage/manifolds/topological_submanifold.py:369:1: RST301 Unexpected indentation.
sage/manifolds/topological_submanifold.py:371:1: RST201 Block quote ends without a blank line; unexpected unindent.
sage/manifolds/topological_submanifold.py:373:1: RST301 Unexpected indentation.
sage/manifolds/topological_submanifold.py:375:1: RST203 Definition list ends without a blank line; unexpected unindent.
sage/manifolds/subset.py:2069:1: RST214 Inline literal start-string without end-string.
sage/manifolds/chart.py:479:1: RST214 Inline literal start-string without end-string.
sage/manifolds/chart.py:479:1: RST214 Inline literal start-string without end-string.
sage/manifolds/manifold.py:906:1: RST214 Inline literal start-string without end-string.
sage/manifolds/differentiable/integrated_curve.py:2113:1: RST214 Inline literal start-string without end-string.
sage/manifolds/differentiable/degenerate_submanifold.py:699:1: RST399 Content block expected for the "MATH" directive; none found.
sage/manifolds/differentiable/degenerate_submanifold.py:702:1: RST219 Inline substitution_reference start-string without end-string.
sage/manifolds/differentiable/manifold.py:854:1: RST214 Inline literal start-string without end-string.

CC: @egourgoulhon

Component: documentation

Author: Frédéric Chapoton

Branch/Commit: b531034

Reviewer: Matthias Koeppe

Issue created by migration from https://trac.sagemath.org/ticket/34158

@kwankyu kwankyu added this to the sage-9.7 milestone Jul 12, 2022
@kwankyu

This comment has been minimized.

@fchapoton
Copy link
Contributor

Author: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:2

done and checked


New commits:

5a97eebrst fixes in manifolds

@fchapoton
Copy link
Contributor

Branch: u/chapoton/34158

@fchapoton
Copy link
Contributor

Commit: 5a97eeb

@mkoeppe
Copy link
Member

mkoeppe commented Jul 13, 2022

comment:4
             sage: O.embedding()
-            Continuous map
-             from the Open subset O of the 2-dimensional topological submanifold N
-              embedded in the 3-dimensional topological manifold M
-             to the 3-dimensional topological manifold M
+            Continuous map from the Open subset O
+            of the 2-dimensional topological submanifold N
+            embedded in the 3-dimensional topological manifold M
+            to the 3-dimensional topological manifold M

These indentations are intentional, to indicate nested structure

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 14, 2022

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

b531034rst fixes in manifolds

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 14, 2022

Changed commit from 5a97eeb to b531034

@fchapoton
Copy link
Contributor

comment:6

ok, fixed and checked

@mkoeppe
Copy link
Member

mkoeppe commented Jul 14, 2022

Reviewer: Matthias Koeppe

@vbraun
Copy link
Member

vbraun commented Aug 1, 2022

Changed branch from u/chapoton/34158 to b531034

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants