aaronmarkham commented on a change in pull request #16392: [WIP] Improving 
Python Docs API
URL: https://github.com/apache/incubator-mxnet/pull/16392#discussion_r332794202
 
 

 ##########
 File path: docs/python_docs/python/api/gluon/model_zoo/index.rst
 ##########
 @@ -15,21 +15,20 @@
    specific language governing permissions and limitations
    under the License.
 
-model_zoo.vision
-=================
+gluon.model_zoo.vision
+======================
 
 .. automodule:: mxnet.gluon.model_zoo.vision
+   :noindex:
 
 Review comment:
   What is the reason on when you use this approach:
   ```
   .. automodule:: mxnet.gluon.model_zoo.vision
      :noindex:
   ``` 
   ...versus this:
   ```
   .. automodule:: mxnet.gluon.loss
       :members:
       :imported-members:
       :autosummary:
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to