Skip to content

Commit

Permalink
added examples to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelefiorini committed Jun 9, 2016
1 parent 7b0c4ba commit a7f3728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.md
include LICENSE.txt
include adenine/examples
6 changes: 3 additions & 3 deletions doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ source package which contains a ``examples\data`` directory with some data files

ADENINE needs only 3 ingredients:

* A ``n_samples x n_variables`` input matrix
* A ``n_samples x 1`` output vector (optional)
* A ``configuration`` file
* ``n_samples x n_variables`` input matrix
* ``n_samples x 1`` output vector (optional)
* ``configuration`` file


Input data format
Expand Down

0 comments on commit a7f3728

Please sign in to comment.