diff --git a/README.rst b/README.rst index a4b116b3..516606ed 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,7 @@ and the missing library manager. * `Library Manager `_ * `User Guide `_ * `IDE Integration `_ +* `Articles about us `_ * `Release History `_ You have **no need** to install any *IDE* or compile any tool chains. *PlatformIO* diff --git a/docs/articles.rst b/docs/articles.rst new file mode 100644 index 00000000..de800f62 --- /dev/null +++ b/docs/articles.rst @@ -0,0 +1,16 @@ +.. _articles: + +Articles about us +================= + +.. note:: + If you've writeen article about PlatformIO and would like it listed on + this page, `please edit this page `_. + +Here are recent articles about PlatformIO: + +* March 23, 2015 - **Atmel** - `Cross-board and cross-vendor embedded development with PlatformIO `_ +* March 22, 2015 - **Mark VandeWettering** - `Discovered a new tool for embedded development: PlatformIO `_ +* October 7, 2014 - **Ivan Kravets** - `Integration of PlatformIO library manager to Arduino and Energia IDEs `_ +* June 20, 2014 - **Ivan Kravets** - `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_ +* June 17, 2014 - **Ivan Kravets** - `How was PlatformIO born or why I love Python World `_ \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index c8706a02..2f46d604 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -68,4 +68,5 @@ Contents librarymanager/index userguide/index ide + articles history