Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#248 from yinhaofeng/docs
Browse files Browse the repository at this point in the history
add readme summary
  • Loading branch information
fuyinno4 authored Oct 28, 2020
2 parents 904d21d + aa969f6 commit d26d24a
Show file tree
Hide file tree
Showing 32 changed files with 3,290 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/readthedocs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Loading

0 comments on commit d26d24a

Please sign in to comment.