Alejandro Cremades commited on
Commit
253071e
1 Parent(s): 94556a7

Update README for a more accessible Pages site

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -2,6 +2,13 @@
2
 
3
  Composes a list of Magic cards legal in the Middle School format
4
 
 
 
 
 
 
 
 
5
  ## The process: the Jupyter notebook
6
 
7
  Feel free to take a look at [the notebook](https://github.com/alecrem/middleschool-cardlist/blob/main/middleschool-cardlist.ipynb)
@@ -18,8 +25,3 @@ Python modules:
18
 
19
  - json
20
  - pandas
21
-
22
- ## The result: output files
23
-
24
- - [middleschool.json ](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.json)
25
- - [middleschool.csv](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.csv)
 
2
 
3
  Composes a list of Magic cards legal in the Middle School format
4
 
5
+ ## List of Middle School legal cards
6
+
7
+ You can download the list in the following formats:
8
+
9
+ - [JSON](output/middleschool.json)
10
+ - [CSV](output/middleschool.csv)
11
+
12
  ## The process: the Jupyter notebook
13
 
14
  Feel free to take a look at [the notebook](https://github.com/alecrem/middleschool-cardlist/blob/main/middleschool-cardlist.ipynb)
 
25
 
26
  - json
27
  - pandas