You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/07/28 18:49:56 UTC

[incubator-mxnet] branch master updated: remove executor manager from API doc (#18802)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new f83dbac  remove executor manager from API doc (#18802)
f83dbac is described below

commit f83dbac14e21273c8b1bf88a7dbf5c2a3a39b363
Author: Haibin Lin <li...@gmail.com>
AuthorDate: Tue Jul 28 11:48:05 2020 -0700

    remove executor manager from API doc (#18802)
    
    Co-authored-by: Lin <ha...@a483e7be4c92.ant.amazon.com>
---
 docs/python_docs/python/api/index.rst              |  7 -------
 .../python/api/mxnet/executor_manager/index.rst    | 23 ----------------------
 docs/python_docs/python/api/mxnet/index.rst        |  1 -
 3 files changed, 31 deletions(-)

diff --git a/docs/python_docs/python/api/index.rst b/docs/python_docs/python/api/index.rst
index 7340eab..0fd831d 100644
--- a/docs/python_docs/python/api/index.rst
+++ b/docs/python_docs/python/api/index.rst
@@ -183,13 +183,6 @@ Advanced modules
 
 
    .. card::
-      :title: mxnet.executor_manager
-      :link: mxnet/executor_manager/index.html
-
-      Executor manager
-
-
-   .. card::
       :title: mxnet.rtc
       :link: mxnet/rtc/index.html
 
diff --git a/docs/python_docs/python/api/mxnet/executor_manager/index.rst b/docs/python_docs/python/api/mxnet/executor_manager/index.rst
deleted file mode 100644
index 2be59bd..0000000
--- a/docs/python_docs/python/api/mxnet/executor_manager/index.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-.. Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.
-
-mxnet.executor_manager
-======================
-
-.. automodule:: mxnet.executor_manager
-    :members:
-    :autosummary:
diff --git a/docs/python_docs/python/api/mxnet/index.rst b/docs/python_docs/python/api/mxnet/index.rst
index 96f20e6..def5e27 100644
--- a/docs/python_docs/python/api/mxnet/index.rst
+++ b/docs/python_docs/python/api/mxnet/index.rst
@@ -32,7 +32,6 @@ mxnet
     mxnet.contrib
     mxnet.engine
     mxnet.executor
-    mxnet.executor_manager
     mxnet.gluon
     mxnet.image
     mxnet.initializer