From 09e4f714f54118767e738ba1f879bfaedd35c7df Mon Sep 17 00:00:00 2001 From: Jared Andrews Date: Fri, 30 Jun 2017 10:40:59 -0500 Subject: [PATCH] use explicit module name for autofunction --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 0d59bf1..6390990 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -60,10 +60,10 @@ This could also be done by creating a string for the matrix by concatenating the Full tfmp Module Reference ----------------------------- -.. autofunction:: create_matrix -.. autofunction:: read_matrix -.. autofunction:: score2pval -.. autofunction:: pval2score +.. autofunction:: tfmp.create_matrix +.. autofunction:: tfmp.read_matrix +.. autofunction:: tfmp.score2pval +.. autofunction:: tfmp.pval2score Contribute ---------------