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

Make a parametric_plot.pyx docstring a raw string because of a \times in it. #5509

Closed
jasongrout opened this issue Mar 13, 2009 · 4 comments
Closed

Comments

@jasongrout
Copy link
Member

The following documentation looks weird because the \t in the \times in the string gets converted to a tab.

sage: p.triangulate?
Type:builtin_function_or_method
Base Class:<type 'builtin_function_or_method'>
String Form:<built-in method triangulate of sage.plot.plot3d.parametric_surface.ParametricSurface object at 0xbb0cdec>
Namespace:Interactive
Docstring:

            Call self.eval() for all (u,v) in urange times vrange
            to construct this surface. 

Component: graphics

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

@jasongrout
Copy link
Member Author

Attachment: trac-5509-raw-docstring.patch.gz

@jasongrout
Copy link
Member Author

comment:1

This is a trivial patch, I know, but it was also to demonstrate the development process to a student.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Mar 20, 2009

comment:3

Merged in Sage 3.4.1.alpha0.

Cheeers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Mar 20, 2009
@fchapoton

This comment has been minimized.

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

3 participants