[Python-modules-commits] r15584 - in packages/pebl/trunk/debian (control pebl.1 rules)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Thu Feb 10 22:57:27 UTC 2011
Date: Thursday, February 10, 2011 @ 22:57:25
Author: miriam
Revision: 15584
Added man page
Capitaliza Python in package descriptions
Added:
packages/pebl/trunk/debian/pebl.1
Modified:
packages/pebl/trunk/debian/control
packages/pebl/trunk/debian/rules
Modified: packages/pebl/trunk/debian/control
===================================================================
--- packages/pebl/trunk/debian/control 2011-02-10 21:13:03 UTC (rev 15583)
+++ packages/pebl/trunk/debian/control 2011-02-10 22:57:25 UTC (rev 15584)
@@ -16,7 +16,7 @@
Provides: ${python:Provides}
Suggests: python-pebl-dbg, python-pebl-doc
Description: Python Environment for Bayesian Learning
- Pebl is a python library and command line application for learning
+ Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations. Pebl includes the following features:
* Can learn with observational and interventional data
@@ -34,7 +34,7 @@
Architecture: any
Depends: python-pebl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Python Environment for Bayesian Learning - debug
- Pebl is a python library and command line application for learning
+ Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations. .
This package contains the debugging symbols.
@@ -45,7 +45,7 @@
Depends: ${misc:Depends}
Recommends: python-pebl
Description: Python Environment for Bayesian Learning - documentation
- Pebl is a python library and command line application for learning
+ Pebl is a Python library and command line application for learning
the structure of a Bayesian network given prior knowledge and
observations.
.
Added: packages/pebl/trunk/debian/pebl.1
===================================================================
--- packages/pebl/trunk/debian/pebl.1 (rev 0)
+++ packages/pebl/trunk/debian/pebl.1 2011-02-10 22:57:25 UTC (rev 15584)
@@ -0,0 +1,42 @@
+.\"
+.TH "Pebl" "1" "" "" ""
+.SH "NAME"
+pebl \- Python Environment for Bayesian Learning
+.SH "SYNOPSIS"
+.B pebl <action> [<action parameters>]
+.RI
+.br
+.SH "DESCRIPTION"
+.B Pebl
+is a Python library and command line application for learning the structure of a Bayesian network given prior knowledge and observations.
+.PP
+Pebl includes the following features:
+ . Can learn with observational and interventional data
+ . Handles missing values and hidden variables using exact and heuristic methods
+ . Provides several learning algorithms; makes creating new ones simple
+ . Has facilities for transparent parallel execution using several cluster/grid resources
+ . Calculates edge marginals and consensus networks
+ . Presents results in a variety of formats
+.PP
+.SH "OPTIONS"
+.B run
+.I <configfile>
+ Runs pebl based on params in config file.
+
+.B runtask
+.I <picklefile>
+ Unpickles the file and calls run() on it.
+ <picklefile> should be a a pickled learner or task.
+
+.B viewhtml
+.I <resultfile> <outputdir>
+ Creates a html report of the results.
+ <resultfile> should be a pickled pebl.result.
+ <outputdir> is where the html files will be placed.
+ It will be created if it does not exist.
+.br
+.SH "AUTHOR"
+Pebl was written by Abhik Shah <abhikshah at gmail.com>
+.PP
+This manual page was written by Miriam Ruiz <miriam at debian.org>,
+for the Debian project (but may be used by others).
Modified: packages/pebl/trunk/debian/rules
===================================================================
--- packages/pebl/trunk/debian/rules 2011-02-10 21:13:03 UTC (rev 15583)
+++ packages/pebl/trunk/debian/rules 2011-02-10 22:57:25 UTC (rev 15584)
@@ -65,7 +65,7 @@
dh_installdocs -a
dh_installexamples -a
dh_install -a
- dh_installman -a
+ dh_installman -a debian/pebl.1
dh_link -a
dh_pysupport -a
dh_strip -a --dbg-package=python-pebl-dbg
More information about the Python-modules-commits
mailing list