From 37f0571d8d917db4b025e4dc536a05af81b61fe2 Mon Sep 17 00:00:00 2001 From: Slavey Karadzhov Date: Sat, 20 Jul 2019 22:48:51 +0200 Subject: [PATCH] Removed unnecessary level and stale text. --- docs/source/arch/esp8266/getting-started/linux.rst | 9 +++------ docs/source/samples.rst | 3 --- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/source/arch/esp8266/getting-started/linux.rst b/docs/source/arch/esp8266/getting-started/linux.rst index 9a14fad68b..80db82279a 100644 --- a/docs/source/arch/esp8266/getting-started/linux.rst +++ b/docs/source/arch/esp8266/getting-started/linux.rst @@ -4,9 +4,6 @@ Linux Installation .. highlight:: bash -You will need Sming 1.1 or newer to support cross-platform tools. You -might want to use `sming-bootstrap <#>`__. - Pre-requisites ============== @@ -53,7 +50,7 @@ or 1.4.0: # be careful this command can do damage if used # in the wrong directory, try without sudo first! - sudo chown -R [username] ./ + sudo chown -R [username] ./ # This will take a while... make VENDOR_SDK=1.5.4 STANDALONE=y @@ -95,8 +92,8 @@ Get Sming Core # Our build mechanism will take care to get the third-party # sources and patch them, if needed. - # You will get a copy of our `develop` branch which intended for developers - # and it is the one where all new cool (unstable) features are landing. + # You will get a copy of our `develop` branch which intended for developers + # and it is the one where all new cool (unstable) features are landing. cd Sming diff --git a/docs/source/samples.rst b/docs/source/samples.rst index aeba84b73a..9367d125c1 100644 --- a/docs/source/samples.rst +++ b/docs/source/samples.rst @@ -5,9 +5,6 @@ Sample Projects Sming comes with a set of samples to illustrate and test various aspects of the framework. Some are related to specific :doc:`libraries`. -List of sample projects -======================= - .. toctree:: :glob: :maxdepth: 1