Quellcode durchsuchen

docs: updated links to documentation pages from readme.md and for porting example

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu vor 9 Jahren
Ursprung
Commit
e0bc9573d4
6 geänderte Dateien mit 12 neuen und 3 gelöschten Zeilen
  1. 3
    0
      CMakeLists.txt
  2. 8
    2
      README.md
  3. BIN
      docs/c++.png
  4. 1
    1
      docs/max31855.md
  5. BIN
      docs/node.png
  6. BIN
      docs/python.png

+ 3
- 0
CMakeLists.txt Datei anzeigen

@@ -65,6 +65,9 @@ if (BUILDDOC)
65 65
   find_package (Doxygen)
66 66
   if (DOXYGEN_FOUND)
67 67
     configure_file (${CMAKE_CURRENT_SOURCE_DIR}/doxy/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
68
+	configure_file (${CMAKE_CURRENT_SOURCE_DIR}/docs/c++.png ${CMAKE_CURRENT_BINARY_DIR}/html/docs/c++.png COPYONLY)
69
+	configure_file (${CMAKE_CURRENT_SOURCE_DIR}/docs/python.png ${CMAKE_CURRENT_BINARY_DIR}/html/docs/python.png COPYONLY)
70
+	configure_file (${CMAKE_CURRENT_SOURCE_DIR}/docs/node.png ${CMAKE_CURRENT_BINARY_DIR}/html/docs/node.png COPYONLY)
68 71
     add_custom_target (doc
69 72
       ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
70 73
       WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

+ 8
- 2
README.md Datei anzeigen

@@ -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
 

BIN
docs/c++.png Datei anzeigen


+ 1
- 1
docs/max31855.md Datei anzeigen

@@ -80,7 +80,7 @@ useful to us and converting it to a double.
80 80
 
81 81
 Our final example, very easy to use API!
82 82
 
83
-@snippet examples/max31855.cxx Interesting
83
+@snippet examples/c++/max31855.cxx Interesting
84 84
 
85 85
 ### Building
86 86
 

BIN
docs/node.png Datei anzeigen


BIN
docs/python.png Datei anzeigen