Ticket #2738 (closed enhancement: fixed)
[with patch, positive review] LaTeX description environment in docstrings
| Reported by: | malb | Owned by: | tba |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0 |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Add support for:
"""
Computes Foo using one of the following algorithms:
\begin{description}
\item[Bar] cool algorithm.
\end{description}
"""
Attachments
Change History
comment:1 Changed 5 years ago by malb
- Summary changed from [with patch, positive review] LaTeX description environment in docstrings to [with patch, needs review] LaTeX description environment in docstrings
Note: See
TracTickets for help on using
tickets.

