From 7ce606ccdb3ee883ba621f891e559a37082fba35 Mon Sep 17 00:00:00 2001 From: mpadge Date: Fri, 13 Sep 2024 13:02:04 +0200 Subject: [PATCH] fix links in intro.rst --- content/intro.rst | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/content/intro.rst b/content/intro.rst index 79682d0..27f8d88 100644 --- a/content/intro.rst +++ b/content/intro.rst @@ -30,14 +30,37 @@ How does it work? Urban Analyst presents a variety of :ref:`variables` for each city analysed, as well as relationships between these variables. Values for each variable are derived at every street intersection in each city. These -values are then aggregated into the polygons shown in the `"Map" -`_ and `"Transform" -`_ pages, and across entire cities for the -values shown in the `"Compare" `_ page. -Aggregations are always weighted by local population densities, so that all UA -values represent values *per person* as experienced in each city. Details are -provided in the :ref:`*Data Sources* ` and :ref:`*Software and -Algorithms* ` chapters. +values are then aggregated into the polygons shown in the |map-page-short| and +|transform-pages|, and across entire cities for the values shown in the +|comp-page|. Aggregations are always weighted by local population densities, so +that all UA values represent values *per person* as experienced in each city. +Details are provided in the |data-chapter-short| and |sw-chapters|. + +.. |comp-page| raw:: html + + + Compare page + +.. |map-page-short| raw:: html + + + Map + +.. |transform-pages| raw:: html + + + Transform pages + +.. |data-chapter-short| raw:: html + + + Data Sources + +.. |sw-chapters| raw:: html + + + Software and Algorithms chapters + How many calculations are involved? ***********************************