浏览代码

updated bad links

master
Keith 8 年前
父节点
当前提交
7b059ca1d3
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. +8
    -8
      code/README.md

+ 8
- 8
code/README.md 查看文件

@@ -33,12 +33,12 @@ Examining these files a little more closely, we can see the follow table gives u

| Data | Location Notes |
|------|-------------------|
| Average published in-state tuition and fees (2007-10) | [ic2010_ay.xls](./server/data/ic2010_ay.xls) StatisticsRV sheet; cells E87-E98 |
| Average published in-state tuition and fees (2010-14) | [ic2014_ay.xls](./server/data/ic2010_ay.xls) Statistics sheet; cells E72-E81 |
| Average books and supplies costs (2007-10) | [ic2010_ay.xls](./server/data/ic2010_ay.xls) StatisticsRV sheet; cells E101-E104 |
| Average books and supplies costs (2011-14) | [ic2014_ay.xls](./server/data/ic2014_ay.xls) Statistics sheet; cells E98-E101 |
| Average room and board (2007-10) | [ic2010_ay.xls](./server/data/ic2010_ay.xls) StatisticsRV sheet; cells E105-E108 |
| Average room and board (2011-14) | [ic2014_ay.xls](./server/data/ic2014_ay.xls) Statistics sheet; cells E102-105 |
| Average published in-state tuition and fees (2007-10) | [ic2010_ay.xls](./code/server/data/ic2010_ay.xls) StatisticsRV sheet; cells E87-E98 |
| Average published in-state tuition and fees (2010-14) | [ic2014_ay.xls](./code/server/data/ic2010_ay.xls) Statistics sheet; cells E72-E81 |
| Average books and supplies costs (2007-10) | [ic2010_ay.xls](./code/server/data/ic2010_ay.xls) StatisticsRV sheet; cells E101-E104 |
| Average books and supplies costs (2011-14) | [ic2014_ay.xls](./code/server/data/ic2014_ay.xls) Statistics sheet; cells E98-E101 |
| Average room and board (2007-10) | [ic2010_ay.xls](./server/code/data/ic2010_ay.xls) StatisticsRV sheet; cells E105-E108 |
| Average room and board (2011-14) | [ic2014_ay.xls](./server/code/data/ic2014_ay.xls) Statistics sheet; cells E102-105 |

# The Server Code

@@ -54,6 +54,6 @@ For the sake of this example, we are going to have three endpoints listed in the
| `/summary/costs/{year}` | Provides the costs return data for the supplied year (e.g. tuition+fees, room and board, books and supplies) |

## Implementation
The core implementation can be found in [server](./server/api_server.py) file.
The core implementation can be found in [server](./code/server/api_server.py) file.

The API specification can be found in [apispec](./server/apispec/data_api.yaml). For more information about YAML, go [here](http://www.yaml.org/), and of course, [here for the OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification/).
The API specification can be found in [apispec](./code/server/apispec/data_api.yaml). For more information about YAML, go [here](http://www.yaml.org/), and of course, [here for the OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification/).

正在加载...
取消
保存