#8533: browse thematic tutorials from command line and within notebook
-------------------------------+--------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.3.4
Component: documentation | Keywords:
Author: Minh Van Nguyen | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Changes (by mvngu):
* status: needs_review => needs_work
Comment:
From IRC:
{{{
16:33 < mhansen> I don't think things like group_theory_tutorial should be
at
the top-level.
16:34 < mvngu> mhansen: Another way is:
browse_sage_doc("group_theory_tutorial")
16:34 < mvngu> The original goal was to able to do sage.groups.tutorial()
16:35 < mvngu> But I can't figure out how to put the group theory tutorial
within the Sage library, and to also list it within the
thematic
tutorials page.
16:40 < palmieri> Put this in sage/groups/__init__.py: from
sage.misc.sagedoc
import browse_sage_doc
16:40 < palmieri> tutorial = browse_sage_doc.group_theory_tutorial
16:40 < mvngu> OK. Let try...
16:40 < palmieri> Put those two lines in sage/groups/__init__.py
16:41 < palmieri> Or maybe "from sage.misc.sagedoc import groups_tutorial
as
tutorial"
16:41 < mvngu> The last syntax looks better.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8533#comment:2>
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.