Skip to content

Commit

Permalink
Refine recipe descriptions in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
manasbajaj authored Jun 18, 2022
1 parent 444772b commit 6e25363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ In the current release, the cookbook contains recipes that use the SysML v2 REST
### Requirement, Structure, Behavior decomposition recipe
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.

See the Jupyter notebook Req_Str_Beh_Decomposition_Recipe.ipynb for details.
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.

### Project, Commit, Branch, and Tag recipe
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.

See the Jupyter notebook Project_Commit_Branch_Tag_Recipe.ipynb for details.
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.


0 comments on commit 6e25363

Please sign in to comment.