Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update Processing API reference #4934

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
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