* WIP Initial commit of refactored notebooks section.
* Minor additions.
* Finished draft of notebooks quickstart.
* Renamed some files and clarified the notebooks setup doc.
* Updated the guide to custom notebook images.
* A couple more screenshots plus text refinements.
* Fixed references to JupyterHub throughout the docs.
* Updated in response to review comments.
* One more link fix.
* Clarified auth in custom notebooks doc.
* added how to create kubeflow compatible custom Jupyter Image
* small change
* small change
* small change
* small change
* applyied cr comments
* applied formating
* applied formating
* small formatting
* small formatting
* fixed a typo
* formatting
* formatting
* formatting
* fixed a spelling
* applied cr comments
* fixed a typo
* fixed a typo
* fixed jupyter launch commands
* added a full example
* small chnage
* formating
* Added direct links to ksonnet downloads and directed all installation guides to the ksonnet page.
* Removed the no-check-certificate option from wget. I don't think we should use this option by default.
* Responded to review comments.
* change ksonnet install export version
* Upload TFJOB Using GPUs example output & Job Scheduling API verison
* Upload TFJOB Using GPUs example output
Change --batch_size diff.
* Update tftraining.md
1. `ks generate tf-job-simple-v1beta1 ${CNN_JOB_NAME} --name=${CNN_JOB_NAME}` will cause error:
```
ERROR handle object: patching object from cluster: merging object with existing state: unable to recognize "/tmp/ksonnet-mergepatch596037217": no matches for kind "TFJob" in version "kubeflow.org/v1beta1"
```
And tfjobs that created is with namespace 'kubeflow'
* Update content/docs/components/tftraining.md
Added additional optional instructions on how to change the service type of the model service, should give some users a hint on how to expose the external IP. Per default this param seems to be set to ClusterIP, which only exposes internal IP.
* In progress: Refactoring the left-hand navigation panel.
* Added .description to section index pages.
* Removed the redundant Components Overview as the new index page of the components section does a better job.
* Added redirects for the files I've moved/deleted.
* Fixed the URLs in all doc links.