David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 1 | :orphan: |
| 2 | |
David B. Kinder | 9d04f03 | 2019-04-10 14:57:51 -0700 | [diff] [blame] | 3 | .. _page-not-found: |
| 4 | |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 5 | Sorry, Page Not Found |
| 6 | ##################### |
| 7 | |
David B. Kinder | d47bd0b | 2018-07-26 13:30:42 -0700 | [diff] [blame] | 8 | .. image:: images/Zephyr-Kite-in-tree.png |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 9 | :align: right |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 10 | |
David B. Kinder | f3f266e | 2018-07-31 13:47:10 -0700 | [diff] [blame] | 11 | .. raw:: html |
| 12 | |
| 13 | <noscript> |
| 14 | Sorry, the page you requested was not found on this site. |
| 15 | </noscript> |
| 16 | <script type="text/javaScript"> |
| 17 | <!-- |
David B. Kinder | 03d416e | 2018-09-06 16:44:07 -0700 | [diff] [blame] | 18 | var strReferrer=document.referrer; |
| 19 | if (strReferrer.length > 0) { |
| 20 | document.write("<p>Sorry, the page you requested: " + |
| 21 | "<a href=\"" + strReferrer + "\">" + |
| 22 | strReferrer + "</a> was not found on this site.</p>"); |
| 23 | } else { |
| 24 | document.write("<p>Sorry, the page you requested was not found on this site.</p>") |
| 25 | } |
David B. Kinder | f3f266e | 2018-07-31 13:47:10 -0700 | [diff] [blame] | 26 | //--> |
| 27 | </script> |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 28 | |
| 29 | Please check the url for misspellings. |
| 30 | |
| 31 | It's also possible we've removed or renamed the page you're looking for. |
| 32 | |
David B. Kinder | f3f266e | 2018-07-31 13:47:10 -0700 | [diff] [blame] | 33 | Please try using the navigation links on the left of this page to navigate |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 34 | the major sections of our site, or use the search box. |
| 35 | |
Stephanos Ioannidis | 8c36140 | 2022-04-27 11:54:14 +0900 | [diff] [blame] | 36 | If you got this error by following a link, please let us know by creating an |
| 37 | issue on `GitHub`_. |
David B. Kinder | a13eaf5 | 2017-08-18 17:14:19 -0700 | [diff] [blame] | 38 | |
Stephanos Ioannidis | 8c36140 | 2022-04-27 11:54:14 +0900 | [diff] [blame] | 39 | .. _GitHub: https://github.com/zephyrproject-rtos/zephyr/issues |
David B. Kinder | f3f266e | 2018-07-31 13:47:10 -0700 | [diff] [blame] | 40 | |
| 41 | .. raw:: html |
| 42 | |
| 43 | <div style='clear:both'></div> |