From a025754b3bf1f5d41acfc048bdf22b49267b332f Mon Sep 17 00:00:00 2001 From: Noel Dawe Date: Mon, 7 Aug 2017 12:40:29 +1000 Subject: [PATCH] DOCS: promote Contributing section to top-level and make stackoverflow the recommended way to ask general questions --- docs/contributing.rst | 12 ++++++++++++ docs/faq.rst | 6 +++--- docs/index.rst | 1 + docs/start.rst | 20 -------------------- 4 files changed, 16 insertions(+), 23 deletions(-) create mode 100644 docs/contributing.rst diff --git a/docs/contributing.rst b/docs/contributing.rst new file mode 100644 index 0000000..7249627 --- /dev/null +++ b/docs/contributing.rst @@ -0,0 +1,12 @@ + +============ +Contributing +============ + +Think you found a bug? Open a new issue here: +`github.com/scikit-hep/root_numpy/issues `_. + +Post questions on `stackoverflow.com `_ +and use the tag ``rootpy``. Also feel free to fork +`root_numpy on GitHub `_ +and submit a pull request. diff --git a/docs/faq.rst b/docs/faq.rst index 9fb0165..1c75e2b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1,9 +1,9 @@ .. currentmodule:: root_numpy -============== -root_numpy FAQ -============== +=== +FAQ +=== This is a list of Frequently Asked Questions about root_numpy. Feel free to suggest new entries! diff --git a/docs/index.rst b/docs/index.rst index cba3cad..3e99d00 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,5 +16,6 @@ root_numpy install start faq + contributing reference/index auto_examples/index diff --git a/docs/start.rst b/docs/start.rst index 16ecd24..0f81231 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -131,23 +131,3 @@ or histogram: hist.FillRandom('gaus') arr = random_sample(hist, 1000000) - -Have Questions or Found a Bug? -============================== - -Think you found a bug? Open a new issue here: -`github.com/rootpy/root_numpy/issues `_. - -Also feel free to post questions or follow discussion on the -`rootpy-users `_ or -`rootpy-dev `_ Google groups. - - -Contributing -============ - -Please post on the rootpy-dev@googlegroups.com list if you have ideas -or contributions. Feel free to fork -`root_numpy on GitHub `_ -and later submit a pull request. -