1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
.. _developing-papermill:
Extending papermill by contributing to it
=========================================
If you find that you'd like to not only add I/O and execution handlers, but
think a fundamental aspect of the project could use some improvement, then you
may want to contribute to it.
Development of papermill happens on github, and a
`detailed guide to contributing`_ to it can be found there. There is also a
`code of conduct`_ there. Please read both documents before beginning!
.. _`detailed guide to contributing`: https://github.com/nteract/papermill/blob/main/CONTRIBUTING.md
.. _`code of conduct`: https://github.com/nteract/nteract/blob/main/CODE_OF_CONDUCT.md
|