Skip to content

doc: update using_tensorflow topic #946

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 27 commits into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
87df158
doc: refactor overview section per improvement plan
eslesar-aws Jun 19, 2019
90c4b46
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jun 19, 2019
d7807d3
doc: refactor sphinx overview topic
eslesar-aws Jun 24, 2019
2fb1a12
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jun 25, 2019
9276c3c
Update doc/overview.rst
eslesar-aws Jun 26, 2019
ace7929
Update doc/overview.rst
eslesar-aws Jun 26, 2019
98ed2a6
Merge branch 'master' into refactor-tensorflow-general
eslesar-aws Jun 26, 2019
122f066
doc: made changes per feedback comments
eslesar-aws Jun 26, 2019
94d271e
Merge branch 'refactor-tensorflow-general' of https://github.com/esle…
eslesar-aws Jun 26, 2019
79ef51e
Merge branch 'master' into refactor-tensorflow-general
eslesar-aws Jun 28, 2019
9eca3ef
doc: remove duplicate faq section and fixed heading
eslesar-aws Jun 28, 2019
c352a36
Merge branch 'refactor-tensorflow-general' of https://github.com/esle…
eslesar-aws Jun 28, 2019
565ff70
doc: fix heading levels in overview.rst
eslesar-aws Jun 28, 2019
da0868e
doc: update TensorFlow using topic
eslesar-aws Jul 8, 2019
345a860
doc: fix merge conflicts in overview.rst
eslesar-aws Jul 8, 2019
94ccf28
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jul 16, 2019
aa6ef48
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jul 18, 2019
e18384b
doc: Update using_tf.rst to address feedback
eslesar-aws Jul 18, 2019
1ef4b8c
doc: fix comment in conf.py per build log
eslesar-aws Jul 19, 2019
90eebfd
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jul 19, 2019
18fcde1
doc: add newline to conf.py to fix error
eslesar-aws Jul 19, 2019
4b0d181
doc: addressed feedback for PR
eslesar-aws Jul 19, 2019
1fd146d
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jul 19, 2019
8df0760
doc: update conf.py
eslesar-aws Jul 19, 2019
addced4
doc: remove duplicate byom section in overview.rst
eslesar-aws Jul 19, 2019
9c1bba2
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
eslesar-aws Jul 19, 2019
f595cab
doc: remove duplicate headings in several rst files
eslesar-aws Jul 19, 2019
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
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __getattr__(cls, name):
"sphinx.ext.coverage",
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
"sphinx.ext.autosectionlabel"
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -95,3 +96,6 @@ def __getattr__(cls, name):

# autosummary
autosummary_generate = True

# autosectionlabel
autosectionlabel_prefix_document = True
Loading