Skip to content

Commit

Permalink
update github repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Oct 8, 2023
1 parent c4f3667 commit 9f149a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ixbrl-parse

![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg)
![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg)
[![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse)
![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ixbrlParse

![Test status](https://github.com/drkane/ixbrl-parse/workflows/tests/badge.svg)
![Test status](https://github.com/kanedata/ixbrl-parse/workflows/tests/badge.svg)
[![PyPI version](https://img.shields.io/pypi/v/ixbrlparse)](https://pypi.org/project/ixbrlparse/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrlparse)
![PyPI - License](https://img.shields.io/pypi/l/ixbrlparse)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: ixbrlParse
repo_url: https://github.com/drkane/ixbrl-parse
repo_url: https://github.com/kanedata/ixbrl-parse
site_description: A python module for getting useful data out of ixbrl files.
site_author: David Kane
theme:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies = ["click", "beautifulsoup4", "lxml", "word2number", "pluggy>=1"]
docs = ["mkdocs", "mkdocs-material", "mkdocstrings[python]"]

[project.urls]
Homepage = "https://github.com/drkane/ixbrl-parse"
Homepage = "https://github.com/kanedata/ixbrl-parse"
Documentation = "https://ixbrl-parse.readthedocs.io/"
Issues = "https://github.com/drkane/ixbrl-parse/issues"
Source = "https://github.com/drkane/ixbrl-parse"
Issues = "https://github.com/kanedata/ixbrl-parse/issues"
Source = "https://github.com/kanedata/ixbrl-parse"

[project.scripts]
ixbrlparse = "ixbrlparse.cli:ixbrlparse"
Expand Down

0 comments on commit 9f149a2

Please sign in to comment.