Hello, first time here. Is this a place to ask questions clarifying the sphinx documentation?
spilliams has quit
Jugurtha joined the channel
Jugurtha has quit
Jugurtha joined the channel
Jugurtha has quit
dhellmann has quit
dhellmann joined the channel
dhellmann has quit
dhellmann joined the channel
sartan joined the channel
sartan
Hey guys! Was here a few days ago -- So, I have some .rst docs that I'm using to document our product. I'd like to embed some python (API Samples) in these docs, highlight the code, but also execute the code and add stdout to the rendered html. Is this possible?
maybe writing an extension to superclass the code highlighting code and add an 'execute: yes' bit that adds a new paragraph under the code sample with results of the code
..tough to say =)
wonder if i can abuse sphinx.ext.doctest
micah_chatt joined the channel
micah_chatt_ joined the channel
micah_chatt has quit
micah_chatt_ is now known as micah_chatt
micah_chatt has quit
micah_chatt joined the channel
jimklo joined the channel
micah_chatt has quit
Blendify has quit
nicola_fm
sartan: I'm sure I saw an extension that lets you do that.