Skip to content

Commit

Permalink
Removed unnecessary level and stale text.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Jul 20, 2019
1 parent a51c92d commit 37f0571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 3 additions & 6 deletions docs/source/arch/esp8266/getting-started/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docs/source/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f0571

Please sign in to comment.