From e42fe5f0f93f2f5849c26360971ff9eb900c69c3 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Mon, 5 Mar 2018 19:35:41 -0800 Subject: [PATCH 01/51] Add doc to norecursedirs in tox.ini --- changelog/3245.trivial.rst | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/3245.trivial.rst diff --git a/changelog/3245.trivial.rst b/changelog/3245.trivial.rst new file mode 100644 index 000000000..b61d9804f --- /dev/null +++ b/changelog/3245.trivial.rst @@ -0,0 +1 @@ +Added ``doc`` to norecursedirs in tox.ini \ No newline at end of file diff --git a/tox.ini b/tox.ini index b90bd432d..12e7a57fb 100644 --- a/tox.ini +++ b/tox.ini @@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing python_files = test_*.py *_test.py testing/*/*.py python_classes = Test Acceptance python_functions = test -norecursedirs = .tox ja .hg cx_freeze_source +norecursedirs = .tox ja .hg cx_freeze_source doc xfail_strict=true filterwarnings = error From d4c38502312ee13991d05dfc5709f825a77ed6a7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 7 Feb 2018 20:53:31 -0200 Subject: [PATCH 02/51] Create reference and moved Objects and Hooks reference from writing_plugins --- doc/en/_templates/globaltoc.html | 3 +- doc/en/contents.rst | 1 + doc/en/reference.rst | 198 +++++++++++++++++++++++++++++++ doc/en/writing_plugins.rst | 194 +----------------------------- 4 files changed, 206 insertions(+), 190 deletions(-) create mode 100644 doc/en/reference.rst diff --git a/doc/en/_templates/globaltoc.html b/doc/en/_templates/globaltoc.html index fdd4dd59b..8f346fa89 100644 --- a/doc/en/_templates/globaltoc.html +++ b/doc/en/_templates/globaltoc.html @@ -2,8 +2,9 @@