Hi, It is this impossible unless someone extends the code-block directive or create a new directive. There is a similar topic https://groups.google.com/d/msg/sphinx-users/JZd4hpNrogg/cpeV_4Ew_aoJ
Regardsk -- Takayuki Shimizukawa On Tue Nov 25 2014 at 8:30:56 Greg Moore <[email protected]> wrote: > Hi, > > We have an internal python API that we have documented using Sphinx. part > of the system uses YAML for configuration files that contain reference to > py file that use the API. I've been asked to see if there is a way, using > sphinx, to link the YAML config files to the the appropriate API docs. I've > been doing research and it lo > > so for example: here is the yaml config file: > HALT_LEVEL: Any > SUITE: "Checkin Tests" > DESCRIPTION: "checkin test suite" > > TESTLIST: > - TESTCASE: install stuff > DESC: "Installs RPM" > TESTGROUP: sprint_0 > TESTFILE: install_stuff.py # I would like to turn this into a link > to our sphinx docs for this. This file is already part of sphinx docs" > > > so then when someone is looking at the rendered/sphinx version of the the > above file they could click on install_stuff.py and it take them to the > docs that exist > > is this possible? > > thanks in advance, > Greg. > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
