[sphinx-dev] Re: GraphViz attributes

2010-01-29 Thread Ross Rogers
If I tell Sphinx to use neato instead of dot, the output is readable, but it isn't in the dot-style tree'ish format. It just looks like a random graph. On Dec 5 2009, 7:49 am, Infinity77 andrea.gav...@gmail.com wrote: Hi All,     I am documenting a project using Sphinx (obviously :-D ). I

[sphinx-dev] UnicodeEncodeError:

2010-01-29 Thread olefoxe
Hi, when i try to :make html I got this error: ___ # Sphinx version: 0.6.4 # Docutils version: 0.6 release Traceback (most recent call last): File /usr/lib/python2.5/site-packages/Sphinx-0.6.4-py2.5.egg/sphinx/ cmdline.py, line 170, in main app.build(all_files, filenames) File

[sphinx-dev] Re: GraphViz attributes

2010-01-29 Thread Ross Rogers
And my Gaphviz version is 2.2.1. On Dec 5 2009, 7:49 am, Infinity77 andrea.gav...@gmail.com wrote: Hi All,     I am documenting a project using Sphinx (obviously :-D ). I have added inheritance diagrams to the classes I have documented, but I have a couple of questions regarding these

[sphinx-dev] Re: GraphViz attributes

2010-01-29 Thread Ross Rogers
Ok, I figured this out from this thread: http://groups.google.com/group/sphinx-dev/browse_thread/thread/bc0f04997d8a3ac6/e7335502302927e6?show_docid=e7335502302927e6 f you put the following code in `conf.py` it will override the default size and allow Graphviz to choose an appropriate size for

[sphinx-dev] Re: broken start-after and end-before options for literalinclude directive

2010-01-29 Thread Guenter Milde
On 2010-01-28, Jean Daniel wrote: Here is a snippet of the index.rst::  Welcome to toto's documentation!    foo  .. literalinclude:: titi     :language: c     :start-after: 3  bar This is a syntax error. Don't use quotes around the 3. I have tried to

[sphinx-dev] Re: UnicodeEncodeError:

2010-01-29 Thread Guenter Milde
On 2010-01-27, olefoxe wrote: Hi, when i try to :make html I got this error: ... File /usr/lib/python2.5/site-packages/Sphinx-0.6.4-py2.5.egg/sphinx/ environment.py, line 751, in process_images if not os.access(path.join(self.srcdir, imgpath), os.R_OK): UnicodeEncodeError: 'ascii'

Re: [sphinx-dev] Re: UnicodeEncodeError:

2010-01-29 Thread Olaf Vocks
Thank you Günter. It was an ASCII decoding prob.. But not in a file name. This Prob. was in .. figure:: äüöÖÄÜ and .. image:: äöüÖÜÄ Maybe someone has an idea, how to fix this. Olaf 2010/1/29 Guenter Milde mi...@users.berlios.de On 2010-01-27, olefoxe wrote: Hi, when i try to :make

Re: [sphinx-dev] c++ markup

2010-01-29 Thread Michael Jones
It is still a work in progress but you might consider looking at breathe which attempts to bridge between sphinx and doxygen. Far from perfect though. http://github.com/michaeljones/breathe Michael On Wed, Jan 27, 2010 at 1:38 PM, Fred Drake fdr...@gmail.com wrote: On Tue, Jan 26, 2010 at 5:14