Skip to content

Commit

Permalink
Moved documentation to docs directory (#1474)
Browse files Browse the repository at this point in the history
* Fixed broken link in README.md

* Moved all documentation to docs directory

* Rolled back first try to repair broken link

* added changelog entry

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
svengregorio and pre-commit-ci[bot] authored Jul 18, 2024
1 parent 3c53896 commit 832c3fa
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions changelog.d/1479.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move all documentation files to the `docs` directory.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/changelog.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/contributing.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

1 change: 0 additions & 1 deletion installation.md

This file was deleted.

6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extra:


nav:
- Home: "index.md"
- Home: "README.md"
- Installation: "installation.md"
- Getting Started: "getting-started.md"
- Docs: "docs.md"
Expand All @@ -35,8 +35,8 @@ nav:
- Comparison to Other Tools: "comparisons.md"
- How pipx works: "how-pipx-works.md"
- Programs to Try: "programs-to-try.md"
- Contributing: "contributing.md"
- Changelog: "changelog.md"
- Contributing: "CONTRIBUTING.md"
- Changelog: "CHANGELOG.md"

markdown_extensions:
- markdown_gfm_admonition # GitHub's admonition (alert) syntax
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
[project]
name = "pipx"
description = "Install and Run Python Applications in Isolated Environments"
readme = "README.md"
readme = "docs/README.md"
keywords = [
"cli",
"install",
Expand Down Expand Up @@ -107,7 +107,7 @@ markers = [

[tool.towncrier]
directory = "changelog.d"
filename = "CHANGELOG.md"
filename = "docs/CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = [
"",
Expand Down

0 comments on commit 832c3fa

Please sign in to comment.