diff --git a/README.md b/README.md index 7a59811b..8bfd5c17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://raw.githubusercontent.com/DaveSkender/Stock.Indicators.Python/main/docs/assets/social-banner.png)](https://python.stockindicators.dev/) +[![image](https://raw.githubusercontent.com/facioquo/stock-indicators-python/main/docs/assets/social-banner.png)](https://python.stockindicators.dev/) [![PyPI](https://img.shields.io/pypi/v/stock-indicators?color=blue&label=PyPI)](https://badge.fury.io/py/stock-indicators) [![PyPI - Downloads](https://img.shields.io/pypi/dm/stock-indicators?style=flat&logo=Python&logoColor=white&label=Downloads&color=indigo&link=https%3A%2F%2Fpypistats.org%2Fpackages%2Fstock-indicators)](https://pypistats.org/packages/stock-indicators) @@ -14,6 +14,6 @@ Visit our project site for more information: - [Overview](https://python.stockindicators.dev/) - [Indicators and overlays](https://python.stockindicators.dev/indicators/) - [Guide and Pro tips](https://python.stockindicators.dev/guide/) -- [Release notes](https://github.com/DaveSkender/Stock.Indicators.Python/releases) +- [Release notes](https://github.com/facioquo/stock-indicators-python/releases) - [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) -- [Contributing](https://github.com/DaveSkender/Stock.Indicators.Python/blob/main/docs/contributing.md#readme) +- [Contributing](https://github.com/facioquo/stock-indicators-python/blob/main/docs/contributing.md#readme) diff --git a/docs/GemFile.lock b/docs/GemFile.lock index 5af98c2e..9ed17407 100644 --- a/docs/GemFile.lock +++ b/docs/GemFile.lock @@ -31,7 +31,7 @@ GEM concurrent-ruby (1.2.3) connection_pool (2.4.1) cssminify2 (2.0.1) - dnsruby (1.72.0) + dnsruby (1.72.1) simpleidn (~> 0.2.1) drb (2.2.1) em-websocket (0.5.3) @@ -44,7 +44,7 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - faraday-retry (2.2.0) + faraday-retry (2.2.1) faraday (~> 2.0) ffi (1.16.3) forwardable-extended (2.6.0) @@ -224,7 +224,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.7.1) + json (2.7.2) json-minify (0.0.3) json (> 0) kramdown (2.4.0) @@ -236,7 +236,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) @@ -245,7 +245,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.3) + nokogiri (1.16.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) diff --git a/docs/_config.yml b/docs/_config.yml index a918f520..fb99eae0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,7 +3,7 @@ title: Stock Indicators for Python tagline: "Transform price quotes into trading insights." -repository: DaveSkender/Stock.Indicators.Python +repository: facioquo/stock-indicators-python locale: en_US baseurl: "" url: "https://python.stockindicators.dev" @@ -24,7 +24,7 @@ dotnet: # this site URL refs python: - src: "https://github.com/DaveSkender/Stock.Indicators.Python/blob/main/stock_indicators/indicators" + src: "https://github.com/facioquo/stock-indicators-python/blob/main/stock_indicators/indicators" clarity: false diff --git a/docs/contributing.md b/docs/contributing.md index e0510006..76db8eff 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -7,8 +7,8 @@ layout: page # Contributing guidelines -[![Codacy quality grade](https://app.codacy.com/project/badge/Grade/2b48204b1e304e3bac977fbc92b19c14)](https://app.codacy.com/gh/DaveSkender/Stock.Indicators.Python/dashboard) -[![Codacy code coverage](https://app.codacy.com/project/badge/Coverage/2b48204b1e304e3bac977fbc92b19c14)](https://app.codacy.com/gh/DaveSkender/Stock.Indicators.Python/dashboard) +[![Codacy quality grade](https://app.codacy.com/project/badge/Grade/3f55a14f5dc14a0eba41f86006c1185b)](https://app.codacy.com/gh/facioquo/stock-indicators-python/dashboard) +[![Codacy code coverage](https://app.codacy.com/project/badge/Coverage/3f55a14f5dc14a0eba41f86006c1185b)](https://app.codacy.com/gh/facioquo/stock-indicators-python/dashboard) **Thanks for taking the time to contribute!** @@ -34,13 +34,13 @@ We have different places to take issues by its category. If you are reporting a bug or suspect a problem, please submit an issue with a detailed description of the problem + include steps to reproduce, code samples, and any reference materials. -🔧 [Report bugs](https://github.com/DaveSkender/Stock.Indicators.Python/issues/new?labels=bug&template=bug_report.md) +🔧 [Report bugs](https://github.com/facioquo/stock-indicators-python/issues/new?labels=bug&template=bug_report.md) ### Feature Request For new features, submit an issue with the `enhancement` label. -💡 [Request features](https://github.com/DaveSkender/Stock.Indicators.Python/issues/new?labels=enhancement&template=feature_request.md) +💡 [Request features](https://github.com/facioquo/stock-indicators-python/issues/new?labels=enhancement&template=feature_request.md) ## Project management @@ -129,17 +129,17 @@ If you want to contribute administratively, do code reviews, or provide general ## Versioning -We use the `setuptools_scm` tool for [semantic versioning](https://semver.org). It detects the version number from `git tag` in the [GitHub Actions build](https://github.com/DaveSkender/Stock.Indicators.Python/deployments/pypi). +We use the `setuptools_scm` tool for [semantic versioning](https://semver.org). It detects the version number from `git tag` in the [GitHub Actions build](https://github.com/facioquo/stock-indicators-python/deployments/pypi). Type | Format | Description ------------ | ------ | ----------- Major | `x.-.-` | A significant deviation with major breaking changes. -Minor | `-.x.-` | A new feature, usually new non-breaking change, such as adding an indicator. Minor breaking changes may occur here and are denoted in the [release notes](https://github.com/DaveSkender/Stock.Indicators.Python/releases). +Minor | `-.x.-` | A new feature, usually new non-breaking change, such as adding an indicator. Minor breaking changes may occur here and are denoted in the [release notes](https://github.com/facioquo/stock-indicators-python/releases). Patch | `-.-.x` | A small bug fix, chore, or documentation change. After one of our repository administrators creates a `git tag` on the `main` branch, reflecting the new version number, the `PyPI` deployment workflow will start. -After the new package is published, they'll publicly post the [release record](https://github.com/DaveSkender/Stock.Indicators.Python/releases) with [automatically generated notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) and other information. +After the new package is published, they'll publicly post the [release record](https://github.com/facioquo/stock-indicators-python/releases) with [automatically generated notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) and other information. ## License diff --git a/docs/pages/guide.md b/docs/pages/guide.md index 547c589b..023cf146 100644 --- a/docs/pages/guide.md +++ b/docs/pages/guide.md @@ -87,7 +87,7 @@ SMA on 2018-04-26 was $255.9705 See [individual indicator pages]({{site.baseurl}}/indicators/) for specific usage guidance. > **More help**: if you're having trouble getting started, see our -> **[QuickStart guide](https://github.com/DaveSkender/Stock.Indicators.Python.QuickStart#readme)** +> **[QuickStart guide](https://github.com/facioquo/stock-indicators-python.QuickStart#readme)** > for step-by-step instructions to setup up your environment, > and for calculating your first indicator using this library. > @@ -103,7 +103,7 @@ from stock_indicators.indicators.common.quote import Quote ``` **class Quote(date, open=None, high=None, low=None, close=None, volume=None)** -[[source]](https://github.com/DaveSkender/Stock.Indicators.Python/blob/main/stock_indicators/indicators/common/quote.py) +[[source]](https://github.com/facioquo/stock-indicators-python/blob/main/stock_indicators/indicators/common/quote.py) | name | type | notes | | -- |-- |-- | diff --git a/pyproject.toml b/pyproject.toml index 2f34c54c..2607b36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,10 +50,10 @@ dynamic = ["version"] [project.urls] Homepage = "https://python.stockindicators.dev" -"Bug Tracker" = "https://github.com/DaveSkender/Stock.Indicators.Python/issues" +"Bug Tracker" = "https://github.com/facioquo/stock-indicators-python/issues" Documentation = "https://python.stockindicators.dev" -"Source Code" = "https://github.com/DaveSkender/Stock.Indicators.Python/tree/main" -"Release Notes" = "https://github.com/DaveSkender/Stock.Indicators.Python/releases" +"Source Code" = "https://github.com/facioquo/stock-indicators-python/tree/main" +"Release Notes" = "https://github.com/facioquo/stock-indicators-python/releases" [tool.setuptools.packages.find] exclude = ["tests*", "benchmarks*", "samples*", "docs*"]