doc: west: update structure page

The main change is that west 0.7 is not a namespace package anymore.
Make some other improvements while here.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-02-24 15:01:57 -08:00 committed by Johan Hedberg
commit c3ddea01f2

View file

@ -244,12 +244,14 @@ as shown :ref:`above <west-t2>` for the T2 topology, with the same caveats.
West Structure West Structure
************** **************
West's code is distributed via PyPI in a `namespace package`_ named ``west``. West's code is distributed via PyPI in a Python package named ``west``. See
See :ref:`west-apis` for API documentation. :ref:`west-apis` for API documentation.
This distribution also includes a launcher executable, also named ``west``. When This distribution also includes a launcher executable, also named ``west``.
west is installed, the launcher is placed by :file:`pip3` somewhere in the When west is installed, the launcher is placed by :file:`pip3` somewhere in the
user's ``PATH``. This is the command-line entry point. user's filesystem (exactly where depends on the operating system, but should be
on the ``PATH`` :ref:`environment variable <env_vars>`). This launcher is the
command-line entry point.
.. _west-manifest-rev: .. _west-manifest-rev: