Changes between Version 50 and Version 70 of Ticket #16256
- Timestamp:
- 10/25/14 08:00:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16256
-
Property
Dependencies
changed from
#16058
to#16058, #17189
-
Property
Branch
changed from
u/nthiery/reorganize_the_documentation_indexes_into_src_sage_combinat
tou/nthiery/ticket/16256
-
Property
Commit
changed from
2252c4453b5788a3c44fe05100fc0a9f93ea6919
tocef0ee08f43e178766f6a737b2d4ea18ac8fd90c
-
Property
Work issues
changed from
Fix sphinx issues.
to
-
Property
Dependencies
changed from
-
Ticket #16256 – Description
v50 v70 75 75 == TODO == 76 76 77 - Confirm that this is the right approach78 79 77 - Proof reading 80 78 … … 84 82 choosing the right entry points for each module) 85 83 86 Could be postponed to a later ticket, since those are further87 enhancements not directly related to this ticket. It's just that,88 while browsingthrough the indexes suggested them to me.84 Postponed to a later ticket, since those are further enhancements 85 not directly related to this ticket. It's just that, while browsing 86 through the indexes suggested them to me. 89 87 90 88 - Finish automatizing the building of module_list.rst. 91 89 92 Could be postponed to a later ticket. 93 94 - Sphinx issue to be investigated: currently `make doc` fails upon the 95 first attempt, complaining about a broken link for 96 `sage.coding`. One need to rerun it, and then the link is 97 failed. This is probably just a glitch in how warnings are reported 98 during the first pass of the reference manual compilation, but needs 99 to be fixed before this ticket goes in. 90 Postponed to a later ticket. 100 91 101 92 - Sphinx issue to be investigated: deciding on how to link to 102 93 classes/functions: in the index we would want to have the title of 103 94 the documentation of the class rather than the name of the class; or 104 maybe both. It might be ok to stick to the class name for now until 105 we find a good way to do this with Sphinx. 95 maybe both. 96 97 For now, we stick to the class name for now until we find a good way 98 to do this with Sphinx. 106 99 107 100 - Sphinx issue to be investigated: how to crossrefs documents in the 108 thematic tutorial. For now we use a workaround. 101 thematic tutorial. 102 103 For now we use a workaround.