Ticket #12864 (new defect)
Inaccurate description of 'sage -preparse'
| Reported by: | itaibn | Owned by: | mvngu |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.10 |
| Component: | documentation | Keywords: | preparse |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by itaibn) (diff)
sage -advanced gives the following description for the option -preparse:
-preparse <file.sage> -- preparse file.sage and produce corresponding file.sage.py
Testing this, preparsing a file $file.sage creates a file $file.py, not $file.sage.py. The documentation should be fixed to take this into account.
To fix, apply doc-fix.patch in sage_root, and doc-fix-2.patch in sage.
Attachments
Change History
Changed 13 months ago by itaibn
-
attachment
doc-fix.patch
added
Note: See
TracTickets for help on using
tickets.

Proposed patch