mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
docs: fix typos (MR 2510)
this fixes the typos found in #2524 Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
This commit is contained in:
parent
d02d6f4bc9
commit
b87ae17414
6 changed files with 7 additions and 7 deletions
|
@ -48,7 +48,7 @@ can run `$ pmbootstrap pull`.
|
||||||
|
|
||||||
The latest pmbootstrap version works with currently
|
The latest pmbootstrap version works with currently
|
||||||
[active postmarketOS releases](https://wiki.postmarketos.org/wiki/Releases).
|
[active postmarketOS releases](https://wiki.postmarketos.org/wiki/Releases).
|
||||||
Attempting to use pmboostrap with old postmarketOS versions (old pmaports
|
Attempting to use pmbootstrap with old postmarketOS versions (old pmaports
|
||||||
branches) may result in failures and is not supported. See
|
branches) may result in failures and is not supported. See
|
||||||
`pmbootstrap_min_version` in
|
`pmbootstrap_min_version` in
|
||||||
[pmaports.cfg](https://wiki.postmarketos.org/wiki/Pmaports.cfg_reference) for
|
[pmaports.cfg](https://wiki.postmarketos.org/wiki/Pmaports.cfg_reference) for
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pmboostrap code documentation
|
pmbootstrap code documentation
|
||||||
=============================
|
==============================
|
||||||
|
|
||||||
.. note:: This is the internal API, not a public one.
|
.. note:: This is the internal API, not a public one.
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ html_theme_options: dict[str, Any] = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = "pmboostrapdoc"
|
htmlhelp_basename = "pmbootstrapdoc"
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"display_version": True,
|
"display_version": True,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Welcome to pmbootstrap's documentation!
|
Welcome to pmbootstrap's documentation!
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
pmboostrap is the central command-line application for postmarketOS development. Among other things,
|
pmbootstrap is the central command-line application for postmarketOS development. Among other things,
|
||||||
it allows building packages, creating installation images and flashing themx to your device. If you just want to install
|
it allows building packages, creating installation images and flashing themx to your device. If you just want to install
|
||||||
postmarketOS, read the `Installation`_ wiki article first since you might not need pmbootstrap depeing on the method.
|
postmarketOS, read the `Installation`_ wiki article first since you might not need pmbootstrap depeing on the method.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Before pmbootstrap can be used, a number of configuration questions need to be a
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ pmboostrap init
|
$ pmbootstrap init
|
||||||
|
|
||||||
If you already ran this before, run the following to update your local clone of pmaports.git instead, before moving straight onto the installation step:
|
If you already ran this before, run the following to update your local clone of pmaports.git instead, before moving straight onto the installation step:
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ class BuildFailedError(Exception):
|
||||||
|
|
||||||
class NonBugError(Exception):
|
class NonBugError(Exception):
|
||||||
"""Exception which originates from a problem not caused by pmbootstrap's code. This
|
"""Exception which originates from a problem not caused by pmbootstrap's code. This
|
||||||
could for example be raised if there is an error in a package pmboostrap is
|
could for example be raised if there is an error in a package pmbootstrap is
|
||||||
interacting with in some way."""
|
interacting with in some way."""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue