|
@@ -57,10 +57,16 @@ Make sure you add yourself as an author on every new code file submitted.
|
57
|
57
|
If you are providing a fix with significant changes, feel free to add yourself
|
58
|
58
|
as a contributor. Signing-off your commits is mandatory.
|
59
|
59
|
|
60
|
|
-C/C++ API Documentation
|
|
60
|
+API Documentation
|
61
|
61
|
==============
|
62
|
62
|
|
63
|
|
-The C/C++ documentation is available [here](http://iotdk.intel.com/docs/master/upm/).
|
|
63
|
+@htmlonly
|
|
64
|
+
|
|
65
|
+<a href="http://iotdk.intel.com/docs/master/upm/"><img src="docs/c++.png"/></a>
|
|
66
|
+<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/python.png"/></a>
|
|
67
|
+<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/node.png"/></a>
|
|
68
|
+
|
|
69
|
+@endhtmlonly
|
64
|
70
|
|
65
|
71
|
Version @ref changelog [here](docs/changelog.md).
|
66
|
72
|
|