This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 503
RSE 0004
Brad Miller edited this page May 22, 2015
·
2 revisions
-
This should be driven from the browser and book source in two primary ways:
- Metadata information
- Javascript
-
Each page (subchapter) must have a metadata tag to indicate a unique identifier for the page.
-
Each page must have a tag that contains the identifier of its parent
-
Each page should have a metadata tag to indicate prerequisites
-
Each page should have a metadata tag to indicate prev -- The page before it in the sequence of the book
-
Each page should have a metadata tag to indicate next -- The page that comes after it
- Create a new component for a completion button. Make it explicit in the source for each page that we want to show this button. This gives us control over the placement.
- Currently we hack the table of contents generated by Sphinx adding in our own symbols.
This seems risky in that if a new version of sphinx changes the table of contents somehow our code will break. - We should consider whether generating our own TOC would be easy enough