Dan Craig schrieb: > I'm interested in using Sphinx for requirement specification docs, and > one thing that is very important for my company's process is > tracability analysis. We need to be able to see the links from system > requirements to high level requirements, to low level requirements, to > code and test, and back and forth. Some wikis have the ability to > show "what links here" from other sections of the wiki. Has anyone > thought of implementing an extension like that for Sphinx? > > I'd imagine something like this in the system requirements document. > > ... > Appearance Specification > > The system shall look like... > > Implemented by HLRs: > HLR Doc\Widget Appearance > HLR Doc\Foo Appearance and Behavior > > Tested by > System Level Appearance Test > ... > > > Where the "implemented by" and "tested by" would be links to the > appropriate sections in those other Sphinx documents.
I guess the best way to do this is to implement a custom directive that a) gives the metadata for links to the document b) adds the links to the documents containing metadata to link here Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
