From 9b49b800517465f5c660c6d4fdf0156c6031a187 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 24 Jan 2016 18:14:39 +0200 Subject: [PATCH] Fix docs warnings for literal blocks --- docs/platforms/espressif_extra.rst | 1 - docs/userguide/cmd_settings.rst | 2 +- docs/userguide/cmd_upgrade.rst | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index 37f24206..2b6d3c88 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -109,7 +109,6 @@ There are 2 options: .. code-block:: ini [env:myenv] - ... upload_port = IP_ADDRESS_HERE or mDNS_NAME.local For example, diff --git a/docs/userguide/cmd_settings.rst b/docs/userguide/cmd_settings.rst index 835ad70a..ff5640d0 100644 --- a/docs/userguide/cmd_settings.rst +++ b/docs/userguide/cmd_settings.rst @@ -148,7 +148,7 @@ Examples check_libraries_interval 7 Check for the library updates interval (days) check_platformio_interval 3 Check for the new PlatformIO interval (days) check_platforms_interval 7 Check for the platform updates interval (days) - enable_prompts Yes Can PlatformIO communicate with you via prompts: propose to install platforms which aren't installed yet, paginate over library search results and etc.)? ATTENTION!!! If you call PlatformIO like subprocess, please disable prompts to avoid blocking (Yes/No) + enable_prompts Yes Can PlatformIO communicate with you via prompts ... enable_telemetry Yes Telemetry service (Yes/No) diff --git a/docs/userguide/cmd_upgrade.rst b/docs/userguide/cmd_upgrade.rst index 98f2dfe3..d0b1ebce 100644 --- a/docs/userguide/cmd_upgrade.rst +++ b/docs/userguide/cmd_upgrade.rst @@ -36,7 +36,7 @@ Examples .. code-block:: bash $ platformio upgrade - You're up-to-date! + You are up-to-date! PlatformIO x.x.x is currently the newest version available. # If you have problem with permissions try: