Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 26dbdcc

Browse files
authored
Merge pull request #341 from ndawe/master
DOCS: promote Contributing section to top-level
2 parents b901e6a + a025754 commit 26dbdcc

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

docs/contributing.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
============
3+
Contributing
4+
============
5+
6+
Think you found a bug? Open a new issue here:
7+
`github.com/scikit-hep/root_numpy/issues <https://github.com/scikit-hep/root_numpy/issues>`_.
8+
9+
Post questions on `stackoverflow.com <http://stackoverflow.com/questions/tagged/rootpy>`_
10+
and use the tag ``rootpy``. Also feel free to fork
11+
`root_numpy on GitHub <https://github.com/scikit-hep/root_numpy>`_
12+
and submit a pull request.

docs/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
.. currentmodule:: root_numpy
33

4-
==============
5-
root_numpy FAQ
6-
==============
4+
===
5+
FAQ
6+
===
77

88
This is a list of Frequently Asked Questions about root_numpy. Feel free to
99
suggest new entries!

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ root_numpy
1616
install
1717
start
1818
faq
19+
contributing
1920
reference/index
2021
auto_examples/index

docs/start.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,23 +131,3 @@ or histogram:
131131
hist.FillRandom('gaus')
132132
arr = random_sample(hist, 1000000)
133133
134-
135-
Have Questions or Found a Bug?
136-
==============================
137-
138-
Think you found a bug? Open a new issue here:
139-
`github.com/rootpy/root_numpy/issues <https://github.com/rootpy/root_numpy/issues>`_.
140-
141-
Also feel free to post questions or follow discussion on the
142-
`rootpy-users <http://groups.google.com/group/rootpy-users>`_ or
143-
`rootpy-dev <http://groups.google.com/group/rootpy-dev>`_ Google groups.
144-
145-
146-
Contributing
147-
============
148-
149-
Please post on the rootpy-dev@googlegroups.com list if you have ideas
150-
or contributions. Feel free to fork
151-
`root_numpy on GitHub <https://github.com/rootpy/root_numpy>`_
152-
and later submit a pull request.
153-

0 commit comments

Comments
 (0)