Skip to content

dmlc/docs-redirect-for-mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-redirect-for-mxnet

Collection of rst files to re-direct all webpages from mxnet.readthedocs.io to mxnet.io.

Running for MXNet

python builder/generaterst.py

How to run generally

First, generate your filelist. Which involves building the docs for your project, and then going into _build/html directory and getting the file list.

cd _build/html
find . -type f > /tmp/filelist.txt
python builder/generaterst.py --filelist /tmp/filelist.txt

Resetting the git repo

rm -rf docs
git checkout docs

Credits

Idea in this repo is mainly borrowed from https://github.com/leopd/rtdtest

About

redirect mxnet.readthedocs.io to mxnet.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages