未验证 提交 db9a4275 编写于 作者: W whs 提交者: GitHub

Fix en docs (#283)

上级 47390dab
...@@ -17,4 +17,3 @@ help: ...@@ -17,4 +17,3 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -rf $(BUILDDIR)/html/index.html
...@@ -25,7 +25,7 @@ author = u'paddleslim' ...@@ -25,7 +25,7 @@ author = u'paddleslim'
# The short X.Y version # The short X.Y version
version = u'' version = u''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'1.0' release = u''
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
...@@ -58,7 +58,7 @@ source_suffix = ['.rst', '.md'] ...@@ -58,7 +58,7 @@ source_suffix = ['.rst', '.md']
#source_suffix = '.rst' #source_suffix = '.rst'
# The master toctree document. # The master toctree document.
master_doc = 'index_en' master_doc = 'index'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -15,5 +15,3 @@ Index ...@@ -15,5 +15,3 @@ Index
tutorials/index_en tutorials/index_en
api_en/index_en api_en/index_en
model_zoo_en.md model_zoo_en.md
.. mdinclude:: intro_en.md
...@@ -17,4 +17,3 @@ help: ...@@ -17,4 +17,3 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile %: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -rf $(BUILDDIR)/$@/index_en.html
...@@ -25,7 +25,7 @@ author = u'paddleslim' ...@@ -25,7 +25,7 @@ author = u'paddleslim'
# The short X.Y version # The short X.Y version
version = u'' version = u''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'1.0' release = u''
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册