Skip to content

Commit

Permalink
update license and add content to doc homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dysonance committed Mar 6, 2019
1 parent b65febd commit 8b88b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Indicators.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2017: Jacob Amos.
> Copyright (c) 2019: Jacob Amos.
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Indicators.jl

Documentation for Indicators.jl
[Indicators](https://github.com/dysonance/Indicators.jl) is a Julia package offering efficient implementations of many technical analysis indicators and algorithms. This work is inspired by the [TTR](https://github.com/joshuaulrich/TTR) package in R and the Python implementation of [TA-Lib](https://mrjbq7.github.io/ta-lib/), and the ultimate goal is to implement all of the functionality of these offerings (and more) in Julia. This package has been written to be able to interface with both native Julia Array types, as well as the TS time series type from the [Temporal](https://github.com/dysonance/Temporal.jl) package. Contributions are of course always welcome for wrapping any of these functions in methods for other types and/or packages out there, as are suggestions for other indicators to add to the lists below.

0 comments on commit 8b88b8f

Please sign in to comment.