diff --git a/docs/index_cn.rst b/docs/index_cn.rst index 59d37cd4b88ae8d81fb56044ffd248a918e5970d..1c5a7c54a6ed4019c3ec64ca35d7e2a95ca629b7 100644 --- a/docs/index_cn.rst +++ b/docs/index_cn.rst @@ -5,4 +5,5 @@ VisualDL :maxdepth: 1 quick_start_cn.md + contribute_code_cn.md api/visualdl.rst \ No newline at end of file diff --git a/docs/index_en.rst b/docs/index_en.rst index e4bd38f37e6409d33cee503594cb56248ee9183c..da25bb454a152f3739dd827be176cfc0d8c704dc 100644 --- a/docs/index_en.rst +++ b/docs/index_en.rst @@ -6,4 +6,5 @@ VisualDL Home quick_start_en.md + contribute_code_en.md api/visualdl.rst \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c175e029c0f44450bab6be90fe114b08b882710a..b3ad2fb045fce12ce327b834ee9808f0fb606ccc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ scipy==1.0.0 Sphinx==1.6.6 sphinx-rtd-theme==0.2.4 flake8==3.5.0 +pre-commit==1.5.1