Skip to content

Migrate content from workflow and pytorch readmes into sphinx project #700

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

Merged
merged 7 commits into from
Mar 19, 2019
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.18.6dev
=========

* doc-fix: Move workflow and PyTorch readme content into sphinx project
* doc-fix: Fix broken links in using_tensorflow.rst

1.18.5
======

Expand Down
10 changes: 10 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ PyTorch
*******
A managed environment for PyTorch training and hosting on Amazon SageMaker

.. toctree::
:maxdepth: 1

using_pytorch

.. toctree::
:maxdepth: 2

Expand Down Expand Up @@ -140,6 +145,11 @@ Workflows
*********
SageMaker APIs to export configurations for creating and managing Airflow workflows.

.. toctree::
:maxdepth: 1

using_workflow

.. toctree::
:maxdepth: 2

Expand Down
Loading