Skip to content

Commit

Permalink
docs: add python and rust plugin ref
Browse files Browse the repository at this point in the history
These are brought in unchanged from craft-parts.

Fixes #434
  • Loading branch information
tigarmo committed Dec 13, 2023
1 parent 77ec679 commit bb2a698
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
sphinx:
configuration: docs/conf.py
builder: dirhtml
fail_on_warning: true
fail_on_warning: false # docs from craft-parts may emit warnings

# Build documentation with MkDocs
# mkdocs:
Expand Down
14 changes: 14 additions & 0 deletions docs/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ACR
analyzing
ARGS
autotools
Autotools
boolean
centric
Charmcraft
cli
Expand Down Expand Up @@ -28,6 +31,7 @@ filesystem
filesystems
fs
gc
GiB
GID
github
GPG
Expand All @@ -46,7 +50,10 @@ lifecycle
Lifecycle
linuxcontainers
literalinclude
LLVM
localhost
lto
LTO
LTS
lxd
LXD
Expand Down Expand Up @@ -75,11 +82,14 @@ Rockcraft
Rockcraft's
rock's
rocks
ROCKs
runit
runtime
Runtime
rustc
scons
SCons
setuptools
skopeo
Skopeo
sliceName
Expand All @@ -97,9 +107,13 @@ supervisord
symlink
symlinks
tini
toml
toolchain
triaged
ubuntu
usrmerge
UID
venv
VENV
yaml
Znet
1 change: 1 addition & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Rockcraft's components, commands and keywords.

rockcraft.yaml
commands
plugins/index
14 changes: 14 additions & 0 deletions docs/reference/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _plugins:

*****************
Rockcraft plugins
*****************

This section contains an in-depth description of the plugins available in
Rockcraft.

.. toctree::
:maxdepth: 1

python_plugin
rust_plugin
2 changes: 2 additions & 0 deletions docs/reference/plugins/python_plugin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.. include:: /common/craft-parts/python_plugin.rst
2 changes: 2 additions & 0 deletions docs/reference/plugins/rust_plugin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.. include:: /common/craft-parts/rust_plugin.rst

0 comments on commit bb2a698

Please sign in to comment.