Skip to content

Commit

Permalink
Merge pull request #708 from lubosmj/make-doc-snippets-easier-to-repr…
Browse files Browse the repository at this point in the history
…oduce

Add a note about domains when accessing the index
  • Loading branch information
gerrod3 authored Jul 31, 2024
2 parents 1d51c87 + 234240e commit 9f9e6f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/guides/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ $ http $BASE_ADDR/pypi/foo/simple/
$ http $BASE_ADDR/pypi/foo/simple/shelf-reader/
```

!!! note
When domains are enabled, it is necessary to include the domain name within the URL, like so:
`$BASE_ADDR/pypi/${DOMAIN_NAME}/foo/simple/`

The content is also pip installable:

```bash
Expand Down

0 comments on commit 9f9e6f3

Please sign in to comment.