Merge lp:~jkakar/txfluiddb/apidocs into lp:txfluiddb

Proposed by Jamu Kakar
Status: Merged
Approved by: Tristan Seligmann
Approved revision: 9
Merged at revision: 9
Proposed branch: lp:~jkakar/txfluiddb/apidocs
Merge into: lp:txfluiddb
Diff against target: 29 lines (+19/-0)
2 files modified
.bzrignore (+1/-0)
Makefile (+18/-0)
To merge this branch: bzr merge lp:~jkakar/txfluiddb/apidocs
Reviewer Review Type Date Requested Status
Tristan Seligmann Approve
Review via email: mp+27432@code.launchpad.net

Description of the change

This branch introduces the following changes:

- A Makefile has 'clean', 'check', 'pyflakes' and 'doc' targets.
  The 'doc' target uses Pydoctor to generate API documentation.

To post a comment you must log in.
Revision history for this message
Tristan Seligmann (mithrandi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzrignore'
--- .bzrignore 2009-08-18 22:27:31 +0000
+++ .bzrignore 2010-06-12 17:46:26 +0000
@@ -1,1 +1,2 @@
1_trial_temp1_trial_temp
2apidocs
23
=== added file 'Makefile'
--- Makefile 1970-01-01 00:00:00 +0000
+++ Makefile 2010-06-12 17:46:26 +0000
@@ -0,0 +1,18 @@
1clean:
2 find . -name \*pyc -exec rm {} \;
3 rm -rf _trial_temp
4
5check:
6 @trial txfluiddb
7
8pyflakes:
9 @pyflakes txfluiddb
10
11doc:
12 @pydoctor \
13 --project-name txFluidDB \
14 --project-url "http://launchpad.net/txfluiddb" \
15 --project-base-dir `pwd` \
16 --add-package txfluiddb \
17 --make-html
18

Subscribers

People subscribed via source and target branches

to all changes: