On Sun, Mar 21, 2010 at 6:06 AM, jelkner <[email protected]> wrote:
> I'm using Sphinx to markup a Python textbook:
>
> http://www.openbookproject.net/thinkcs/python/english2e
>
> I'm using svg illustrations using markup like this:
>
> .. image:: illustrations/state.svg
>   :alt: State diagram
>
> which generates the following html:
>
> <object data="_images/state.svg" type="image/svg+xml"><embed
> src="_images/state.svg" type="image/svg+xml" /></object>
>
> This works very well, but it seems to generate an annoying (though
> safely ignored) warning from firefox every time you visit the page:
>
> Additional plugins are required to display all the media on this
> page.    [Install Missing Plugins...]
>
> My assumption is that the warning will go away in later versions of
> firefox, as the object tag becomes better supported.  Is that correct?
>
> Thanks!
>
> jeff elkner
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sphinx-dev" 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/sphinx-dev?hl=en.
>
>

Nice book (and I like the philosophy behind the site)!

I just started to use Sphinx, and was wondering how you got the main
page to display Table of Contents entries with only the Chapter
numbers linked, and the actual chapter titles in italic?

And do you have the .rst sources available somewhere. It looks like
the book would not only help beginning Python programmers but also
beginning Sphinx users :)

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" 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/sphinx-dev?hl=en.

Reply via email to