On Aug 22, 3:22 pm, "Edward K. Ream" <[email protected]> wrote:

> It's time to study the sphinx docs more carefully.

The toctree:: directive does almost everything we need.

Here is the checking log for rev 3275 of the trunk:

QQQQQ
We now have a perfectly usable way of creating slides!

1. Wrote slide names in '%03d' format, to create, for example,

what-is-leo-001
what-is-leo-002 etc.

This is needed to make the toctree:: :glob: directive properly sort
file names.

2. slides.html now contains a top-level toc. Like this::

.. toctree::
:maxdepth: 1

installation-001
what-is-leo-001

As shown, slides.html must know the file name of the first slide of
each slideshow.

3. The first slide of each slideshow must contain a toc for that
slideshow. For example:

.. toctree::
:hidden:
:glob:

installation-*

The :hidden: directive is optional, but it is useful nonetheless.

Still to do:

It's a bit off-putting to have one slideshow merge directly into the
next.
It would be good to kill (or alter) the "next" link in the last slide
of each slideshow.
QQQQQ

The prototype is now officially a success.  Next, I'll tweak
navigation from the last slide.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to