Update the README to link to documentation

Este commit está contenido en:
Bradlee Speice
2013-07-10 20:48:59 -04:00
padre 78893bc975
commit 50c2412454
Se han modificado 2 ficheros con 7 adiciones y 1 borrados

5
README
Ver fichero

@ -34,9 +34,12 @@ Place the following lines into your `/etc/apt/sources.list`:
The tarball can be downloaded from the [downloads](https://github.com/DjBushido/libcvautomation/downloads) page.
Once you have it, just `./configure; make; make install`
## API Documentation ##
Github hosts the documentation, and it can be found [here](https://djbushido.github.com/libcvautomation/)
## Where we're headed ##
At this point, most everything is functionally done. I'll develop python bindings to make interfacing with the library simpler, but it will be mostly bugfixes until I can get to those. If there are any suggestions, please let me know!
At this point, pretty much everything is functionally done. Python bindings to make interfacing with the library simpler have been developed, and it should mostly be bugfixes from here out. If there are any suggestions, please let me know!
## Get in contact ##
If you have a suggestion, comment, question, concern, or otherwise, feel free to email me at <bspeice@uncc.edu>. This product is developed with the community in mind, so if there's any feedback to be had I welcome it.

Ver fichero

@ -34,6 +34,9 @@ Place the following lines into your `/etc/apt/sources.list`:
The tarball can be downloaded from the [downloads](https://github.com/DjBushido/libcvautomation/downloads) page.
Once you have it, just `./configure; make; make install`
## API Documentation ##
Github hosts the documentation, and it can be found [here](https://djbushido.github.com/libcvautomation/)
## Where we're headed ##
At this point, pretty much everything is functionally done. Python bindings to make interfacing with the library simpler have been developed, and it should mostly be bugfixes from here out. If there are any suggestions, please let me know!