[docs] pre-hook for apidocs 75/17475/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 25 Jul 2016 02:37:16 +0000 (11:37 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 25 Jul 2016 02:37:16 +0000 (11:37 +0900)
This patch adds pre-hook script which is newly supported by opnfvdocs
and can be used to generate apidocs in yardstick.

This patch also updates .gitignore ;

  - remove '/releng/' as it isn't needed any more

  - add '/docs/apidocs/yardstick*.rst' as those files are generated
    by sphinx and aren't needed to be stored in the repository

JIRA: RELENG-133

Change-Id: I7812b2d6a69b9feb37b6c592c978f91b335c0a1c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
.gitignore
docs/pre-hook.sh [new file with mode: 0644]

index 6f462f5..4843ba8 100644 (file)
@@ -28,4 +28,4 @@ cover/
 .*.sw?
 /docs_build/
 /docs_output/
-/releng/
+/docs/apidocs/yardstick*.rst
diff --git a/docs/pre-hook.sh b/docs/pre-hook.sh
new file mode 100644 (file)
index 0000000..4ecdb19
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2016 NEC and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+sphinx-apidoc -o docs/apidocs yardstick