From a6b655146dfeb669d291e48540056d7f02a68ea1 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 1 Dec 2018 22:10:32 +0100 Subject: [PATCH 1/5] Add new file --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..9f19a6d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +# This file is a template, and might need editing before it works on your project. +# Full project: https://gitlab.com/pages/doxygen +image: alpine + +pages: + script: + - apk update && apk add doxygen + - doxygen Doku/Doxygen/Doxyfile + - mv Doku/Doxygen/html/ public/ + artifacts: + paths: + - public + only: + - master From 7fe4fe0904ba3219f0363ee55e5f3a589ec534f5 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 1 Dec 2018 22:12:20 +0100 Subject: [PATCH 2/5] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 467dcbf..92f1dc8 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,4 @@ +![Build Status](https://git.itsblue.de/Fenoglio/coderacer/badges/master/build.svg) ![Flyer](/Doku/Bilder/coderace_get_in_contact_pic.png) ## Repo Overview This is fun in progress and for sure not covering all questions and topics. From 41939a90d6926673723917b329171b4ff4bc048d Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 1 Dec 2018 22:13:12 +0100 Subject: [PATCH 3/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 92f1dc8..d61f059 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -![Build Status](https://git.itsblue.de/Fenoglio/coderacer/badges/master/build.svg) +![Build Status](https://git.itsblue.de/Fenoglio/coderacer/badges/master/build.svg) ![Flyer](/Doku/Bilder/coderace_get_in_contact_pic.png) ## Repo Overview This is fun in progress and for sure not covering all questions and topics. From 88d0c1125c37d262934939af1095cd13d1d6e4e4 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 1 Dec 2018 22:19:22 +0100 Subject: [PATCH 4/5] Update Doxyfile --- Doku/Doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doku/Doxygen/Doxyfile b/Doku/Doxygen/Doxyfile index cd8d418..5d0b61c 100644 --- a/Doku/Doxygen/Doxyfile +++ b/Doku/Doxygen/Doxyfile @@ -51,14 +51,14 @@ PROJECT_BRIEF = "... better know the details." # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = C:/Users/jnoack/Documents/GITs/coderacer/Doku/Bilder/coderace_logo.JPG +PROJECT_LOGO = ../Bilder/coderace_logo.JPG # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ../../../../ArduinoCodeRace/Doku +OUTPUT_DIRECTORY = ./ # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and From 7c234afe4e67ecf4c0eff9aefef593272c9e4fad Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 1 Dec 2018 22:24:37 +0100 Subject: [PATCH 5/5] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d61f059..7fe4b9b 100644 --- a/readme.md +++ b/readme.md @@ -14,9 +14,12 @@ AppInventor | Module to load into AppInventor. More to come over time. Fritzing | Schematics and stuff Bilder | Pictures of racers and events;-) +## Full API Docs +A full API Documentation is available [here](https://fenoglio.pages.itsblue.de/coderacer/) + ## How to start * Start reading the [{code}racer HowTo](https://git.itsblue.de/Fenoglio/coderacer/tree/master/Doku/coderacer_handbuch.pdf) -* Learn about the [{code}racer API](https://git.itsblue.de/Fenoglio/coderacer/tree/master/Doku/coderacerAPI.pdf) +* Learn about the [{code}racer API](https://fenoglio.pages.itsblue.de/coderacer/) * Download the {code}racer Repo and install the IDE on your PC (see [CodeRacer HowTo Page.8](https://git.itsblue.de/Fenoglio/coderacer/tree/master/Doku/coderacer_handbuch.pdf)) * Installation of used libraries (see [{code}racer HowTo Page.10](https://git.itsblue.de/Fenoglio/coderacer/tree/master/Doku/coderacer_handbuch.pdf)) * Compile example (esp32_coderacer_beispiel) (see [{code}racer HowTo Page.11](https://git.itsblue.de/Fenoglio/coderacer/tree/master/Doku/coderacer_handbuch.pdf))