Re: [sphinx-dev] Github and Sphinx 2012

2012-08-25 Thread Michael Jones
Hi, Regarding the sphinx-to-github extension part, if you follow the link to: https://github.com/michaeljones/sphinx-to-github Then to README explains and links to an easier way to disable the github jekyll functionality that conflicts with the Sphinx output which means you do not need the

Re: [sphinx-dev] Annoucing robin, a new Doxygen to Sphinx bridge

2012-08-25 Thread Michael Jones
Hey, I wrote Breathe, if you'd be up for providing a short explanation of why you started your project and what advantages you feel your approach has then I'd love to put it in the Breathe readme so that people can see alternatives. Cheers, Michael On Sat, Jun 16, 2012 at 3:59 AM, Anteru

Re: [sphinx-dev] Sphinx, Breathe and C projects

2011-03-21 Thread Michael Jones
Hi Diego, Thanks for taking the time and trying Breathe. You've unfortunately identified a weakness with the Breathe extension at the moment. It would be great to have an equivalent of sphinx-autogen to create the appropriate rst files for a C or C++ project. This hasn't been done yet

Re: [sphinx-dev] GSoC and Breathe

2011-02-17 Thread Michael Jones
Hi guys, No worries Leontius, post away. I would be very happy to see Breathe get some support through a GSoC project and would help in anyway I could. I'm not eligible to be a student in such a project but I would definitely be happy to advise/mentor if the need arose. Bridge projects are

[sphinx-dev] Sphinx output to Github

2010-11-18 Thread Michael Jones
Hi, Just a quick heads up, embarrassingly I missed this update back in Dec 2009, but it is presumably the best way of getting your Sphinx stuff on to github-pages without their Jekyll code ignoring the directories starting with an underscore.

[sphinx-dev] Re: cpp domain: matching destructor (v1.0.4)

2010-11-17 Thread Michael Jones
, Michael Jones m.pricejo...@gmail.com wrote: Hi, I think that if I use the cpp domain function (or member) directive to match a class destructor like:   .. cpp:function:: mynamespace::MyClass::~MyClass() or   .. cpp:member:: mynamespace::MyClass::~MyClass() I get an error like:   /path

Re: [sphinx-dev] Sphinx 1.0 beta 2 released

2010-06-05 Thread Michael Jones
Hi Georg, I'm excited to begin using Sphinx 1.0 but I've had a few reports that the Breathe extension I've written doesn't work with it. I haven't changed any code and it works fine with Sphinx 0.6. I can't see any notes in the change log about what might have changed on the API side for

Re: [sphinx-dev] c++ markup

2010-01-29 Thread Michael Jones
It is still a work in progress but you might consider looking at breathe which attempts to bridge between sphinx and doxygen. Far from perfect though. http://github.com/michaeljones/breathe Michael On Wed, Jan 27, 2010 at 1:38 PM, Fred Drake fdr...@gmail.com wrote: On Tue, Jan 26, 2010 at 5:14

[sphinx-dev] Re: How to change _static output path

2010-01-03 Thread Michael Jones
looked at all? Is it worth me trying to give it a go? Thanks for Sphinx as always, it is awesome and I'm slowly getting everyone at my company to start using it, Michael On Sun, Apr 26, 2009 at 9:12 AM, Michael Jones m.pricejo...@gmail.com wrote: Good stuff, looks handy, I'll have to try it out

[sphinx-dev] Re: faster sphinx-to-gihtub script

2009-11-13 Thread Michael Jones
Thank you for this. I confess that part of me has a soft spot for the original shell script implementation but if Python is faster and indeed more portable then it makes sense to switch. I'll pull and update as necessary. Michael On Fri, Nov 13, 2009 at 1:24 AM, Ondrej Certik ond...@certik.cz

Re: How to change _static output path

2009-04-26 Thread Michael Jones
paver task. 2009/4/25 Michael Jones m.pricejo...@gmail.com HI, I've created a script to prepare the sphinx html output for github pages though your approach is better. Do you mind if I put the code up on: http://github.com/michaeljones/sphinx-to-github/tree/master As an extension

Re: Auto generating C++ docs

2009-04-25 Thread Michael Jones
up on to github pages. Cheers, Michael On Fri, Mar 20, 2009 at 7:34 PM, Michael Jones m.pricejo...@gmail.com wrote: I've updated the readme file in the repository to properly describe how to get the testsuite running. I warn you though the result is pretty ugly! Cheers for the offer of help

Re: How to change _static output path

2009-04-25 Thread Michael Jones
HI, I've created a script to prepare the sphinx html output for github pages though your approach is better. Do you mind if I put the code up on: http://github.com/michaeljones/sphinx-to-github/tree/master As an extension? Michael On Fri, Apr 17, 2009 at 8:13 PM, dinoboff

Re: External Refs

2009-04-05 Thread Michael Jones
On Sat, Apr 4, 2009 at 11:42 PM, Wojtek Walczak gmin...@tosh.pl wrote: Hope this helps, Certainly does! Thank you for taking the time. I'll probably tweak it to use a dictionary to store the label:url pairs but that has done 99% of the work. Cheers, Michael

External Refs

2009-04-04 Thread Michael Jones
Hi, Is there any easy way of creating references to external docs? I've seen the intersphinx extension but the external docs are not made in Sphinx and I'm not linking to Python objects so my impression is that it can't be used here. I'm having to link extensively to some 3rd party

Re: Image annotation extension

2009-03-31 Thread Michael Jones
Thank you for taking the time. I've updated the code based on your points. Michael On Tue, Mar 24, 2009 at 9:44 AM, Georg Brandl ge...@python.org wrote: Michael Jones schrieb: Hi, I've created a Sphinx extension for adding annotations to images. It allows you to associate text with areas

Re: Auto generating C++ docs

2009-03-19 Thread Michael Jones
, rodrigob. On Feb 8, 1:09 pm, Michael Jones m.pricejo...@gmail.com wrote: For those interested, I've not made much progress, what I have done is summarised by the following two repositories: Sphinx extension:http://github.com/michaeljones/breathe/tree/master Output processing:http://github.com

Image annotation extension

2009-03-18 Thread Michael Jones
Hi, I've created a Sphinx extension for adding annotations to images. It allows you to associate text with areas of an image. When you mouse over the region of the image, the corresponding text below the image is highlighted. It also supports name tags directly on the regions. I setup a basic

Re: Auto generating C++ docs

2009-02-08 Thread Michael Jones
on it, but it might still be several weeks before something basic is in place. Michael On Mon, Dec 15, 2008 at 11:02 PM, Michael Jones m.pricejo...@gmail.com wrote: I'm giving this a whirl, I'll keep this thread updated with progress. Might not be anything of interest before the new year though

Documentation change log

2009-02-08 Thread Michael Jones
I'm using sphinx at work and doing regular releases and I'm becoming increasingly interested in the idea of some kind of automatic change log generator for the documentation itself. Perhaps where you point it at the last published version of your docs and it runs a diff and generates some info on

Highlighting text

2009-01-13 Thread Michael Jones
Hi, I'd like my final html output to have highlighting of the form: span class=highlightthis is my text/span So I can add a some styling for the highlight class, I've been looking into custom roles and nodes and the like but I can't figure it out. Any tips would be very welcome. Happy to code

Re: Highlighting text

2009-01-13 Thread Michael Jones
, Michael Jones m.pricejo...@gmail.com wrote: Hi, I'd like my final html output to have highlighting of the form: span class=highlightthis is my text/span So I can add a some styling for the highlight class, I've been looking into custom roles and nodes and the like but I can't figure it out. Any