From 104132c5d37a2b550049647da818b0b48cb9ebfd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 13 Jun 2016 19:24:13 +0300 Subject: [PATCH] Typo fixes --- docs/demo.rst | 4 ++-- docs/index.rst | 5 ++--- docs/projectconf.rst | 4 ++-- docs/quickstart.rst | 4 ++-- docs/userguide/cmd_ci.rst | 4 ++-- docs/userguide/cmd_init.rst | 4 ++-- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/demo.rst b/docs/demo.rst index 7d1d2c25..28dcc084 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -1,4 +1,4 @@ -.. Copyright 2014-2016 Ivan Kravets +.. Copyright 2014-present Ivan Kravets Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -19,7 +19,7 @@ Demo & Projects Project Examples ---------------- -Preconfigured demo projects are located in `PlatformIO GitHub `_ repository. +Pre-configured demo projects are located in `PlatformIO GitHub `_ repository. "Blink Project" --------------- diff --git a/docs/index.rst b/docs/index.rst index f839bbd8..ce0d088c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ integration. Arduino and MBED compatible. Ready for Cloud compiling.** C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding. Multi-projects workflow with Multiple Panes. Themes Support with dark and light colors. Built-in Terminal with PlatformIO CLI tool and support for the powerful Serial Port Monitor. - All advanced instruments without leaving your favourite development environment. + All advanced instruments without leaving your favorite development environment. * **Development Platforms** - Embedded and Desktop development platforms with pre-built toolchains, debuggers, uploaders and frameworks which work under popular host OS: Mac, Windows, Linux (+ARM) @@ -110,8 +110,7 @@ Contents platforms/index platforms/embedded_boards frameworks/index - platforms/creating_platform - platforms/creating_board + platforms/custom_platform_and_board .. toctree:: :caption: Library Manager diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 5274ccb4..f7dbc86c 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -373,7 +373,7 @@ For more detailed information about available flags/options go to: ``src_build_flags`` ^^^^^^^^^^^^^^^^^^^ -An option ``src_build_flags`` has the same behaviour like ``build_flags`` +An option ``src_build_flags`` has the same behavior like ``build_flags`` but will be applied only for the project source code from :ref:`projectconf_pio_src_dir` directory. @@ -585,7 +585,7 @@ Example: ``lib_dfcyclic`` ^^^^^^^^^^^^^^^^ -Control cyclic (recursive) behaviour for ``Library Dependency Finder (LDF)``. +Control cyclic (recursive) behavior for ``Library Dependency Finder (LDF)``. By default, this option is turned OFF (``lib_dfcyclic=False``) and means that ``LDF`` will find only libraries which are included in source files from the project :ref:`projectconf_pio_src_dir`. diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 77877d28..3b2d0c24 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,4 +1,4 @@ -.. Copyright 2014-2016 Ivan Kravets +.. Copyright 2014-present Ivan Kravets Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -30,7 +30,7 @@ PlatformIO CLI provides special :ref:`cmd_init` command for configuring your pro It allows to initialize new empty project or update existing with the new data. What is more, :ref:`cmd_init` can be used for :ref:`ide`. It means that you will -be able to import pre-generated PlatformIO project using favourite IDE and +be able to import pre-generated PlatformIO project using favorite IDE and extend it with the professional instruments for IoT development. This tutorial is based on the next popular embedded boards and development diff --git a/docs/userguide/cmd_ci.rst b/docs/userguide/cmd_ci.rst index be11b0bc..d97d3b96 100644 --- a/docs/userguide/cmd_ci.rst +++ b/docs/userguide/cmd_ci.rst @@ -1,4 +1,4 @@ -.. Copyright 2014-2016 Ivan Kravets +.. Copyright 2014-present Ivan Kravets Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -29,7 +29,7 @@ Description :ref:`cmd_ci` command is conceived of as "hot key" for building project with arbitrary source code structure. In a nutshell, using ``SRC`` and -:option:`platformio ci --lib` contents PlatformIO initialises via +:option:`platformio ci --lib` contents PlatformIO initializes via :ref:`cmd_init` new project in :option:`platformio ci --build-dir` with the build environments (using :option:`platformio ci --board` or :option:`platformio ci --project-conf`) and processes them via :ref:`cmd_run` diff --git a/docs/userguide/cmd_init.rst b/docs/userguide/cmd_init.rst index 45ef6f30..716ed155 100644 --- a/docs/userguide/cmd_init.rst +++ b/docs/userguide/cmd_init.rst @@ -1,4 +1,4 @@ -.. Copyright 2014-2016 Ivan Kravets +.. Copyright 2014-present Ivan Kravets Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -47,7 +47,7 @@ Options .. option:: -d, --project-dir -A path to the directory where *PlatformIO* will initialise new project. +A path to the directory where *PlatformIO* will initialize new project. .. option:: -b, --board