Skip to content

Commit

Permalink
docs: general updates for 0.7.0 (#209)
Browse files Browse the repository at this point in the history
+semver: minor

Co-authored-by: Dave Skender <[email protected]>
  • Loading branch information
LeeDongGeon1996 and DaveSkender authored Apr 11, 2022
1 parent fa43ad4 commit 84b7d4f
Show file tree
Hide file tree
Showing 22 changed files with 789 additions and 753 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
name: "Lock Threads"
name: "Lock Closed Threads"
# https://github.com/marketplace/actions/lock-threads

on:
schedule:
- cron: "0 7 * * *"

concurrency:
group: lock

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
issue-lock-reason: "resolved"
issue-inactive-days: "90"
issue-comment: >
This Issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new Issue for related bugs.
pr-lock-reason: "resolved"
pr-inactive-days: "30"
pr-comment: >
This Pull Request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new Issue for related bugs.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![PyPI](https://img.shields.io/pypi/v/stock-indicators?color=blue&label=PyPI)](https://badge.fury.io/py/stock-indicators)
[![code coverage](https://img.shields.io/azure-devops/coverage/skender/stock.indicators/26/main?logo=AzureDevOps&label=Code%20Coverage)](https://dev.azure.com/skender/Stock.Indicators/_build/latest?definitionId=26&branchName=main&view=codecoverage-tab)
[![Language grade](https://img.shields.io/lgtm/grade/python/g/DaveSkender/Stock.Indicators.Python.svg?logo=lgtm&logoWidth=18&label=code%20quality)](https://lgtm.com/projects/g/DaveSkender/Stock.Indicators.Python)

**Stock Indicators for Python** is a library that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.

Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![PyPI](https://img.shields.io/pypi/v/stock-indicators?color=blue&label=PyPI)](https://badge.fury.io/py/stock-indicators)
[![code coverage](https://img.shields.io/azure-devops/coverage/skender/stock.indicators/26/main?logo=AzureDevOps&label=Code%20Coverage)](https://dev.azure.com/skender/Stock.Indicators/_build/latest?definitionId=26&branchName=main&view=codecoverage-tab)
[![Language grade](https://img.shields.io/lgtm/grade/python/g/DaveSkender/Stock.Indicators.Python.svg?logo=lgtm&logoWidth=18&label=code%20quality)](https://lgtm.com/projects/g/DaveSkender/Stock.Indicators.Python)

**Stock Indicators for Python** is a library that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.

Expand Down
71 changes: 0 additions & 71 deletions docs/_indicators/.unimplemented/Gator.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/_indicators/.unimplemented/MaEnvelopes.md

This file was deleted.

99 changes: 0 additions & 99 deletions docs/_indicators/.unimplemented/PivotPoints.md

This file was deleted.

Loading

0 comments on commit 84b7d4f

Please sign in to comment.