Skip to content

Commit 6e25363

Browse files
authored
Refine recipe descriptions in Readme.
1 parent 444772b commit 6e25363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ In the current release, the cookbook contains recipes that use the SysML v2 REST
88
### Requirement, Structure, Behavior decomposition recipe
99
This recipe shows patterns and examples for navigating the decomposition of requirements, structure, and behavior elements using the SysML v2 API. The SysML v2 meta-model has harmonized the concepts related to element decomposition and the same concepts are used when decomposing requirements, structure, and behavior releated elements. This recipe shows the use of a common recursive function to navigate the decomposition of requirements, structure, and behavior elements.
1010

11-
See the Jupyter notebook Req_Str_Beh_Decomposition_Recipe.ipynb for details.
11+
See the Jupyter notebook [Req_Str_Beh_Decomposition_Recipe.ipynb](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Req_Str_Beh_Decomposition_Recipe.ipynb) for details.
1212

1313
### Project, Commit, Branch, and Tag recipe
1414
This recipe shows patterns and examples for fetching and creating commits, branches, and tags in a project. It shows an example scenario for SysML v2 project evolution over time with concurrent users working on different branches, creating new commits, and creating tags for baseline or milestone releases of the project.
1515

16-
See the Jupyter notebook Project_Commit_Branch_Tag_Recipe.ipynb for details.
16+
See the Jupyter notebook [Project_Commit_Branch_Tag_Recipe.ipynb](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Project_Commit_Branch_Tag_Recipe.ipynb) for details.
1717

1818

0 commit comments

Comments
 (0)