Lines Matching +full:manifest +full:- +full:path

3 .. _west-apis:
4 .. _west-apis-west:
10 some additional APIs used by the :ref:`west extensions <west-extensions>` in
19 https://github.com/zephyrproject-rtos/west/issues/38
29 2. if you add a :ref: target here, add it to west-not-found.rst too.
31 .. _west-apis-commands:
38 All built-in and extension commands are implemented as subclasses of the
77 .. py:attribute:: manifest
79 A property which returns the :py:class:`west.manifest.Manifest`
80 instance for the current manifest file or aborts the program if one was
89 True if reading the manifest property will succeed instead of erroring
137 :show-inheritance:
144 :show-inheritance:
146 .. _west-apis-configuration:
175 Module-global ConfigParser instance for the current configuration. This
179 .. _west-apis-log:
222 .. _west-apis-manifest:
224 west.manifest
227 .. automodule:: west.manifest
229 The main classes are `Manifest` and `Project`. These represent the contents of
230 a :ref:`manifest file <west-manifests>`. The recommended methods for parsing
231 west manifests are `Manifest.from_file` and `Manifest.from_data`.
242 .. autofunction:: west.manifest.manifest_path argument
244 .. autofunction:: west.manifest.validate
246 Manifest and sub-objects
249 .. autoclass:: west.manifest.Manifest argument
266 Conveniences for accessing sub-objects by name or other identifier:
285 .. autoclass:: west.manifest.ImportFlag
287 :member-order: bysource
289 .. autoclass:: west.manifest.Project
299 be preserved when support for manifest ``import`` keys was added.
312 The *path* and *topdir* parameters can now be any ``os.PathLike``.
360 .. autoclass:: west.manifest.ManifestProject
367 The *abspath* attribute is created using ``os.path.abspath()``
368 instead of ``os.path.realpath()``, improving support for symbolic links.
374 .. autoclass:: west.manifest.Submodule
381 .. autoclass:: west.manifest.MalformedManifest argument
382 :show-inheritance:
384 .. autoclass:: west.manifest.MalformedConfig
385 :show-inheritance:
387 .. autoclass:: west.manifest.ManifestVersionError
388 :show-inheritance:
393 .. autoclass:: west.manifest.ManifestImportFailed
394 :show-inheritance:
399 .. _west-apis-util:
425 :show-inheritance: