[sphinx-dev] Re: Drawing trees

2011-11-18 Thread Felix Hummel
Sweet! I love it! For a quick sketch I would probably go for a simple verbatim paragraph, but the output of the blockdiag directive looks awesome. Very nice work and thanks for sharing, Carlos! Cheers Felix On Nov 18, 9:40 pm, Carlos Linares López carlos.linares.lo...@gmail.com wrote: Hi

[sphinx-dev] Re: Drawing trees

2011-11-17 Thread Felix Hummel
Hi Carlos, as far as I know, there is no reSt directive offering a nice tree representation in both HTML and PDF. If all you want to do is to show your audience how the repository structure should be laid out, then the way you suggested should be fine, provided it survives page breaks in PDF.

[sphinx-dev] Yet another LaTeX question (about page numbering)

2011-02-18 Thread Felix Hummel
Hi! How do I supress page numbering between \maketitle and TOC? I want the TOC to begin with i (roman 1), but need a title page plus a disclaimer before that. In mystyle.sty:: renewcommand{\maketitle} { \begin{titlepage} ... \end{titlepage} \newpage \thispagestyle{empty}

[sphinx-dev] Re: Yet another LaTeX question (about page numbering)

2011-02-18 Thread Felix Hummel
Me so stupid. It's really simple if you tell LaTeX what you want: multiple title pages:: \begin{titlepage} % normal title page \end{titlepage} \begin{titlepage} % disclaimer page \end{titlepage} Woohoo! \o/ On Feb 18, 10:33 am, Felix Hummel hummel.fe...@googlemail.com

[sphinx-dev] Re: latex samepage

2011-02-15 Thread Felix Hummel
- in relation to it. .. raw:: latex \end{samepage} Right? If I only had some more time before I have to hand in my thesis, I would write a directive for that one. :) Cheers! Felix On Feb 12, 11:55 am, Guenter Milde mi...@users.berlios.de wrote: On 2011-02-11, Felix Hummel wrote: Hi

[sphinx-dev] Latex figure names with numbers

2011-02-15 Thread Felix Hummel
Hi, is there some sphinxy way for the Latex builder to get a figure's name like Figure 1.1 and not its caption? If not: Is there *any* way? To make it clean, let me give you an example from the Sphinx docs [#1]_. Suppose we have a figure:: .. _my-figure: .. figure:: whatever

[sphinx-dev] latex samepage

2011-02-11 Thread Felix Hummel
Hi, is there a way to enclose a list or paragraph in a ``samepage`` environment as shown in this blogpost [1]? .. [1] http://afj-phd.blogspot.com/2007/09/supressing-page-breaks-in-latex.html It looks terrible if a list of four items gets torn apart. I use the Sphinx latex builder and pdflatex.

[sphinx-dev] Re: The right way to deal with images in latex / pdf

2011-01-26 Thread Felix Hummel
, Felix Hummel wrote: Hi, when I include images they get scaled to the page-width and become rather ugly looking. How do I deal with that? Is this a DPI config thing? Did I miss an option? Is PNG the wrong format to use here? Here's how I include images: .. figure:: foo.png

[sphinx-dev] The right way to deal with images in latex / pdf

2011-01-24 Thread Felix Hummel
Hi, when I include images they get scaled to the page-width and become rather ugly looking. How do I deal with that? Is this a DPI config thing? Did I miss an option? Is PNG the wrong format to use here? Here's how I include images: .. figure:: foo.png This is a description for foo. Thanks!

[sphinx-dev] Removing Blank Pages From Latex PDFs

2010-09-15 Thread Felix Hummel
:: latex_font_size = '10pt,oneside' [1] http://groups.google.com/group/sphinx-dev/browse_thread/thread/ee301b14175ad5bb/f68341b9dd921d24 [2] http://sphinx.pocoo.org/config.html#options-for-latex-output Kind regards, Felix Hummel -- You received this message because you are subscribed to the Google

[sphinx-dev] Re: FYI: different layout example

2010-03-02 Thread Felix Hummel
I completely agree with Georg. Thanks, Florian! On 28 Feb., 09:36, Georg Brandl ge...@python.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 21.02.2010 18:44, schrieb Florian Diesch: Georg Brandl ge...@python.org writes: Hmm, how much of these changes could/should be

[sphinx-dev] Re: FYI: different layout example

2010-02-09 Thread Felix Hummel
I like yours alot, Florian. What exactly did you modify and would you be so kind to share? Felix On 8 Feb., 13:25, Florian Diesch die...@spamfence.net wrote: Schollii oliver.schoenb...@gmail.com writes: For those interested in a somewhat different layout than one of the two default ones,

[sphinx-dev] Re: Sequence diagram extension for Sphinx

2009-10-11 Thread Felix Hummel
Very nice! I'll probably have use for this. Thanks! On Oct 10, 7:09 pm, SHIBUKAWA Yoshiki yosh...@shibu.jp wrote: Hi, I created Quick Sequence Diagram Editor extension for Sphinx. It allows to insert sequence diagrams into your Sphinx document. Document: http://www.shibu.jp/sdeditext/

Re: sphinx-contrib repository created

2009-05-19 Thread Felix Hummel
Thanks, Georg! One place to collect extensions, but individual eggs seem like a good idea to me too. What about a setup.py template (with useful sphinx defaults) to make creating eggs easier? --~--~-~--~~~---~--~~ You received this message because you are

Re: class renaming - feedback needed!

2009-05-13 Thread Felix Hummel
Hi, classobj is fine, though I like Christophe's classdef (or classdefinition or even clsdef?) suggestion better. +1 for the extensions repository Felix --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev

Re: Link to Local Files

2009-03-15 Thread Felix Hummel
Thanks, Guenter! The :download: role works like a charm, as it automatically includes the files during build. Here's the link to the source Sphinx (for those following this thread): http://bitbucket.org/birkenfeld/sphinx/src/ --~--~-~--~~~---~--~~ You received

Link to Local Files

2009-03-13 Thread Felix Hummel
Hi! Is it possible to link to a non-rest file that's located relative to the current file's path? My use case is linking from an article to a source file, not including the source verbatim (e.g. *not* literalinclude). Thanks! --~--~-~--~~~---~--~~ You received