On Nov 8, 4:35 pm, Georg Brandl wrote:
>
> Stéfan van der Walt schrieb:
>
> > Hi all,
>
> > Another example of how flexible Sphinx's templating is:
>
> >http://dip.sun.ac.za
>
> Very cool! Added to the list of examples (at the very top, even!)
Indeed, nice webpage. Simple and good looking.
The default searchtip there reminded me that it would be handy to set
the searchtip in conf.py. The default text "Enter search terms or a
module, class or function name" is suitable only for Python libraries.
In my docs I hide it using css:
p.searchtip { visibility: hidden; }
Maybe there is a simple way to change this text and I failed to see
it?
Marcin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---