Re: [sphinx-dev] Projects using sphinx: PyTango and tau

2010-08-06 Thread Tiago Coutinho
I Georg,

  That's great. I didn't notice PyTango in the list before.

  Thanks for adding these projects to the sphinx list.

Tiago

On Thu, Aug 5, 2010 at 3:32 PM, Georg Brandl ge...@python.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Am 28.07.2010 17:48, schrieb coutinhotiago:
  Hello,
 
  I would like to add PyTango and tau to the list of projects that
  gladdly use sphinx.
 
  The links are respectively:
  PyTango:
 http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
  tau: http://www.tango-controls.org/static/tau/latest/doc/html/index.html

 Hi,

 PyTango was already in the list -- because I'm working at the FRM-II
 in Munich, and in particular one of my projects is to convert a bit of
 control software (written in Python, of course) to use Tango, and I
 was thrilled to see PyTango using Sphinx :)

 I've added Tau now as well. Thanks!

 Georg
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.16 (GNU/Linux)

 iEYEARECAAYFAkxavWcACgkQN9GcIYhpnLAp8gCfXcI3nc3Xc+yIXka7WM6oBpU8
 wjMAn0UhUhUAeVhM5fCFoYj/AI7YrSvi
 =i4U1
 -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] Re: table formatting help

2010-08-06 Thread ralsina
On Aug 4, 2:53 pm, Jason S jmsa...@gmail.com wrote:
 Could someone please post an example of table formatting for regular
 sphinx+restructuredText, as well as rst2pdf?

 I really need to have some control over the column widths. Also it
 would be helpful to control the justification, background color, and
 the borders. But restructuredText 
 tableshttp://docutils.sourceforge.net/docs/user/rst/quickref.html#tables
 gives no way to do this, and sphinx tabularcolumns doesn't give any
 example for how to use 
 it.http://sphinx.pocoo.org/markup/misc.html#tabularcolumns

 please help!

In rst2pdf you do that by applying a class to the table.

Here's an example.

Text file: 
http://code.google.com/p/rst2pdf/source/browse/trunk/rst2pdf/tests/input/test_table_classes.txt
Style file: 
http://code.google.com/p/rst2pdf/source/browse/trunk/rst2pdf/tests/input/test_table_classes.style

Or, in general, you could use the csv-table directive, which
supports specifying column widths, but that means you will move your
data outside of your document.

-- 
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] sort order with Glob

2010-08-06 Thread Alastair Dent
Is it possible to tell glob to sort by document title rather than
document name?

-- 
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.