[sphinx-dev] Fwd: repetitive url pattern

2009-12-07 Thread Jean Daniel
Hello, When editing a changelog, to include a link to the description of a ticket, I constantly use the following pattern : `#233 http://internal_ticket_tracker/projects/specs/ticket/233`_ Only the ticket number changes.  What is the cleanest way to have a shortcut for this repetitive pattern?

[sphinx-dev] Re: Floating sidebar, self toctree

2009-12-07 Thread Adam Matan
Thanks! Indeed self should do the trick, but does not work. Adam On Dec 3, 8:04 pm, Kevin Horn kevin.h...@gmail.com wrote: On Thu, Dec 3, 2009 at 12:46 AM, Adam Matan adama...@gmail.com wrote: Hi, Two question which Google search didn't solve: 1. How can I make the sidebar float, i.e. be

[sphinx-dev] Re: Floating sidebar, self toctree

2009-12-07 Thread Adam Matan
sphinx/themes/default/theme.conf - Where can I find this file? It's not under my document directory tree, and there's no /etc/sphinx... Thanks again! On Dec 4, 12:19 pm, Pat LeSmithe qed...@gmail.com wrote: On 12/03/2009 10:04 AM, Kevin Horn wrote: On Thu, Dec 3, 2009 at 12:46

[sphinx-dev] guide to theming/templating Sphinx?

2009-12-07 Thread Jean Daniel
Hello, I remember about a good article about being discussed on how to make a new theme and templates for a Sphinx site, but I can't find the article again. Does anyone has a link outside sphinx.pocoo.org, toward an comprehensive guide about how to theme Sphinx? Thank you, -- You received

[sphinx-dev] Baseline pngmath

2009-12-07 Thread David Arnold
All, I tried using sphinx.ext.pngmath. See: http://msemac.redwoods.edu/~darnold/html/cylinders.html Note in Exercise 1 how z = 6 - 2x^2 is placed so its baseline does not align (it's lower) with the baseline of the text. How can I align the baselines? David. -- You received this message

[sphinx-dev] jsMath

2009-12-07 Thread David Arnold
All, I tried the following in my conf.py: extensions = ['sphinx.ext.jsmath', 'matplotlib.sphinxext.only_directives', 'matplotlib.sphinxext.plot_directive'] jsmath_path=['_static/jsMath/easy/load.js'] I dropped the jsMath folder in _static. When I do a make html I get this

Re: [sphinx-dev] jsMath

2009-12-07 Thread David Arnold
All, I tried: extensions = ['sphinx.ext.jsmath', 'matplotlib.sphinxext.only_directives', 'matplotlib.sphinxext.plot_directive'] #pngmath_use_preview='True' jsmath_path='_static/jsMath/easy/load.js' But the attached image file shows that things are not working. Here is the

Re: [sphinx-dev] Fwd: repetitive url pattern

2009-12-07 Thread Max Battcher
Jean Daniel wrote: Hello, When editing a changelog, to include a link to the description of a ticket, I constantly use the following pattern : `#233 http://internal_ticket_tracker/projects/specs/ticket/233`_ Only the ticket number changes. What is the cleanest way to have a shortcut

[sphinx-dev] Re: guide to theming/templating Sphinx?

2009-12-07 Thread nickmalcolm
You may be looking for this? http://www.proven-corporation.com/2008/03/27/sphinx-templates/ Nick On Dec 8, 5:40 am, Jean Daniel jeandaniel.bro...@gmail.com wrote: Hello, I remember about a good article about being discussed on how to make a new theme and templates for a Sphinx site, but I

[sphinx-dev] Re: Question about autosummary document

2009-12-07 Thread nickmalcolm
I think what is trying to be said is the following: If you are taking too much time making custom templates for your autosummary stubs, it might be a better idea to write your own description of the stub, and not use the automatically created ones. Custom narrative documentation = your own words

[sphinx-dev] Re: Single Side Latex Output

2009-12-07 Thread akean
On Dec 8, 11:56 am, Nahuel Defossé nahuel.defo...@gmail.com wrote: Hi! I've trying to hack the latex output, in manual document class so that page numbers are printed always in the same side. All I need is to print my document as a Single Sided document, but sphinx by default outputs two

Re: [sphinx-dev] Re: Floating sidebar, self toctree

2009-12-07 Thread Pat LeSmithe
On 12/07/2009 08:14 AM, Adam Matan wrote: sphinx/themes/default/theme.conf - Where can I find this file? It's not under my document directory tree, Try looking under the site-packages directory of the local Python installation. For example, on my Fedora Linux system Sphinx lives in