Browse Source

docs: moved API images used on links to their own subfolder

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 9 years ago
parent
commit
a3b4d466d7

+ 3
- 3
README.md View File

@@ -65,9 +65,9 @@ API Documentation
65 65
 
66 66
 @htmlonly
67 67
 
68
-<a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/c++.png"/></a>
69
-<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/python.png"/></a>
70
-<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/node.png"/></a>
68
+<a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/icons/c++.png"/></a>
69
+<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/icons/python.png"/></a>
70
+<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/icons/node.png"/></a>
71 71
 
72 72
 @endhtmlonly
73 73
 

docs/c++.png → docs/icons/c++.png View File


docs/node.png → docs/icons/node.png View File


docs/python.png → docs/icons/python.png View File


+ 3
- 3
doxy/index.rst View File

@@ -56,11 +56,11 @@ Don't forget to check the documentation `section <https://github.com/intel-iot-d
56 56
 ``Other API Documentation``
57 57
 ###########################
58 58
 
59
-.. image:: ../docs/c++.png
59
+.. image:: ../docs/icons/c++.png
60 60
    :target: http://iotdk.intel.com/docs/master/upm/modules.html
61
-.. image:: ../docs/python.png
61
+.. image:: ../docs/icons/python.png
62 62
    :target: http://iotdk.intel.com/docs/master/upm/python
63
-.. image:: ../docs/node.png
63
+.. image:: ../docs/icons/node.png
64 64
    :target: http://iotdk.intel.com/docs/master/upm/node
65 65
 
66 66
 ``Version Changelog``

+ 3
- 3
doxy/node/generators/yuidoc/tmpl/partials/index.handlebars View File

@@ -109,9 +109,9 @@
109 109
                                                title="Permalink to this headline"></a></h1>
110 110
       
111 111
 
112
-      <p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/c++.png" /></a>
113
-      <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/python.png" /></a>
114
-      <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/node.png" /></a>
112
+      <p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/icons/c++.png" /></a>
113
+      <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/icons/python.png" /></a>
114
+      <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/icons/node.png" /></a>
115 115
       </p>
116 116
     </div>
117 117
     <div class="section" id="version-changelog">