[sphinx-dev] reference to chapter number instead chapter name in latex output

2010-04-18 Thread Jan Ulrich Hasecke
Hi,

can I somehow set a switch so that in references the chapter number is used 
instead of the chaptername? Or do I have to manually fix this in the latex 
source?

TIA
juh

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.



[sphinx-dev] domains branch merged to trunk

2010-04-18 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've merged the domains branch into trunk this morning.  Please
let me know if something breaks.

What is expected to break?  Since C and Python object descriptions
are now in different domains, and there can only be one default
domain, the C directives and roles (cfunction, ctype etc.) are now
only accessible using the full name (c:function, c:type etc.) or
the short name (function, type etc.) after selecting C as the default
domain.

See http://sphinx.pocoo.org/latest/ for the docs of this version,
especially http://sphinx.pocoo.org/latest/domains.html.

cheers,
Georg
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkvLAKgACgkQN9GcIYhpnLD0RwCfXVdhV+BmHbByn9kil3HGRlne
zVAAn2LPr4twLaG4DScB+hg9tTnFdaEl
=DVv+
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.



Re: [sphinx-dev] how to turn off alphabetical ordering ?

2010-04-18 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 13.04.2010 03:01, schrieb Michael Rule:
> and .. I do believe that worked. thank you very much.
> 
>  now to figure out how to add in links to the source
> --mrule

You can use the "viewcode" extension (also new in trunk; docs
see here: http://sphinx.pocoo.org/latest/ext/viewcode.html)

cheers,
Georg
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAkvKuloACgkQN9GcIYhpnLBduwCbBteVx4ZmZMcEiiUplkldOmxy
HwMAnAnkQYSOxJo/gUuSl6jIlXLh07v3
=mLoZ
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.



[sphinx-dev] restrict files being processed to master_doc references only

2010-04-18 Thread Robbin
hello,

Is there a way to restrict what files will be processed by sphinx? I
would like sphinx to _only_ process files references by my master_doc,
and nothing else.
Right now we're adding sphinx to an existing project that already has
a bunch of documentation (*.txt) in non-rst format, and sphinx should
not process them.
Once we have changed their syntax we'll add them to the master_doc
index.

With regards,

Robbin

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.