Skip to content

Commit

Permalink
Update docstring example link
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed May 8, 2024
1 parent f2681a1 commit a483c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ If a parameter of a function has a default value, please note what the default i
If that default value is `None`, it can also be helpful to explain what happens when the parameter is `None`.
If `**kwargs` is part of the function signature, link to the parent class(es) or method(s) so that the reader knows where to find the available parameters.
For an example file with docstrings, see [the `gates` module](https://github.com/amazon-braket/autoqasm/blob/main/src/autoqasm/instructions/gates.py).
For an example file with docstrings, see [the `measurements` module](https://github.com/amazon-braket/autoqasm/blob/main/src/autoqasm/instructions/measurements.py).
### Build and Test Documentation
Expand Down

0 comments on commit a483c19

Please sign in to comment.