From d2db0cb7311d6639179beba49e17b577c20143ae Mon Sep 17 00:00:00 2001 From: Niklewa Date: Thu, 25 Jul 2024 12:55:49 +0200 Subject: [PATCH] modifying the toc of the guide --- docs/guides/data_sources.ipynb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/guides/data_sources.ipynb b/docs/guides/data_sources.ipynb index 24595399..db888286 100644 --- a/docs/guides/data_sources.ipynb +++ b/docs/guides/data_sources.ipynb @@ -23,10 +23,11 @@ " - [Population density](#toc1_2_6_) \n", " - [Urbanicity (census tracts)](#toc1_2_7_) \n", " - [Ethnic composition](#toc1_2_8_) \n", - " - [Poverty (time series)](#toc1_2_9_) \n", - " - [Income (census tracts)](#toc1_2_10_) \n", - " - [Industry composition (time series)](#toc1_2_11_) \n", - " - [Industry composition (census tracts)](#toc1_2_12_) \n", + " - [Ethnic composition (census tract) ](#toc1_2_9_) \n", + " - [Poverty (time series)](#toc1_2_10_) \n", + " - [Income (census tracts)](#toc1_2_11_) \n", + " - [Industry composition (time series)](#toc1_2_12_) \n", + " - [Industry composition (census tracts)](#toc1_2_13_) \n", " - [Background variables](#toc1_3_) \n", " - [Transportation](#toc1_3_1_) \n", " - [National Walkability Index](#toc1_3_1_1_) \n", @@ -286,7 +287,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### [Ethnic composition (Census Tract)](#toc1_)\n", + "### [Ethnic composition (census tract)](#toc1_) [↑](#toc0_)\n", "\n", "- **Definition:** This dataset contains demographic information extracted from the American Community Survey (ACS) at the Census Tract level. The raw dataset is a subset of the full set of demographic and housing estimates (DP05), and it includes selected variables, as listed in the \"Notes\" section in the previous variable description. The original dataset contained absolute counts; our final dataset provides proportions of various racial and ethnic groups.\n", "\n", @@ -305,7 +306,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### [Poverty (Time Series)](#toc0_)\n", + "### [Poverty (time series)](#toc0_)\n", "\n", "- **Definition:** This dataset contains estimations of poverty and income in the United States by county.\n", "\n", @@ -320,7 +321,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### [Income (census tracts)](#toc0_)\n", + "### [Income (census tracts)](#toc0_)\n", "\n", "- **Definition:** This dataset contains income data for census tracts in the United States, obtained from the ACS 5-year estimates, including mean and median household income, inflation adjusted.\n", "\n", @@ -335,7 +336,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### [Industry composition (time series)](#toc0_)\n", + "### [Industry composition (time series)](#toc0_)\n", "\n", "- **Definition:** This dataset contains industry information extracted from the American Community Survey (ACS). The raw dataset is a subset of the full set of Industry by Sex for the Civilian Employed Population (S2403) and it includes selected variables, as listed in the \"Notes\" section. It is a time series expansion of the previous dataset.\n", "\n", @@ -371,7 +372,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### [Industry composition (census tracts)](#toc0_)\n", + "### [Industry composition (census tracts)](#toc0_)\n", "\n", "- **Definition:** This dataset contains industry information extracted from the American Community Survey (ACS). The raw dataset is a subset of the full set of Industry by Sex for the Civilian Employed Population (S2403) and it includes selected variables, as listed in the \"Notes\" section in the entry on Industry composition at County level. \n", "\n", @@ -697,7 +698,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.0" + "version": "3.11.9" }, "orig_nbformat": 4 },