File: extending-developing.rst

package info (click to toggle)
python-papermill 2.6.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: python: 4,977; makefile: 17; sh: 5
file content (16 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
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