diff options
| author | Leon Overweel <l.overweel@gmail.com> | 2017-03-27 17:31:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-27 17:31:31 +0200 |
| commit | 59b05ac8425e34cdf41179506cdda357c59b4b12 (patch) | |
| tree | a8b0a3fda77e242f0d3e9e258cc81e516be2164d | |
| parent | 9d35523b9fd8e3df22558fa57eb87c5d7dbcc7fb (diff) | |
Add section jumps to README
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,11 +2,10 @@ The OpenDC web server is the bridge between OpenDC's frontend and database. It is built with Flask/SocketIO in Python and implements the OpenAPI-compliant [OpenDC API specification](https://github.com/atlarge-research/opendc/blob/master/opendc-api-spec.json). -This document describes how to set up the web server for local development, and explains a high-level view of the web server architecture. +This document explains a high-level view of the web server architecture ([jump](#architecture)), and describes how to set up the web server for local development ([jump](#setup-for-local-development)). ## Architecture - The following diagram shows a high-level view of the architecture of the OpenDC web server. Squared-off colored boxes indicate packages (colors become more saturated as packages are nested); rounded-off boxes indicate individual components; dotted lines indicate control flow; and solid lines indicate data flow.  |
