[sphinx-dev] referring to a method within the docstring of another one

2010-08-24 Thread sandro dentella
Hi, I'm using automodule + autoclass with members that names methods. I can't see how to reference a method from within the docstring of another one. How can I reference the same class and how can I reference a different class? Thanks in advance sandro *:-) -- You received this message because

[sphinx-dev] automodule pb: works the *first* run and raise error the second

2010-01-09 Thread sandro dentella
Hi, I have a problem with automodule. If I make clean; make html I get exactly what I want. If I change something and rerun make html, I get:: /home/misc/src/hg/py/sqlkit-pub/doc/sqlkit/printing.rst:20: (WARNING/ 2) autodoc can't import/find module 'sqlkit.misc.printing', it reported error:

[sphinx-dev] Fail under Linux. Does not find libraries that are really present

2009-06-20 Thread sandro dentella
Hi, The same configuration that generates working executable under Windows fails under Linux with the following error. Really it works on the machine that generated it but fails when run on a different machine. I generated it under ubuntu 8.04, it fails with the same error under

[sphinx-dev] Re: Fail under Linux. Does not find libraries that are really present

2009-06-20 Thread sandro dentella
Sorry, this was of course for a different mailing list... sandro *:-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com To

Re: italian translation

2008-12-10 Thread sandro dentella
Ok, thanks, can you please consider the new version, after compiling I noticed some mistakes: http://www.e-den.it/misc/sphinx2.pot sandro *:-) PS: The .mo and .js are compiled with python setup.py compile_catalog after you place the .po into the correct directory. (But since

italian translation

2008-12-09 Thread sandro dentella
Hi, here you can find the italian translation: http://www.e-den.it/misc/sphinx.pot How am I supposed to generate the .js, .mo, .po? sandro *;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

autoprogram::?

2008-10-30 Thread sandro dentella
Hi, I started using with great pleasure automodule/autoclass. I have many scripts in my packege and I'd like to use the same mechanism with script. I'd like sphinx could get the docrting from the script. Is that possible? Thanks sandro *:-)

treetoc indentation

2008-10-10 Thread sandro dentella
Hi, at the moment I have docs structured as: .. toctree:: :maxdepth: 2 sqlkit/contents layout/contents debug/contents in each of these file I have another treetoc with similar structure. eg: in sqlkit content I have: .. toctree:: mask (a single file) table completion