Skip to content

Commit

Permalink
docs: Transfer-related URL updates (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Apr 19, 2024
1 parent d48387d commit cbc5fba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
10 changes: 5 additions & 5 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down
14 changes: 7 additions & 7 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
>
Expand All @@ -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 |
| -- |-- |-- |
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]
Expand Down

0 comments on commit cbc5fba

Please sign in to comment.