Changes between Initial Version and Version 10 of Ticket #13679
- Timestamp:
- 04/24/14 19:10:33 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13679
-
Property
Status
changed from
new
toneeds_review
- Property Cc kcrisman SimonKing slabbe tjolivet okazymyrov added
-
Property
Branch
changed from
to
u/jhpalmieri/sphinx-single-file
-
Property
Milestone
changed from
sage-5.11
tosage-6.2
-
Property
Commit
changed from
to
a0f7676599b0b4fb72c97c23e015acb478553866
-
Property
Work issues
changed from
Cython files
toCython files, .sage files
-
Property
Status
changed from
-
Ticket #13679 – Description
initial v10 3 3 sage --docbuild file=/path/to/foo.py TYPE 4 4 }}} 5 where `TYPE` may be any of the standard documentation types (e.g., html or pdf). This lets you build the docs for a file inside or outside the Sage library. It doesn't work for . pyx files right now, but .py and .sage files seem to be fine.5 where `TYPE` may be any of the standard documentation types (e.g., html or pdf). This lets you build the docs for a file inside or outside the Sage library. It doesn't work for .sage or .pyx files right now, only .py files.