Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 13, 2024
1 parent 3d94f1e commit 77068fd
Show file tree
Hide file tree
Showing 1,891 changed files with 37,501 additions and 44,640 deletions.
44 changes: 20 additions & 24 deletions en/latest/404.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LQZCKGZE94"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LQZCKGZE94');
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found &mdash; PlatformIO latest documentation</title>
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=266695fe" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/copybutton.css?v=76b2166b" />


<link rel="shortcut icon" href="/en/latest/_static/favicon.ico"/>
<link rel="canonical" href="https://docs.platformio.org/404.html" />
<!--[if lt IE 9]>
<script src="/en/latest/_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="/en/latest/_static/jquery.js?v=5d32c60e"></script>
<script src="/en/latest/_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="/en/latest/_static/documentation_options.js?v=475e7f29"></script>
<script src="/en/latest/_static/doctools.js?v=9a2dae69"></script>
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="/en/latest/_static/clipboard.min.js?v=a7894cd8"></script>
<script src="/en/latest/_static/copybutton.js?v=f281be69"></script>
<script src="/en/latest/_static/jquery.js?v=5d32c60e"></script>
<script src="/en/latest/_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="/en/latest/_static/documentation_options.js?v=475e7f29"></script>
<script src="/en/latest/_static/doctools.js?v=9bcbadda"></script>
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="/en/latest/_static/clipboard.min.js?v=a7894cd8"></script>
<script src="/en/latest/_static/copybutton.js?v=f281be69"></script>
<script src="/en/latest/_static/js/theme.js"></script>
<link rel="index" title="Index" href="/en/latest/genindex.html" />
<link rel="search" title="Search" href="/en/latest/search.html" />
Expand Down Expand Up @@ -283,18 +290,7 @@ <h1>Page not found</h1>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<!-- Theme Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LQZCKGZE94"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-LQZCKGZE94', {
'anonymize_ip': false,
});
</script>
</script>

</body>
</html>
17 changes: 17 additions & 0 deletions en/latest/_sources/scripting/launch_types.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,20 @@ If there is no prefix specified, the ``post:`` will be used automatically.
pre:pre_extra_script.py
post:post_extra_script1.py
post_extra_script2.py
.. note::
PlatformIO includes a service stage during runtime where it re-executes extra
scripts to gather integration information intended for IDE plugins. If you want
your scripts to run exclusively for the "build" target, include the following
hook at the beginning of your script:

.. code-block:: python
Import("env")
if env.IsIntegrationDump():
# stop the current script execution
Return()
# code below runs for the "build" and other targets
env.Append(CPPDEFINES=["MACRO_NAME"])
15 changes: 2 additions & 13 deletions en/latest/_static/basic.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

/* -- main layout ----------------------------------------------------------- */
Expand Down Expand Up @@ -115,15 +108,11 @@ img {
/* -- search page ----------------------------------------------------------- */

ul.search {
margin: 10px 0 0 20px;
padding: 0;
margin-top: 10px;
}

ul.search li {
padding: 5px 0 5px 20px;
background-image: url(file.png);
background-repeat: no-repeat;
background-position: 0 7px;
padding: 5px 0;
}

ul.search li a {
Expand Down
2 changes: 1 addition & 1 deletion en/latest/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion en/latest/_static/css/theme.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions en/latest/_static/doctools.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* doctools.js
* ~~~~~~~~~~~
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
"use strict";

Expand Down
Binary file added en/latest/_static/fonts/Lato/lato-bold.eot
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-bold.ttf
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-bold.woff
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-bold.woff2
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-bolditalic.eot
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-bolditalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-italic.eot
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-italic.ttf
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-italic.woff
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-italic.woff2
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-regular.eot
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-regular.ttf
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-regular.woff
Binary file not shown.
Binary file added en/latest/_static/fonts/Lato/lato-regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions en/latest/_static/js/html5shiv-printshiv.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions en/latest/_static/js/html5shiv.min.js

This file was deleted.

Loading

0 comments on commit 77068fd

Please sign in to comment.