Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

============
Contributing
============

Think you found a bug? Open a new issue here:
`github.com/scikit-hep/root_numpy/issues <https://github.com/scikit-hep/root_numpy/issues>`_.

Post questions on `stackoverflow.com <http://stackoverflow.com/questions/tagged/rootpy>`_
and use the tag ``rootpy``. Also feel free to fork
`root_numpy on GitHub <https://github.com/scikit-hep/root_numpy>`_
and submit a pull request.
6 changes: 3 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ root_numpy
install
start
faq
contributing
reference/index
auto_examples/index
20 changes: 0 additions & 20 deletions docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rootpy/root_numpy/issues>`_.

Also feel free to post questions or follow discussion on the
`rootpy-users <http://groups.google.com/group/rootpy-users>`_ or
`rootpy-dev <http://groups.google.com/group/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 <https://github.com/rootpy/root_numpy>`_
and later submit a pull request.