1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
=========
Community
=========
.. toctree::
:hidden:
:glob:
org/*
governance/*
.. container:: row
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-comment fa-4x"></i>
.. container:: col-md-4
If you have questions related to the use of vispy, we have a `chat room
<https://gitter.im/vispy/vispy>`_ on gitter.
.. raw:: html
<hr/>
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-bomb fa-4x"></i>
.. container:: col-md-4
If you find a problem related to this website, please submit an issue to
the `vispy repository <https://github.com/vispy/vispy/issues>`_.
.. raw:: html
<hr/>
.. container:: row
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-bug fa-4x"></i>
.. container:: col-md-4
If you have a bug to report, a feature you’d like to request or a patch
you wish to submit, please `submit an issue
<https://github.com/vispy/vispy/issues>`_.
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-users fa-4x"></i>
.. container:: col-md-4
If you want to help with the development of vispy, join us on `GitHub
<https://github.com/vispy/vispy>`_ or the
`Developer Gitter <https://gitter.im/vispy/vispy-dev>`_. There is also
a `developer's mailing list <vispy-dev@googlegroups.com>`_.
.. container:: row
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-landmark fa-4x"></i>
.. container:: col-md-4
VisPy is both a library and an organization. If you want to know more
about the organization and its structure check out our
:doc:`Charter <./org/CHARTER>` and see who's on the
:doc:`Steering Committee <./org/STEERING-COMMITTEE>`.
.. container:: col-md-1 text-center
.. raw:: html
<i class="fa fa-clipboard-check fa-4x"></i>
.. container:: col-md-4
The :doc:`maintainers <./governance/MAINTAINERS>` of VisPy manage
the project following a simple set of expectations which you can find
in the :doc:`governance <./governance/GOVERNANCE>` document.
|