Skip to content

Commit

Permalink
Fix links and add pulp-101 image
Browse files Browse the repository at this point in the history
Not sure why pulp-101 wasnt here.
  • Loading branch information
pedro-psb committed Jan 20, 2025
1 parent 3e8b765 commit 7a9e451
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Code of Conduct

Please be sure you have read our Code of Conduct here:
https://pulpproject.org/conduct/
https://pulpproject.org/help/more/governance/code-of-conduct/

Thank you for keeping our community a welcoming one!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Using Pulp you can:

Pulp is completely free and open-source!
- License: GPLv2+
- Documentation: https://docs.pulpproject.org/
- Documentation: https://pulpproject.org/
- Source: https://github.com/pulp/pulpcore/
- Bugs: https://github.com/pulp/pulpcore/issues

Expand Down
Binary file added docs/assets/images/pulp-101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/user/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Start Here

<figure markdown="span">
![Pulp 101](site:pulpcore/docs/assets/images/pulp-101.png)
<!-- <figcaption>Image caption</figcaption> -->
</figure>

If you are a new user and are unsure where to begin, this page outlines the different options available, as well as the limitations and requirements for those options.

## Want to evaluate Pulp?
Expand Down
4 changes: 2 additions & 2 deletions pulpcore/app/models/replica.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Check `Plugin Writer's Guide`_ for more details.
.. _Plugin Writer's Guide:
https://docs.pulpproject.org/pulpcore/plugins/plugin-writer/index.html
Plugin Writer's Guide:
https://pulpproject.org/pulpcore/docs/dev/learn/plugin-concepts/
"""

from django.db import models
Expand Down
4 changes: 2 additions & 2 deletions pulpcore/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@

ALLOWED_EXPORT_PATHS = []

# https://docs.pulpproject.org/pulpcore/configuration/settings.html#pulp-cache
# https://pulpproject.org/pulpcore/docs/admin/reference/settings/?h=settings#cache_enabled
CACHE_ENABLED = False
CACHE_SETTINGS = {
"EXPIRES_TTL": 600, # 10 minutes
Expand Down Expand Up @@ -415,7 +415,7 @@
cache_validator = redis_url_validator | (redis_host_validator & redis_port_validator)
cache_validator.messages["combined"] = (
"CACHE_ENABLED is enabled but it requires to have REDIS configured. Please check "
"https://docs.pulpproject.org/pulpcore/configuration/settings.html#redis-settings "
"https://pulpproject.org/pulpcore/docs/admin/reference/settings/?h=settings#redis-settings "
"for more information."
)

Expand Down
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Tests for Pulp 3's authentication API.
For more information, see the documentation on `Authentication
<https://docs.pulpproject.org/restapi.html#section/Authentication>`_.
https://pulpproject.org/pulpcore/docs/admin/guides/auth/basic/
"""

import json
Expand Down

0 comments on commit 7a9e451

Please sign in to comment.