summaryrefslogtreecommitdiffstats
path: root/testapi/docs/Makefile
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-10-20 17:39:54 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2017-10-27 07:59:18 +0000
commit7d32f7713668e69c89f0cb9fdd0fe2d5c293280b (patch)
tree9dc74fc85167c3eb21d6a7ff18851e896875ebee /testapi/docs/Makefile
parenta9da6ed15e08b2797f5c794117327d40b46bceae (diff)
add develop guide for testapi
Change-Id: Iaa9c15092aafda2024f08c467eea2f3ab9cddd96 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/docs/Makefile')
-rw-r--r--testapi/docs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/testapi/docs/Makefile b/testapi/docs/Makefile
new file mode 100644
index 0000000..11e9eb6
--- /dev/null
+++ b/testapi/docs/Makefile
@@ -0,0 +1,20 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+SPHINXPROJ = OPNFVTestAPI
+SOURCEDIR = .
+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) \ No newline at end of file