#9655: Add an example plotting spherical harmonics to spherical_plot3d's
docstring
-----------------------------------------+----------------------------------
Reporter: olazo | Owner: olazo
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.6.1
Component: documentation | Keywords: spherical,harmonics
Author: Oscar Gerardo Lazo Arjona | Upstream: N/A
Reviewer: Minh Van Nguyen | Merged:
Work_issues: |
-----------------------------------------+----------------------------------
Comment(by mvngu):
Replying to [comment:5 olazo]:
> At some point I recieved a warning about User not being defined, but how
do I set it up? I mean other than directly editing the .patch
You should use the Mercurial configuration file `~/.hgrc`. Here's a
template for your `~/.hgrc` file:
{{{
#!sh
[ui]
editor = /usr/bin/vim
username = Carl Friedrich Gauss <[email protected]>
[extensions]
# Enable the Mercurial queues extension.
hgext.mq =
# Enable the record, qrecord and crecord extensions for cherry picking.
hgext.record =
[diff]
# Format diff output using Git style.
git = True
# Prevent qrefresh from updating timestamps. If you're keeping your patch
# queue under revision control, it can be quite annoying when every
qrefresh
# updates the timestamps in your patch. The following prevents this from
# happening.
nodates = 1
}}}
Change your username accordingly.
[[BR]][[BR]]
> I was unaware of such conventions...
See [http://www.sagemath.org/doc/developer/conventions.html this page] of
the [http://www.sagemath.org/doc/developer/index.html Developer's Guide]
for more details about coding conventions used by the Sage library.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9655#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.