Re: [sphinx-dev] Installer for Windows

2012-10-25 Thread anatoly techtonik
On Wed, Oct 24, 2012 at 11:27 AM, Michael Schlenker m...@contact.de wrote: Hi, the easiest way to do it would probably be to start with one of those 'portable Python' installers and just enhance its site-packages a bit by dropping in jinja2, docutils, pygments and sphinx. Or by asking the guy

[sphinx-dev] contextual help

2012-10-25 Thread Renato
Hi, in my project (java project) the user view the various function of project, by browser. The resposible of the project (to wich I have shown my works in Rest) told me, that we need a contextual html help. I mean: whereever hte user is browsing, the help button, must show, the correct help

Re: [sphinx-dev] contextual help

2012-10-25 Thread Werner
On 25/10/2012 10:42, Renato wrote: Hi, in my project (java project) the user view the various function of project, by browser. The resposible of the project (to wich I have shown my works in Rest) told me, that we need a contextual html help. I mean: whereever hte user is browsing, the help

[sphinx-dev] Re: .. image::. prob

2012-10-25 Thread Guenter Milde
On 2012-10-24, Renato wrote: [-- Type: text/plain, Encoding: quoted-printable --] I've solved. this is the code: ___ The |biohazard| symbol must be used on containers used to dispose of medical waste. .. |biohazard| image::

Re: [sphinx-dev] Installer for Windows

2012-10-25 Thread gilberto dos santos alves
i think that in this case we need point some steps to people who do not know sphinx and python: quick read 1 or 2 pages of documentation and follow steps there. if these people do not have internet access you must pre download instructions and (python, sphinx pre-reqs, sphinx) see that all major

[sphinx-dev] Re: .. image::. prob

2012-10-25 Thread Guenter Milde
On 2012-10-25, Renato Pontefice wrote: Sorry Gunter, what do you mean with: Mark, that you now have an inline Images defined via :: .. image:: myimage.svn are block-level elements (like literal blocks or quotes), while images defined via :: .. |biohazard| image:: biohazard.png

Re: [sphinx-dev] Re: .. image::. prob

2012-10-25 Thread Renato Pontefice
ah... ok. yes, I was looking for inline elements... Thank you Renato 2012/10/25 Guenter Milde mi...@users.sf.net: On 2012-10-25, Renato Pontefice wrote: Sorry Gunter, what do you mean with: Mark, that you now have an inline Images defined via :: .. image:: myimage.svn are

[sphinx-dev] Re: autosummary no longer links methods in the class to documentation

2012-10-25 Thread Lisa Zorn
Anyone? This is so frustrating because I now build two sets of sphinx documentation with the same code (sphinx 1.1.3) and similar conf.py files and one exhibits the problem and the other does not. I have made sure the problem set has no errors during documentation generation, I'm just not sure