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

Nav updates for TF2 #2721

Merged
merged 2 commits into from Oct 3, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 6 additions & 10 deletions docs/_book.yaml
Expand Up @@ -13,12 +13,8 @@ upper_tabs:
other:
- name: Guide
contents:
- title: "Overview"
path: /tensorboard/overview
- title: "Get started"
path: /tensorboard/get_started
- title: "Migrate to TF 2"
path: /tensorboard/migrate
- title: "Scalars and metrics"
path: /tensorboard/scalars_and_keras
- title: "Image data"
Expand All @@ -33,16 +29,16 @@ upper_tabs:
path: /tensorboard/tensorboard_profiling_keras
- title: "TensorBoard in notebooks"
path: /tensorboard/tensorboard_in_notebooks
- heading: "Versions"
- title: "Migrate from TF 1 to TF 2"
path: /tensorboard/migrate
- title: "TensorFlow 1.x usage"
path: https://github.com/tensorflow/tensorboard/tree/master/docs/r1
status: external

# - name: API
# skip_translation: true
# contents:
# - include: /tensorboard/api_docs/python/_toc.yaml

- name: TF 1
contents:
- title: "TF 1"
path: https://github.com/tensorflow/tensorboard/tree/master/docs/r1
status: external

- include: /_upper_tabs_right.yaml
4 changes: 2 additions & 2 deletions docs/_index.yaml
Expand Up @@ -22,8 +22,8 @@ landing_page:
</ul>
image_path: /tensorboard/images/tensorboard.gif
buttons:
- label: Learn More
path: /tensorboard/overview
- label: Get started
path: /tensorboard/get_started
classname: button
- classname: devsite-landing-row-cards
items:
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions docs/tensorboard_profiling_keras.ipynb
Expand Up @@ -972,8 +972,7 @@
"Some useful references for performance tuning:\n",
"\n",
"\n",
"* [TensorFlow Performance](https://www.tensorflow.org/guide/performance/overview)\n",
"* [Data input pipeline](https://www.tensorflow.org/guide/performance/datasets)\n",
"* [Data input pipeline](https://www.tensorflow.org/guide/data_performance)\n",
"* [Training Performance: A user’s guide to converge faster (TensorFlow Dev Summit 2018)](https://www.youtube.com/watch?v=SxOsJPaxHME)\n",
"\n",
"\n"
Expand Down