Brak opisu

index.rst 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .. UPM Python documentation master file, created by Sisinty Sasmita Patra
  2. UPM Team on Thu May 14 15:58:46 2015.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. **Welcome to UPM Python Documentation!**
  6. =========================================
  7. .. include:: ../../README.md
  8. :start-after: ==============
  9. :end-before: ### Example
  10. ``Building UPM``
  11. ################
  12. For building UPM, please follow this `link <https://github.com/intel-iot-devkit/upm/blob/master/docs/building.md>`_.
  13. ``Examples``
  14. ############
  15. Multi-sensor samples for the starter and specialized kits can be found in the `iot-devkit-samples <https://github.com/intel-iot-devkit/iot-devkit-samples>`_
  16. repository.
  17. Individual sensor usage examples for python are available `here <https://github.com/intel-iot-devkit/upm/tree/master/examples/python>`_.
  18. ``IDE Compatibility``
  19. ################
  20. While there is no official IDE provided with our Python libraries, we do recommend the web-based IDE Wyliodrin. It can be used with multiple programming
  21. languages, including Python. More information can be found on the Intel Developer Zone IDE page.
  22. .. image:: ../docs/icons/wyliodrin.png
  23. :target: https://software.intel.com/iot/software/ide
  24. ``Making your own UPM Module``
  25. ##############################
  26. This `link <https://github.com/intel-iot-devkit/upm/blob/master/docs/porting.md>`_ has more information on making a new UPM module.
  27. There is also an example available for max31855 `sensor <https://github.com/intel-iot-devkit/upm/blob/master/docs/max31855.md>`_.
  28. ``Naming Conventions and Rules for New UPM Contributions``
  29. ##########################################################
  30. Before you begin development, please take a look at our naming `conventions <https://github.com/intel-iot-devkit/upm/blob/master/docs/naming.md>`_.
  31. Also, please read the guidelines for contributions to `UPM <https://github.com/intel-iot-devkit/upm/blob/master/docs/contributions.md>`_.
  32. Don't forget to check the documentation `section <https://github.com/intel-iot-devkit/upm/blob/master/docs/documentation.md>`_.
  33. .. note::
  34. * Make sure you add yourself as an author on every new code file submitted.
  35. * If you are providing a fix with significant changes, feel free to add yourself as a contributor.
  36. * Signing-off your commits is mandatory.
  37. ``List of Available Sensors Drivers``
  38. ######################################
  39. .. toctree::
  40. :maxdepth: 2
  41. modules
  42. ``Other API Documentation``
  43. ###########################
  44. .. image:: ../docs/icons/c++.png
  45. :target: http://iotdk.intel.com/docs/master/upm/modules.html
  46. .. image:: ../docs/icons/java.png
  47. :target: http://iotdk.intel.com/docs/master/upm/java
  48. .. image:: ../docs/icons/python.png
  49. :target: http://iotdk.intel.com/docs/master/upm/python
  50. .. image:: ../docs/icons/node.png
  51. :target: http://iotdk.intel.com/docs/master/upm/node
  52. ``Version Changelog``
  53. #####################
  54. For our Version Changelog, please see `here <https://github.com/intel-iot-devkit/upm/blob/master/docs/changelog.md>`_.
  55. ``Known Limitations``
  56. ###################################
  57. For the List of Known Limitations, please see `here <https://github.com/intel-iot-devkit/upm/blob/master/docs/knownlimitations.md>`_.
  58. ``Indices and tables``
  59. ######################
  60. * :ref:`genindex`
  61. * :ref:`modindex`
  62. * :ref:`search`