Skip to content

Commit

Permalink
removed comments from code examples in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Sep 28, 2023
1 parent 7901db3 commit 153d300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/cript/nodes/primary_nodes/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def __init__(
Examples
--------
>>> import cript
>>> # create an experiment node with all possible arguments
>>> my_experiment = cript.Experiment(name="my experiment name")
Returns
Expand Down
3 changes: 0 additions & 3 deletions src/cript/nodes/primary_nodes/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,9 @@ def material(self) -> List[Material]:
Examples
--------
>>> import cript
>>> # create project node
>>> my_project = cript.Project(name="my Project name")
>>> # create material node
>>> identifier = [{"bigsmiles": "my big smiles"}]
>>> my_material = cript.Material(name="my material", identifier=identifier)
>>> # add material node to project node
>>> my_project.material = [my_material]
Returns
Expand Down

0 comments on commit 153d300

Please sign in to comment.