Re: [sphinx-dev] classes inside automodule

2011-01-13 Thread TP
On Thu, Jan 13, 2011 at 2:33 PM, Chris Withers wrote: > Hi All, > > If I do, for example: > > > .. automodule:: testfixtures > >  .. class:: Comparison > > ...then I end up with two sections for the Comparison class, one > auto-generated and one with my manual bits. > > I thought the manual one wa

Re: [sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread Curiouslearn
Kevin, thanks for writing the Mathjax extension. I changed the path to your suggestion below. It now works great. Thanks. On Thu, Jan 13, 2011 at 6:01 PM, Kevin Dunn wrote: > On Thu, Jan 13, 2011 at 17:54, Curiouslearn wrote: >> Transferring just the _build/html directory works best except that

Re: [sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread Kevin Dunn
On Thu, Jan 13, 2011 at 17:54, Curiouslearn wrote: > Transferring just the _build/html directory works best except that the > math does not compile. I am using Mathjax extension. It shows fine on > my computer but not on my personal website. Everything else (like the > links, search seem to work)

Re: [sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread Curiouslearn
Transferring just the _build/html directory works best except that the math does not compile. I am using Mathjax extension. It shows fine on my computer but not on my personal website. Everything else (like the links, search seem to work) Can someone please help? Thanks. Best, Bharat On Thu, Jan

[sphinx-dev] classes inside automodule

2011-01-13 Thread Chris Withers
Hi All, If I do, for example: .. automodule:: testfixtures .. class:: Comparison ...then I end up with two sections for the Comparison class, one auto-generated and one with my manual bits. I thought the manual one was supposed to override the automated one? cheers, Chris PS: This and

[sphinx-dev] attributes inside autoclass

2011-01-13 Thread Chris Withers
Hi All, When I do, for example: .. autoclass:: TempDirectory :members: .. attribute:: path This is the path attribute ...the attribute isn't shown in the rendered html. Why is that? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting

Re: [sphinx-dev] Two newbie questions

2011-01-13 Thread Curiouslearn
@TP Thanks for this example. I will read it carefully. This should be really helpful. Thanks again. On Thu, Jan 13, 2011 at 3:56 PM, TP wrote: > On Thu, Jan 13, 2011 at 9:32 AM, Curiouslearn wrote: >> @Federico: Thanks so much. This is great. >> >> @Daslch: Thanks. Do I just save my css file in

Re: [sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread Curiouslearn
@TP Thanks so much for all your responses. Really appreciate it. On Thu, Jan 13, 2011 at 3:27 PM, TP wrote: > On Thu, Jan 13, 2011 at 11:18 AM, Curiouslearn wrote: >> Hello All, >> >> Two questions about sharing Sphinx documentation with others: >> >> (1) Do you know of an easy way of private h

Re: [sphinx-dev] Two newbie questions

2011-01-13 Thread TP
On Thu, Jan 13, 2011 at 9:32 AM, Curiouslearn wrote: > @Federico: Thanks so much. This is great. > > @Daslch: Thanks. Do I just save my css file in the _static directory > and then invoke the styles I define there using raw html directive. > > Thanks again. Here's what I do. In my conf.py file I

Re: [sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread TP
On Thu, Jan 13, 2011 at 11:18 AM, Curiouslearn wrote: > Hello All, > > Two questions about sharing Sphinx documentation with others: > > (1) Do you know of an easy way of private hosting of Sphinx documents > online (where you can restrict access to it)? Is there a web host or > some solution that

Re: [sphinx-dev] Possible to break a title across two lines?

2011-01-13 Thread TP
On Thu, Jan 13, 2011 at 9:35 AM, Curiouslearn wrote: > @TP  Thanks! If you don't mind, can you send me an example of your > subtitle css. Also, did you save it in _static. in my conf.py file I have: html_theme = 'customtheme' html_theme_path = ['.'] in my customtheme\static\customtheme.css_t fi

[sphinx-dev] how to share documents created using Sphinx (html version)

2011-01-13 Thread Curiouslearn
Hello All, Two questions about sharing Sphinx documentation with others: (1) Do you know of an easy way of private hosting of Sphinx documents online (where you can restrict access to it)? Is there a web host or some solution that makes this possible easily? (2) If I want to email the documentat

Re: [sphinx-dev] Possible to break a title across two lines?

2011-01-13 Thread Curiouslearn
@TP Thanks! If you don't mind, can you send me an example of your subtitle css. Also, did you save it in _static. Does one need both container and class directives to do this? Thanks for your patience. On Thu, Jan 13, 2011 at 7:28 AM, TP wrote: > On Thu, Jan 13, 2011 at 2:07 AM, Curiouslearn

Re: [sphinx-dev] Two newbie questions

2011-01-13 Thread Curiouslearn
@Federico: Thanks so much. This is great. @Daslch: Thanks. Do I just save my css file in the _static directory and then invoke the styles I define there using raw html directive. Thanks again. On Thu, Jan 13, 2011 at 10:06 AM, Federico Bruni wrote: > 2011/1/13 Curiouslearn >> >> Hello All, >>

Re: [sphinx-dev] Possible to break a title across two lines?

2011-01-13 Thread Kevin Cole
Thanks. I'll see how the strong emphasis looks and perhaps try the container solution as well. -- Ubuntu Linux DC LoCo Washington, DC http://dc.ubuntu-us.org/ -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to

Re: [sphinx-dev] Two newbie questions

2011-01-13 Thread Federico Bruni
2011/1/13 Curiouslearn > Hello All, > > Sphinx seems great. I am trying it out and I think I will start using > it for most of my writing. I have two basic questions: > > (1) How to get rid of the text "v0.1" or something like that which > refers to the version. I am writing some notes and it is

[sphinx-dev] Add Sphinx project

2011-01-13 Thread Andy Harrington
The Python 3.1 versio of my Hands-on Python Tutorial uses Sphinx for both the html and pdf versions. http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/ http://anh.cs.luc.edu/python/hands-on/3.1/Hands-onPythonTutorial.pdf Feel free to add to your project list. -- You received this message b

Re: [sphinx-dev] Possible to break a title across two lines?

2011-01-13 Thread TP
On Thu, Jan 13, 2011 at 2:07 AM, Curiouslearn wrote: > I was also wondering about exactly the same thing yesterday. I, in > fact, sent an email to the group but did not see that email reach the > group. > > Anyhow, is it possible to increase the text size in addition to using > strong emphasis? >

Re: [sphinx-dev] Two newbie questions

2011-01-13 Thread DasIch
You can create a custom theme and/or put a CSS file to _static to modify the HTML output. Themes can inherit from each other so you don't have to reinvent everything. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send emai

Re: [sphinx-dev] Possible to break a title across two lines?

2011-01-13 Thread Curiouslearn
I was also wondering about exactly the same thing yesterday. I, in fact, sent an email to the group but did not see that email reach the group. Anyhow, is it possible to increase the text size in addition to using strong emphasis? Thanks. On Thu, Jan 13, 2011 at 2:34 AM, Georg Brandl wrote: > -

[sphinx-dev] Re: Using Sphinx with C extensions

2011-01-13 Thread Jason
On Jan 13, 3:33 pm, Georg Brandl wrote: > > Is there any way around this? > > Yes: build the C extension before you build the docs. I use distutils to build it all, which deposits everything in a variably named build/lib.linux-ARCH-PYVERSION dir. I've searched the Sphinx docs for info on distutil