Skip to content

Commit b9f4a78

Browse files
authored
Update README.md
1 parent 6e25363 commit b9f4a78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ 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](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Req_Str_Beh_Decomposition_Recipe.ipynb) for details.
11+
See the Jupyter notebook **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](https://github.com/Systems-Modeling/SysML-v2-API-Cookbook/blob/main/Project_Commit_Branch_Tag_Recipe.ipynb) for details.
16+
See the Jupyter notebook **Project_Commit_Branch_Tag_Recipe.ipynb** for details.
1717

18+
### Queries recipe
19+
This recipe shows patterns and examples for formulating and executing queries in a project. Examples show queries with multiple constraints.
1820

21+
See the Jupyter notebook **Queries.ipynb** for details.

0 commit comments

Comments
 (0)