2 Commits
Author SHA1 Message Date
Zhengxing Chen 539d22cd83 update sphinx (#146)
Summary:
Update several things so that sphinx compiled successfully:
conf.py (add onnx in autodoc_mock_imports and add Horizon root to sys.path)
ml/rl/caffe_utils.py (update __getattr__ such that sphnix wouldn't throw exception)
ml/rl/tensorboardX.py (update __getattr__ such that sphnix wouldn't throw exception)
Pull Request resolved: https://github.com/facebookresearch/Horizon/pull/146

Test Plan: Wait for all integration tests and unit tests pass

Reviewed By: kittipatv

Differential Revision: D16243745

Pulled By: czxttkl

fbshipit-source-id: e3b8af37ec520bde44a4a59379341bceaa981070
2019-07-18 16:03:39 -07:00
Jason Gauci 9423705a6c Add sphinx documentation. Convert markdown files to rst.
Summary: Pull Request resolved: https://github.com/facebookresearch/Horizon/pull/119

Reviewed By: kittipatv

Differential Revision: D14992371

Pulled By: MisterTea

fbshipit-source-id: 9ebe007009be3a1e22556724254da710dd7a5d3e
2019-04-19 10:42:57 -07:00