Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshorr committed Apr 15, 2023
1 parent 7d11803 commit 3d5dae9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ at the various directory-levels that are checked.

**More documentation and testing will be coming soon, for a full 1.0.0 release sometime in the next month or so.**

See **[xsettings docs](https://xyngular.github.io/py-xcon/latest/)**.
See **[xcon docs](https://xyngular.github.io/py-xcon/latest/)**.

# Documentation

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: Docs for xsettings
site_name: Docs for xcon
dev_addr: 127.0.0.1:7000

nav:
- xsettings:
- xcon:
- index.md
- API Reference: api/xsettings/" target="_blank
- API Reference: api/xcon/" target="_blank
- Changelog: changelog.md

theme:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Dynamic configuration retreiver."
authors = ["Josh Orr <[email protected]>"]
packages = [{include = "xcon"}]
readme = "Readme.md"
repository = "https://github.com/xyngular/py-xsettings"
repository = "https://github.com/xyngular/py-xcon"
keywords = ["settings", "configuration", "lazy", "boto", "aws", "secrets manager", "param store", "ssm"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# WARNING: This file is managed by our repository manager tool https://github.com/xyngular/repoman
# and changes will be overwritten when "repo install" is executed

[pycodestyle]
ignore = E121,E123,E126,E203,E226,E242,E704,E731,W391,W503,W504,C0103
max-line-length = 99
Expand Down

0 comments on commit 3d5dae9

Please sign in to comment.