How to get bidirectional link between two documents from different repos. #1166
Replies: 3 comments 1 reply
-
After the build of Project B, you can use its need.json to regenerate Project A and build the HTML output. This means project A has to be built twice. Full workflow:
|
Beta Was this translation helpful? Give feedback.
-
While searching for some solutions , i came across this . Is there also a plan to create like an inventory builder. |
Beta Was this translation helpful? Give feedback.
-
my 2 cents: The solution we advise to our users is to create a third document in which they reference the 2 other documents and then create 2 uni-directional matrix We additional dynamic function, for example, you can even make some data aggregation to display more useful data in your matrix We do not create bidirectional matrixes as it introduce a kind of infinite loop:
|
Beta Was this translation helpful? Give feedback.
-
I have recently started using sphinx-needs in our project.
I build a requirements document in repo1 and generate the needs.json . Then use this needs.json in another repo with needs_external_needs and link it to derived requirements.
I would like to get bidirectional tracing between the requirements .
In the derived requirements i get the link since i use the needs_external_needs but the link in the first repo1 document isderived by link has to be also generated could you help me with how to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions