Skip to content

Commit

Permalink
Remove tune_cnn.ipynb; fix broken link (#1980)
Browse files Browse the repository at this point in the history
Summary:
The material in `tune_cnn.ipynb` is redundant with the material in `tune_cnn_service.ipynb`. It is also creating a link because the `tutorials.json` markdown file points to the latter tutorial, while `tutorials/index.js` points to the former. This PR removes `tune_cnn.ipynb` and fixes the broken link by having both point to `tune_cnn_service.ipynb`.

I also removed an unused variable in `index.js`.

Pull Request resolved: #1980

Test Plan: I built tutorials tutorials locally and served the website with ` ./scripts/make_docs.sh` and confirmed that the link works now.

Reviewed By: saitcakmak

Differential Revision: D51207603

Pulled By: esantorella

fbshipit-source-id: da9360cf9feb3d4d8c489e6eb15f8fae5f86eef7
  • Loading branch information
esantorella authored and facebook-github-bot committed Nov 10, 2023
1 parent 46418da commit 1186380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 779 deletions.
Loading

0 comments on commit 1186380

Please sign in to comment.