Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ If `**kwargs` is part of the function signature, link to the parent class(es) or
For an example file with docstrings, see [the `processing` module](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/processing.py).

To have a class's docstrings included in the API reference, it needs to be included in one of the files in the `doc/` folder.
For example, see the [Processing API reference](https://github.com/aws/sagemaker-python-sdk/blob/master/doc/processing.rst).
For example, see the [Processing API reference](https://github.com/aws/sagemaker-python-sdk/blob/master/doc/api/training/processing.rst).


### Build and Test Documentation
Expand Down
Loading