-
Notifications
You must be signed in to change notification settings - Fork 6.8k
cannot find documentation for some python api #11412
Comments
Hi @zchrissirhcz thanks for the question, @sandeep-krishnamurthy requesting this be labeled under Question |
For questions, please submit on MXNet discussion forum (https://discuss.mxnet.io), where it will get a wider audience and allow other to learn as well. |
@aaronmarkham - Can you please help? |
@zchrissirhcz a few modules are indeed not in the API documentation as top-level packages as they should, for example the |
I'm not sure why this is the case. My guess is that it is probably doxygen config. I can tackle it first thing next week. Can you assign the issue to me? |
hi @aaronmarkham, what's the status of this? any updates? |
Hi @sad- I looked at it last week and didn't find the part of the configuration that would adjust this. |
Description
I read MXNet's module API tutorial and confused to some Python API's usage. On the official python api url I can find many documentations but some are not find.
Environment info (Required)
the environment is not required. I search the python API on your official website.
Build info (Required if built from source)
The build info is not required. I search the python API on your official website.
Error Message:
There is not error message since no code run.
Steps to reproduce
mx.sym.Convolution
can be found by typingmxnet.symbol.Convolution
; However,mx.test_utils
can never be found.Hoping the documentation can be complete, thanks.
The text was updated successfully, but these errors were encountered: