I think I'm now doing the right thing to link to ctrl_pool, but it's not working (can't find the reference); maybe it needs to run in a different environment? I take comfort by the fact that I'm doing the same thing in pipe_tasks used to refer to links in pipe_base, and they don't appear to work there either. I pushed a fixup commit.
In the process, I discovered that ctrl_pool didn't have any "minimal documentation", so I added some there too. Would you mind having a look at that as well, please Tim Jenness?
pprice@tiger-sumire:~/LSST/ctrl/pool (tickets/DM-5837=) $ git sub
|
commit 6345816c15317c69f39fe4764a51d989f5f8b365
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Mon May 9 15:31:44 2016 -0400
|
|
add package overview in doxygen
|
|
doc/SConscript | 3 +++
|
doc/doxygen.conf.in | 1 +
|
doc/main.dox | 18 ++++++++++++++++++
|
ups/ctrl_pool.cfg | 2 +-
|
4 files changed, 23 insertions(+), 1 deletion(-)
|
|
commit a52e8f5fd3794a9c3cd7d4087070a7baee06f1dd
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Mon May 9 15:32:00 2016 -0400
|
|
clean up docstrings
|
|
python/lsst/ctrl/pool/parallel.py | 16 +++++++++-------
|
python/lsst/ctrl/pool/pool.py | 22 +++++++++++++---------
|
2 files changed, 22 insertions(+), 16 deletions(-)
|
|
commit 7de2ccd8a726c7cb99f708c8da448018586331b1
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Mon May 9 16:20:55 2016 -0400
|
|
add generated doc files to .gitignore
|
|
.gitignore | 4 ++++
|
1 file changed, 4 insertions(+)
|
Is this sufficient, Tim Jenness?
price@price-laptop:~/LSST/pipe/drivers (tickets/DM-5837=) $ git sub
commit e04d57d6819afcd4dc1a75cc0d66439f36271319
Author: Paul Price <price@astro.princeton.edu>
Date: Mon May 9 14:50:37 2016 -0400
add package overview in doxygen
doc/SConscript | 3 +++
doc/doxygen.conf.in | 1 +
doc/main.dox | 20 ++++++++++++++++++++
3 files changed, 24 insertions(+)
commit 940e8af26763a6e36ba14ed76fdc13fa4e7a9e9e
Author: Paul Price <price@astro.princeton.edu>
Date: Mon May 9 15:05:19 2016 -0400
clean up docstrings
python/lsst/pipe/drivers/coaddDriver.py | 36 +++++++++++++++------
python/lsst/pipe/drivers/constructCalibs.py | 2 +-
python/lsst/pipe/drivers/multiBandDriver.py | 49 ++++++++++++++++++-----------
python/lsst/pipe/drivers/utils.py | 2 ++
4 files changed, 59 insertions(+), 30 deletions(-)