From f7f2dafb1e3d09017de6968a2a553d3e8b6c765c Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 9 Jun 2016 15:19:57 +0530 Subject: Revamp and complete API documentation Created .rst files that sphinx can use to auto-generate entire API documentation from doc strings present in code. This can be easily rendered and hosted on ReadTheDocs website. Change-Id: If1a569bdeaaba21919ac77ba8bd4967dfec22603 Signed-off-by: Prashanth Pai --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32ade1e..193ae00 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ cover pycscope.* build dist +doc/_build -- cgit