Re: [sphinx-dev] Re: image directive :align: bottom not working

2011-01-26 Thread Curiouslearn
Thanks Guenter. I need to learn more CSS. Thanks. On Wed, Jan 26, 2011 at 4:11 AM, Guenter Milde wrote: > On 2011-01-25, Curiouslearn wrote: >> Hi, > >> I am using version 1.0.7 of Sphinx. I entered the following code at >> the top of my index.rst file: > >>

[sphinx-dev] image directive :align: bottom not working

2011-01-25 Thread Curiouslearn
Hi, I am using version 1.0.7 of Sphinx. I entered the following code at the top of my index.rst file: .. image:: _static/dataimage.pdf :height: 100px :width: 200px :align: bottom The image does not show up. I get an error saying, (ERROR/3) Error in "image" directive: "bottom" is not a

[sphinx-dev] matplotlib plot directive

2011-01-16 Thread Curiouslearn
Hello, I just learnt how to add matplotlib extension for sphinx to the sphinx project so that I can embed matplotlib code that is coverted to figures on the fly. I tried two figures and matplotlib gives these figures the name of "hires.png". I have not specified the name "hires" anywhere in my doc

[sphinx-dev] Re: Change some auto generated text in the html

2011-01-14 Thread Curiouslearn
Please ignore the last email. It was just the title in the index file that was auto generated. Sorry. On Fri, Jan 14, 2011 at 9:12 PM, Curiouslearn wrote: > Hello All, > > I am using the 'default' theme for some notes about data in a folder. > I changed the 'ht

[sphinx-dev] Change some auto generated text in the html

2011-01-14 Thread Curiouslearn
Hello All, I am using the 'default' theme for some notes about data in a folder. I changed the 'html_title' to html_title = "Information about Data Files" This changes the title at the very top of the page (I think it is called relbar, but I am not sure). However, the main heading (the one in bi

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 be

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

2011-01-13 Thread Curiouslearn
, Jan 13, 2011 at 5:01 PM, Curiouslearn wrote: > @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, >>> >>> Tw

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 jus

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 y

[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, Curi

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

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] Two newbie questions

2011-01-12 Thread 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 not a documentation about any softwar

[sphinx-dev] sphinx newbie - error in make html

2010-12-28 Thread curiouslearn
Hello, I am trying to learn sphinx from the sampledoc tutorial on Matplotlib (available at: http://matplotlib.sourceforge.net/sampledoc/getting_started.html) The very first step that involved sphinx-quickstart and the following set up went okay. I could see the page that the tutorial said, I sh