From 9d132cd4f406b60b7664e1975cfe0b795d7e0af7 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 9 Sep 2019 09:57:48 -0500 Subject: [PATCH] Add pyhf.probability to public API docs --- docs/api.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 3cefe8fc63..7169ed71e4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -16,8 +16,23 @@ Top-Level get_backend set_backend -Making Probability Distribution Functions (PDFs) ------------------------------------------------- +Probability Distribution Functions (PDFs) +----------------------------------------- + +.. currentmodule:: pyhf.probability + +.. autosummary:: + :toctree: _generated/ + :nosignatures: + :template: modifierclass.rst + + Normal + Poisson + Independent + joint_logpdf + +Making Models from PDFs +----------------------- .. currentmodule:: pyhf.pdf