Lines Matching full:manifest
69 .. py:attribute:: manifest
71 A property which returns the :py:class:`west.manifest.Manifest`
72 instance for the current manifest file or aborts the program if one was
81 True if reading the manifest property will succeed instead of erroring
338 .. _west-apis-manifest:
340 west.manifest
343 .. automodule:: west.manifest
345 The main classes are :py:class:`Manifest` and :py:class:`Project`. These
346 represent the contents of a :ref:`manifest file <west-manifests>`. The
348 :py:meth:`Manifest.from_topdir`.
359 .. autofunction:: west.manifest.manifest_path argument
361 .. autofunction:: west.manifest.validate
366 Manifest and sub-objects
369 .. autoclass:: west.manifest.Manifest argument
421 This respects the ``manifest.project-filter`` configuration
424 .. autoclass:: west.manifest.ImportFlag
428 .. autoclass:: west.manifest.Project
434 be preserved when support for manifest ``import`` keys was added.
505 .. autoclass:: west.manifest.ManifestProject
519 .. autoclass:: west.manifest.Submodule
529 .. autoclass:: west.manifest.MalformedManifest argument
532 .. autoclass:: west.manifest.ManifestVersionError
538 .. autoclass:: west.manifest.ManifestImportFailed