This repository was archived by the owner on Jan 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-23
lines changed Expand file tree Collapse file tree 4 files changed +16
-23
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11
22.. currentmodule :: root_numpy
33
4- ==============
5- root_numpy FAQ
6- ==============
4+ ===
5+ FAQ
6+ ===
77
88This is a list of Frequently Asked Questions about root_numpy. Feel free to
99suggest new entries!
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ root_numpy
1616 install
1717 start
1818 faq
19+ contributing
1920 reference/index
2021 auto_examples/index
Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments