Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

invalid-pkg-filesystem.rst 588B

1234567891011121314
  1. Error: Invalid package filesystem
  2. #################################
  3. ``dds`` prescribes a filesystem structure that must be followed for it to
  4. build and process packages and libraries. This structure isn't overly strict,
  5. and is thoroughly explained on the :doc:`/guide/packages` page.
  6. For exporting/generating a source distribution from a package, the *package
  7. root* requires a ``package.json5`` file and each *library root* requires a
  8. ``library.dds`` file.
  9. .. .
  10. TODO: Create are more detailed reference page for package and library layout,
  11. and include those links in a `seealso`.