From a71985b9defc28b469787393193fdbe5904cab96 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 6 Aug 2013 19:22:52 +0900 Subject: Add generation of package documentation Documentation is generated in html format into the docs folder. The idea is that with further commits we can automatically generate and package the documentation into a zip file that can be published to the package index. Change-Id: Ia5719bda59b6224fc05e2021e9054e29990ad22a --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 26b5985..79de381 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ .settings build/ dist/ +docs/ pygerrit.egg-info/ pygerritenv/ -- cgit v1.2.1