tree: 3948d8c466ae35679525e2c3b380418514ffc220 [path history] [tgz]
  1. _static/
  2. api/
  3. architecture/
  4. build_version_doc/
  5. community/
  6. get_started/
  7. how_to/
  8. model_zoo/
  9. tutorials/
  10. .dockerignore
  11. .gitignore
  12. conf.py
  13. Dockerfile
  14. Doxyfile
  15. index.md
  16. Makefile
  17. mxdoc.py
  18. README.md
docs/README.md

MXNet documentation

A built version of document is available at http://mxnet.io

To build the documents locally, we need to first install docker. Then use the following commands to clone and build the documents.

git clone --recursive https://github.com/dmlc/mxnet
cd mxnet && make docs

The results will be available at docs/_build/html/.

Note:

  • If C++ codes have been changed, we suggest to remove the previous results to trigger the rebuild for all pages, namely run make clean_docs.
  • If C++ codes are failed to build, run make clean
  • If CSS or javascript are changed, we often need to do a force refresh in the browser to clear the cache.