File: support.rst

package info (click to toggle)
python-boost-histogram 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: python: 7,940; cpp: 3,243; makefile: 22; sh: 1
file content (17 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Support
================

If you are stuck with a problem using Boost-histogram, please do get in touch at our
`Issues <https://github.com/scikit-hep/boost-histogram/issues>`_ or `Gitter Channel
<https://gitter.im/HSF/PyHEP-histogramming>`_. The developers are willing to
help.

You can save time by following this procedure when reporting a problem:

* Do try to solve the problem on your own first. Read the documentation,
  including using the search feature, index and reference documentation.
* Search the issue archives to see if someone else already had the same
  problem.
* Before writing, try to create a minimal example that reproduces
  the problem. You'll get the fastest response if you can send just a handful
  of lines of code that show what isn't working.