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:
parent
62c5b3d198
commit
c3ddea01f2
1 changed files with 7 additions and 5 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue