Skip to content

Commit 3e61993

Browse files
committed
Run pre-commit and fix issues
1 parent f2d0b4c commit 3e61993

File tree

125 files changed

+238
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+238
-395
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ pipx install git+https://github.com/pulp/pulp-docs --include-deps
4343
pulp-docs serve
4444
```
4545

46-
For development, use your prefered method!
46+
For development, use your preferred method!
4747

4848
## How to override `repolist.yml`
4949

50-
If you want to share work you are doing in muliple forks, you can share a custom `repolist.yml` which points to your forks.
50+
If you want to share work you are doing in multiple forks, you can share a custom `repolist.yml` which points to your forks.
5151

5252
Then, anyone can test them locally by overriting your `repolist.yml` like so:
5353

@@ -63,4 +63,3 @@ repos:
6363
$ export PULPDOCS_MKDOCS_FILE="path/to/my/repolist.yml"
6464
$ pulp-docs serve
6565
```
66-

docs/dev/guides/create-plugin-overviews.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ Things to keep in mind:
3030
- **Audience:** Target newcomers. Experienced users will probably use the ToC or the search.
3131
- **Format:** Synopsis + Roadmap. Tell what your plugin is, what it does and a simple roadmap for starting.
3232
- **Size:** Keep it brief. This should an easy win for the user before he starts this journey.
33-
34-

docs/dev/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ Also, this is used for the production build.
88

99
To start using it, see the [Getting Started](site:pulp-docs/docs/dev/tutorials/getting-started/) section.
1010
Before contributing, we recommend reading about the [Architecture](site:pulp-docs/docs/dev/reference/architecture/).
11-

docs/dev/reference/markdown-cheatsheet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,3 @@ With subtitle:
166166
[See mkdocs-material](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types)
167167

168168
Use them wisely.
169-

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ theme:
3838
toggle:
3939
icon: material/toggle-switch
4040
name: Switch to light mode
41-
# Blog's Navigation needs to be excempt from literate nav...
41+
# Blog's Navigation needs to be exempt from literate nav...
4242
nav:
4343
- Home: "index.md"
4444
- "User Manual":

pulp_docs/blog/posts/2020/2020-07-09-pulp-3.5-installer-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There have been some big changes to Pulp Installer in 3.5.0, in terms of the Ans
1010
including breaking changes. Merely reading the release notes for individual changes does not paint
1111
a complete or clear picture, hence why we are writing this blog post.
1212

13-
In short, we refactored the Pulp Installer roles to acheive an SOA (Service Oriented Architecture).
13+
In short, we refactored the Pulp Installer roles to achieve an SOA (Service Oriented Architecture).
1414

1515
We now have 1 role for each service, and each can be installed to a server of its own.
1616

pulp_docs/blog/posts/2020/2020-08-18-pulp-container-2.0-is-generally-available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As part of this release and throughout the different beta iterations, the follow
3636
* Fixed not being able to push tags with periods in them. [#6884](https://pulp.plan.io/issues/6884)
3737
* Fixed problem with the `client_max_body_size` value in the nginx config. [#6916](https://pulp.plan.io/issues/6916)
3838
* Refactored `token_authentication` so that it now happens in the `pulpcore-api` app. [#6894](https://pulp.plan.io/issues/6894)
39-
* Fixed a crash when trying to access content with an unparseable token. [#7124](https://pulp.plan.io/issues/7124)
39+
* Fixed a crash when trying to access content with an unparsable token. [#7124](https://pulp.plan.io/issues/7124)
4040
* Fixed a runtime error which was triggered when a registry client sends an accept header with an inappropriate media type for a manifest and the conversion failed. [7125](https://pulp.plan.io/issues/7125)
4141
* Updated the sync machinery to not store an image manifest as a tag’s artifact. [#6816](https://pulp.plan.io/issues/6816)
4242
* Added a validation, that a push repository cannot be distributed by specifying a version. [#7012](https://pulp.plan.io/issues/7012)

pulp_docs/blog/posts/2020/2020-08-28-august-community-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ participate in real-time. See the [triage process](https://docs.pulpproject.org/
103103
more details. You can also read through the [triage archives](https://logs.pulpproject.org/pulp-meeting/)
104104
* **Open Floor** - every Tuesday and Friday immediately after Bug Triage in #pulp-meeting on Freenode
105105
(IRC). It's a time for developer discussion, feedback, and decisions on code/issues/PRs/process
106-
relating to pulpcore or plugins. To particiapte, put a topic on
106+
relating to pulpcore or plugins. To participate, put a topic on
107107
[the agenda](https://hackmd.io/@pulp/triage/edit). Minutes will be sent to the pulp-dev mailing
108108
list.

pulp_docs/blog/posts/2021/2021-04-08-pulp-3.12-is-generally-available.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
<!-- more -->
99
Let's take a look at the main updates and enhancements as part of this release.
1010

11-
This release also includes a plethora of bugfixes as well as some nice enhancements to Pulpcore and the Plugin API. For a full overview of changes, check out the [changlog](https://docs.pulpproject.org/pulpcore/changes.html).
11+
This release also includes a plethora of bugfixes as well as some nice enhancements to Pulpcore and the Plugin API. For a full overview of changes, check out the [changelog](https://docs.pulpproject.org/pulpcore/changes.html).
1212

1313
## Support added for automatic publishing and distributing [#7626](https://pulp.plan.io/issues/7626)
1414

@@ -20,7 +20,7 @@ Pulp can prohibit or allow checksums by setting the `ALLOWED_CONTENT_CHECKSUMS`
2020

2121
As part of this release, a number of validation steps have been added to help to ensure that you can debug and manage content checksums that are synched as part of the on-demand sync process.
2222

23-
New documenation has been also added for the [ALLOWED_CONTENT_CHECKSUMS setting](https://docs.pulpproject.org/pulpcore/en/master/nightly/settings.html#allowed-content-checksums).
23+
New documentation has been also added for the [ALLOWED_CONTENT_CHECKSUMS setting](https://docs.pulpproject.org/pulpcore/en/master/nightly/settings.html#allowed-content-checksums).
2424

2525
A new warning has been added to the on-demand sync process to check if remote artifacts are detected with checksums that do not correspond with the `ALLOWED_CONTENT_CHECKSUMS`. [#7985](https://pulp.plan.io/issues/7985)
2626

pulp_docs/blog/posts/2021/2021-05-24-pulpcore-3.13-is-generally-available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ You can view the [updated workflow](https://docs.pulpproject.org/pulpcore/workfl
3737

3838
There are ongoing efforts to improve the tasking system so that it is specific to Pulp but agnostic to the queuing technology. With this release workers should no longer be started through **rq** but by the native command **pulpcore-worker**. This affects users who do manual installations of Pulp 3. For more specific instructions, see the [updated documentation](https://docs.pulpproject.org/pulpcore/installation/instructions.html#pypi-installation).
3939

40-
For a full list of bug fixes and changes, see the [changlog](https://docs.pulpproject.org/pulpcore/changes.html).
40+
For a full list of bug fixes and changes, see the [changelog](https://docs.pulpproject.org/pulpcore/changes.html).
4141

4242
For any questions, feel free to write to us on `[email protected]`.

0 commit comments

Comments
 (0)