From 48ab72508a7f8edc36e1f51ba05b89e8b7cd6bdf Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 5 Mar 2014 09:55:16 -0800 Subject: [PATCH 1/2] No more epydoc, part 2 --- dev-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 88d94b7..e4dd942 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,5 @@ # Older junk tox>=1.4,<1.5 -epydoc>=3.0,<3.1 # For newer tasks like building Sphinx docs. # NOTE: Requires Python >=2.6 invoke>=0.7.0 From 6d00e03d75e81d5b086af8ffae0862bfa551dcbb Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 5 Mar 2014 09:56:25 -0800 Subject: [PATCH 2/2] Seriously, no more epydoc! --- README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README b/README index 1899819..62764f4 100644 --- a/README +++ b/README @@ -123,10 +123,7 @@ Use --- the demo scripts are probably the best example of how to use this package. -there is also a lot of documentation, generated with epydoc, in the doc/ -folder. point your browser there. seriously, do it. mad props to -epydoc, which actually motivated me to write more documentation than i -ever would have before. +there is also a lot of documentation, generated with Sphinx autodoc, in the doc/ folder. there are also unit tests here::