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.

Reply via email to