Ticket #2738 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

latex_description_envirnment.patch Download (2.0 KB) - added by malb 5 years ago.

Change History

Changed 5 years ago by malb

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

comment:2 Changed 5 years ago by mabshoff

  • Summary changed from [with patch, needs review] LaTeX description environment in docstrings to [with patch, positive review] LaTeX description environment in docstrings

Patch looks good to me.

Cheers,

Michael

comment:3 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in Sage 3.0.alpha0

Note: See TracTickets for help on using tickets.