From 752ff28d0dc32c21e1bd3b06db7f19123d9c1799 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Thu, 2 Mar 2017 14:59:35 +0100 Subject: [PATCH] Add the ULWLQMetric module in the doc --- doc/ULWLQMetric.rst | 15 +++++++++++++++ doc/index.rst | 1 + 2 files changed, 16 insertions(+) create mode 100644 doc/ULWLQMetric.rst diff --git a/doc/ULWLQMetric.rst b/doc/ULWLQMetric.rst new file mode 100644 index 0000000..e2a4dce --- /dev/null +++ b/doc/ULWLQMetric.rst @@ -0,0 +1,15 @@ +.. automodule:: NIST.ULWLQMetric + +ULWLQMetric Fingerprint module overloading +########################################## + +This section contains all the docstring related to the ULWLQMetric format, implementing vendor specific functions. This documentation is automaticaly generated, and used as unittest. + +`ULWLQMetric` module +==================== + +.. autoclass:: NIST.ULWLQMetric.NISTULWLQMetric + :members: + :undoc-members: + :show-inheritance: + :special-members: diff --git a/doc/index.rst b/doc/index.rst index 62b4b11..794e558 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -23,6 +23,7 @@ Table of contents Fingerprint Morpho + ULWLQMetric mdedonno Changelog -- GitLab