Browse Source

docs: updated IDE sections in index pages

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

+ 3
- 3
README.md View File

@@ -68,9 +68,9 @@ You can also refer to the [Intel® IoT Developer Zone](https://software.intel.co
68 68
 
69 69
 ### IDE Integration
70 70
 
71
-If you would like to create Eclipse IDE projects using the UPM C++ samples,
72
-please follow the instructions posted [here](https://software.intel.com/en-us/node/551014).
73
-This will show you how to import the code and configure your project.
71
+If you would like to create projects and run the UPM samples using an Intel recommended IDE,
72
+please refer to the Intel Developer Zone IDE page.
73
+<a href="https://software.intel.com/iot/software/ide"><img src="../docs/icons/allides.png"/></a>
74 74
 
75 75
 ### Building UPM
76 76
 

BIN
docs/icons/allides.png View File


BIN
docs/icons/eclipse.png View File


BIN
docs/icons/wyliodrin.png View File


BIN
docs/icons/xdk.png View File


+ 6
- 3
doxy/README.cpp.md View File

@@ -32,11 +32,14 @@ Supported [sensor list](http://iotdk.intel.com/docs/master/upm/modules.html) fro
32 32
 
33 33
 You can also refer to the [Intel® IoT Developer Zone](https://software.intel.com/iot/sensors).
34 34
 
35
-### IDE Integration
35
+### IDE Compatibility
36 36
 
37 37
 If you would like to create Eclipse IDE projects using the UPM C++ samples,
38
-please follow the instructions posted [here](https://software.intel.com/en-us/node/551014).
39
-This will show you how to import the code and configure your project.
38
+please follow the instructions provided on the Intel Developer Zone IDE page.
39
+
40
+@htmlonly
41
+<a href="https://software.intel.com/iot/software/ide"><img src="../docs/icons/eclipse.png"/></a>
42
+@endhtmlonly
40 43
 
41 44
 ### Building UPM
42 45
 

+ 7
- 4
doxy/README.java.md View File

@@ -32,11 +32,14 @@ Supported [sensor list](http://iotdk.intel.com/docs/master/upm/java/modules.html
32 32
 
33 33
 You can also refer to the [Intel® IoT Developer Zone](https://software.intel.com/iot/sensors).
34 34
 
35
-### IDE Integration
35
+### IDE Compatibility
36 36
 
37
-If you would like to create Eclipse IDE projects using the UPM C++ samples,
38
-please follow the instructions posted [here](https://software.intel.com/en-us/node/551014).
39
-This will show you how to import the code and configure your project.
37
+If you would like to create Eclipse IDE projects using the UPM Java samples,
38
+please follow the instructions provided on the Intel Developer Zone IDE page.
39
+
40
+@htmlonly
41
+<a href="https://software.intel.com/iot/software/ide"><img src="../docs/icons/eclipse.png"/></a>
42
+@endhtmlonly
40 43
 
41 44
 ### Building UPM
42 45
 

+ 9
- 0
doxy/index.rst View File

@@ -23,6 +23,15 @@ repository.
23 23
 
24 24
 Individual sensor usage examples for python are available `here <https://github.com/intel-iot-devkit/upm/tree/master/examples/python>`_.
25 25
 
26
+``IDE Compatibility``
27
+################
28
+
29
+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
30
+languages, including Python. More information can be found on the Intel Developer Zone IDE page.
31
+
32
+.. image:: ../docs/icons/wyliodrin.png
33
+   :target: https://software.intel.com/iot/software/ide
34
+
26 35
 ``Making your own UPM Module``
27 36
 ##############################
28 37
 

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

@@ -36,6 +36,19 @@
36 36
          href="https://github.com/intel-iot-devkit/upm/tree/master/examples/javascript">here</a>.</p>
37 37
       
38 38
     </div>
39
+    <div class="section" id="ide"> 
40
+      <h3><tt class="docutils literal"><span class="pre">IDE Compatibility</span> 
41
+      <span class="pre">UPM</span></tt><a class="headerlink"
42
+                                          href="#ide"
43
+                                          title="Permalink to this headline">*</a></h3>
44
+      
45
+
46
+      <p>Intel® XDK IoT Edition is the recommended IDE for Node.js development.
47
+      Visit the Intel® Developer Zone IDE page for more information on how to get
48
+      started.
49
+      <a href="https://software.intel.com/iot/software/ide"><img src="../docs/icons/xdk.png" /></a>
50
+      </p>
51
+    </div>
39 52
     <div class="section" id="building-upm"> 
40 53
       <h3><tt class="docutils literal"><span class="pre">Building</span> 
41 54
       <span class="pre">UPM</span></tt><a class="headerlink"