-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update the README.md to include documentation and NuGet package
- Loading branch information
Showing
3 changed files
with
117 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 📄 TaLibStandard Documentation | ||
|
||
## 📚 Read the documentation | ||
|
||
### ...on GitHub (recommended) | ||
|
||
The main documentation for TaLibStandard is located in the following files. They are written in Markdown and can be read directly from GitHub: | ||
|
||
- **Candles**: [TechnicalAnalysis.Candles](https://github.com/phmatray/TaLibStandard/blob/main/docs/candles/TechnicalAnalysis.Candles.md) | ||
- **Functions**: [TechnicalAnalysis.Functions](https://github.com/phmatray/TaLibStandard/blob/main/docs/functions/TechnicalAnalysis.Functions.md) | ||
- **Common**: [TechnicalAnalysis.Common](https://github.com/phmatray/TaLibStandard/blob/main/docs/common/TechnicalAnalysis.Common.md) | ||
|
||
### ...in your IDE | ||
|
||
If you are using an IDE that supports Markdown, you can open the following files directly in your IDE: | ||
|
||
- **Candles**: [./docs/candles/TechnicalAnalysis.Candles.md](./candles/TechnicalAnalysis.Candles.md) | ||
- **Functions**: [./docs/functions/TechnicalAnalysis.Functions.md](./functions/TechnicalAnalysis.Functions.md) | ||
- **Common**: [./docs/common/TechnicalAnalysis.Common.md](./common/TechnicalAnalysis.Common.md) | ||
|
||
## 🤝 Contributing | ||
|
||
If you want to contribute to the documentation, just edit the summaries in the source code and build the solution. The documentation will be automatically generated in the `docs` folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters