-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into work/hotfix-7.5-merge
Signed-off-by: Sergio Schvezov <[email protected]>
- Loading branch information
Showing
589 changed files
with
1,257 additions
and
38,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "docs"] | ||
path = docs | ||
url = https://github.com/CanonicalLtd/snappy-docs.git | ||
[submodule "tests/spread/tools/snapd-testing-tools"] | ||
path = tests/spread/tools/snapd-testing-tools | ||
url = https://github.com/snapcore/snapd-testing-tools.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
--- | ||
# Required | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: "3.8" | ||
apt_packages: | ||
- libapt-pkg-dev | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
builder: html | ||
fail_on_warning: true | ||
|
||
# Build documentation with MkDocs | ||
# mkdocs: | ||
# configuration: mkdocs.yml | ||
|
||
# Optionally build your docs in additional formats such as PDF | ||
#formats: | ||
|
||
# Optionally set the version of Python | ||
# and requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: docs/.sphinx/requirements.txt | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,3 @@ sphinx-reredirects | |
pyspelling | ||
sphinx-copybutton | ||
sphinx-pydantic | ||
sphinx-toolbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Snapcraft commands | ||
================== | ||
|
||
.. Use a hidden table of contents to ensure that documentation is read. | ||
.. include:: commands/toc.rst | ||
|
||
Lifecycle | ||
--------- | ||
Lifecycle commands can take an optional parameter ``<part-name>``. When a part | ||
name is provided, the command applies to the specific part. When no part name is | ||
provided, the command applies to all parts. | ||
|
||
.. include:: commands/lifecycle-commands.rst | ||
|
||
Extensions | ||
---------- | ||
|
||
.. include:: commands/extensions-commands.rst | ||
|
||
Other | ||
----- | ||
|
||
.. include:: commands/other-commands.rst | ||
|
||
Store account | ||
------------- | ||
|
||
.. include:: commands/store-account-commands.rst | ||
|
||
Store key management | ||
-------------------- | ||
|
||
.. include:: commands/store-key-management-commands.rst | ||
|
||
Store snap names | ||
---------------- | ||
|
||
.. include:: commands/store-snap-names-commands.rst | ||
|
||
Store snap release management | ||
----------------------------- | ||
|
||
.. include:: commands/store-snap-release-management-commands.rst | ||
|
||
Store snap tracks | ||
----------------- | ||
|
||
.. include:: commands/store-snap-tracks-commands.rst | ||
|
||
Store validation sets | ||
--------------------- | ||
|
||
.. include:: commands/store-validation-sets-commands.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ Reference | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
commands | ||
|
||
Indices and tables | ||
================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
attrs==23.1.0 | ||
catkin-pkg==0.5.2 | ||
click==8.1.3 | ||
craft-archives==1.1.0 | ||
craft-cli==2.0.0 | ||
craft-grammar==1.1.1 | ||
craft-parts==1.22.0 | ||
craft-providers==1.13.0 | ||
craft-store==2.4.0 | ||
Deprecated==1.2.13 | ||
distro==1.8.0 | ||
gnupg==2.3.1 | ||
httplib2==0.22.0 | ||
jsonpointer==2.3 | ||
jsonschema==2.5.1 | ||
launchpadlib==1.11.0 | ||
lazr.restfulclient==0.14.5 | ||
lazr.uri==1.0.6 | ||
mypy-extensions==1.0.0 | ||
oauthlib==3.2.2 | ||
overrides==7.3.1 | ||
platformdirs==2.6.0 | ||
polib==1.1.1 | ||
progressbar==2.5 | ||
psutil==5.9.4 | ||
pydantic>=1.9.0 | ||
pydantic-yaml==0.8.1 | ||
pyelftools==0.29 | ||
pylxd==2.3.1 | ||
python-debian==0.1.49 | ||
pyxdg==0.28 | ||
PyYAML==6.0 | ||
raven==6.10.0 | ||
regex==2022.10.31 | ||
requests-unixsocket==0.3.0 | ||
semver==2.13.0 | ||
simplejson==3.19.1 | ||
snap-helpers==0.3.2 | ||
spdx==2.5.1 | ||
spdx-lookup==0.3.3 | ||
tabulate==0.8.10 | ||
types-Deprecated==1.2.9 | ||
typing_extensions | ||
wadllib==1.3.6 | ||
wrapt==1.14.1 | ||
pyspelling==2.8.2 | ||
python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.4.0ubuntu1/python-apt_2.4.0ubuntu1.tar.xz; sys.platform == "linux" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _Canonical website: https://canonical.com/ | ||
.. _reStructuredText style guide: https://canonical-documentation-with-sphinx-and-readthedocscom.readthedocs-hosted.com/style-guide/ | ||
.. _Sphinx reStructuredText Primer: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html | ||
.. _Canonical Documentation Style Guide: https://docs.ubuntu.com/styleguide/en | ||
.. _Read the Docs at Canonical: https://library.canonical.com/documentation/read-the-docs | ||
.. _How to publish documentation on Read the Docs: https://library.canonical.com/documentation/publish-on-read-the-docs | ||
.. _Example product documentation: https://canonical-example-product-documentation.readthedocs-hosted.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.