Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Remove labs folder references in docs and tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Jul 17, 2015
1 parent 5d461a8 commit 130e9f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
labs/
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = function (grunt) {
src: [
"Gruntfile.js",
"karma.conf.js",
"labs/**/*.js",
"src/**/*.js"
]
},
Expand Down
13 changes: 0 additions & 13 deletions docs/dev/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ structure.

The other folders contain the implementation of each feature.

`labs` folder contains experimental source code.

In `labs/lib` folder there are a few scripts, wrapping [OANDA Rest APIs][], as
proof-of-concept of API integration. A few examples of dummy trading strategies
are contained in `lib/z-*` files.

`labs/R` folder is a sort of double-check, reading dump files, to verify trading
strategies with [R][] framework. Argo may integrate R statistical framework
using [rio][].

`labs/dump` folder contains a few dumps about forex sessions, used in R and js
scripts.

[Node.js]: http://nodejs.org/
[AngularJS]: https://angularjs.org/
[Material Design]: https://material.angularjs.org/
Expand Down

0 comments on commit 130e9f0

Please sign in to comment.