[Docs] Add English Colab tutorials. (#497)

* Add English-version Colab tutorials

* Revise Chinese-version Colab tutorials.

* Add colab tutorials menu on readthedocs page.

* Fix lint
pull/501/head
Ma Zerun 2021-10-26 17:40:24 +08:00 committed by GitHub
parent 3a35b6f956
commit 54ef176235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 4604 additions and 3375 deletions

View File

@ -85,6 +85,28 @@ html_theme_options = {
'name': 'GitHub',
'url': 'https://github.com/open-mmlab/mmclassification'
},
{
'name':
'Colab Tutorials',
'children': [
{
'name':
'Train and inference with shell commands',
'url':
'https://colab.research.google.com/github/'
'open-mmlab/mmclassification/blob/master/docs/tutorials/'
'MMClassification_tools.ipynb',
},
{
'name':
'Train and inference with Python APIs',
'url':
'https://colab.research.google.com/github/'
'open-mmlab/mmclassification/blob/master/docs/tutorials/'
'MMClassification_python.ipynb',
},
]
},
{
'name':
'Projects',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -85,6 +85,28 @@ html_theme_options = {
'name': 'GitHub',
'url': 'https://github.com/open-mmlab/mmclassification'
},
{
'name':
'Colab 教程',
'children': [
{
'name':
'用命令行工具训练和推理',
'url':
'https://colab.research.google.com/github/'
'open-mmlab/mmclassification/blob/master/docs_zh-CN/'
'tutorials/MMClassification_tools_cn.ipynb',
},
{
'name':
'用 Python API 训练和推理',
'url':
'https://colab.research.google.com/github/'
'open-mmlab/mmclassification/blob/master/docs_zh-CN/'
'tutorials/MMClassification_python_cn.ipynb',
},
]
},
{
'name':
'算法库',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long