From 3c8ab0452b9c397eb8bde07e2f47fb2fdedef4cc Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Mon, 6 Jul 2015 21:33:24 +0300 Subject: [PATCH] doctest report --- docs/quality/doctests_report.rst | 2 ++ docs/quality/index.rst | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/quality/doctests_report.rst diff --git a/docs/quality/doctests_report.rst b/docs/quality/doctests_report.rst new file mode 100644 index 0000000..59a2bd7 --- /dev/null +++ b/docs/quality/doctests_report.rst @@ -0,0 +1,2 @@ +This is placeholder file doc doctest results. If you see this file then doctests has not been run. + diff --git a/docs/quality/index.rst b/docs/quality/index.rst index d78827c..bfc9d89 100644 --- a/docs/quality/index.rst +++ b/docs/quality/index.rst @@ -6,3 +6,9 @@ Lint report .. include:: lint_report.rst +Doctest report +-------------- + +.. include:: doctest_report.rst + +