https://github.com/dmlc/docs-redirect-for-mxnet
redirect mxnet.readthedocs.io to mxnet.io
https://github.com/dmlc/docs-redirect-for-mxnet
Last synced: about 1 year ago
JSON representation
redirect mxnet.readthedocs.io to mxnet.io
- Host: GitHub
- URL: https://github.com/dmlc/docs-redirect-for-mxnet
- Owner: dmlc
- License: apache-2.0
- Created: 2016-11-14T02:30:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T18:40:21.000Z (over 9 years ago)
- Last Synced: 2025-04-22T12:13:02.121Z (about 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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