Unverified Commit 899a7959 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

[Doc] python api contents (#4649)

parent 6e09c2c1
...@@ -29,6 +29,7 @@ Neural Network Intelligence ...@@ -29,6 +29,7 @@ Neural Network Intelligence
nnictl Commands <reference/nnictl> nnictl Commands <reference/nnictl>
Experiment Configuration <reference/experiment_config> Experiment Configuration <reference/experiment_config>
Python API <reference/_modules/nni> Python API <reference/_modules/nni>
API Reference <reference/python_api_ref>
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
.. 7f1c1f76edfd4524c037b283d7520561 .. fed79e0ecef07f9d28e06ad261fd8f7b
########################### ###########################
Neural Network Intelligence Neural Network Intelligence
......
...@@ -11,5 +11,6 @@ References ...@@ -11,5 +11,6 @@ References
nnictl Commands <reference/nnictl> nnictl Commands <reference/nnictl>
Experiment Configuration <reference/experiment_config> Experiment Configuration <reference/experiment_config>
SDK API References <sdk_reference> SDK API References <sdk_reference>
API References <reference/python_api_ref>
Supported Framework Library <SupportedFramework_Library> Supported Framework Library <SupportedFramework_Library>
Launch from Python <Tutorial/HowToLaunchFromPython> Launch from Python <Tutorial/HowToLaunchFromPython>
Model Compression
=================
nni.algorithms.compression
--------------------------
nni.compression
---------------
Experiment
==========
nni.experiment
--------------
nni.runtime
-----------
nni.tools
---------
Feature Engineering
===================
nni.algorithms.feature_engineering
----------------------------------
Hyperparameter Optimization
===========================
nni.algorithms.hpo
------------------
nni.tuner
---------
nni.assessor
------------
nni.trial
---------
Neural Architecture Search
==========================
nni.retiarii
------------
Others
======
nni
---
nni.common
----------
nni.utils
---------
API Reference
=============
.. toctree::
:maxdepth: 1
Hyperparameter Optimization <./python_api/hpo>
Neural Architecture Search <./python_api/nas>
Model Compression <./python_api/compression>
Feature Engineering <./python_api/feature_engineering>
Experiment <./python_api/experiment>
Others <./python_api/others>
.. 435c9eaf84995753a99fb489190daaa6 .. a37f2fd05f05aaee4da775e155f4733d
:orphan: :orphan:
...@@ -11,5 +11,6 @@ ...@@ -11,5 +11,6 @@
nnictl 命令 <reference/nnictl> nnictl 命令 <reference/nnictl>
Experiment 配置 <reference/experiment_config> Experiment 配置 <reference/experiment_config>
SDK API 参考 <sdk_reference> SDK API 参考 <sdk_reference>
API 参考 <reference/python_api_ref>
支持的框架和库 <SupportedFramework_Library> 支持的框架和库 <SupportedFramework_Library>
从 Python 发起实验 <Tutorial/HowToLaunchFromPython> 从 Python 发起实验 <Tutorial/HowToLaunchFromPython>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment