flutter_opencv
flutter_opencv copied to clipboard
Document usage of functions in the official documentation
Currently, we have no documentation of the existing functions, but they are demonstrated in the examples at example/lib/main.dart
under the runAFunction method.
Write base level documentation for the same in Sphinx, in the doc/source/index.rst
file. Making changes to this file (or the files in this directory) will directly affect the documentation generated at https://flutter-opencv.readthedocs.io/en/latest/
Just fork the code; write the documentation; send across a pull request to this repository. Once the request is accepted, the documentation pages will rebuild. (i.e. you might want to run Sphinx locally in order to ensure everything works fine, but this is an extra step).
Hi! I'd like to work on this. Do I need to create a rst file for all functions listed in runAFunction method?