File: contributing.rst

package info (click to toggle)
python-pyqtlet2 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,672 kB
  • sloc: python: 997; javascript: 88; makefile: 18; sh: 14
file content (20 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Contributing
============

If you want to contribute to this project, please feel free to go ahead.

Some areas of contribution I'm looking for:

1. Solving the getJsResponse async problem as listed in :doc:`technical`.
2. Feature completeness. There are a lot of methods and signals that have not yet been 
   created. If you need to use any of them and are looking to add them, it is a fairly
   straightforward process, and all help would be appreciated. It might also be an 
   interesting project to autogenerate all the code... I have no idea how one could
   go about doing that, but I believe it might be possible
3. API documentation. Sphinx-apidoc doesn't seem to be able to do what I need. It treats all
   methods, attributes and pyqtSignals as equal. I would like to see if its possible
   to figure out an approach that is able to separate the signals and make a separate
   list of them.

Any other contributions, in terms of bug reports, feature requests and anything else are
appreciated as well.