From a2add6e7334e798908d383362f5594632abb59e7 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 24 Sep 2019 10:52:12 +0200 Subject: [PATCH] Updated README index. [ci skip] --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8b7aa27..2b0cb4a 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ The Python dictionary for humans dealing with evil/complex data. ## Index -- [Features](#features) -- [Requirements](#requirements) -- [Installation](#installation) -- [Usage](#usage) - - [Basics](#basics) - - [Keypath](#keypath) +- ### [Features](#features) +- ### [Requirements](#requirements) +- ### [Installation](#installation) +- ### [Usage](#usage) + - #### [Basics](#basics) + - #### [Keypath](#keypath) - [List keypaths](#list-keypaths) - [Custom keypath separator](#custom-keypath-separator) - [Disable keypath functionality](#disable-keypath-functionality) -- [API](#api) - - [I/O](#io) +- ### [API](#api) + - #### [I/O](#io) - [`from_json`](#from_json) - [`from_toml`](#from_toml) - [`from_xml`](#from_xml) @@ -31,7 +31,7 @@ The Python dictionary for humans dealing with evil/complex data. - [`to_toml`](#to_toml) - [`to_xml`](#to_xml) - [`to_yaml`](#to_yaml) - - [Parse](#parse) + - #### [Parse](#parse) - [`get_bool`](#get_bool) - [`get_bool_list`](#get_bool_list) - [`get_datetime`](#get_datetime) @@ -51,7 +51,7 @@ The Python dictionary for humans dealing with evil/complex data. - [`get_slug_list`](#get_slug_list) - [`get_str`](#get_str) - [`get_str_list`](#get_str_list) - - [Utility](#utility) + - #### [Utility](#utility) - [`clean`](#clean) - [`clone`](#clone) - [`dump`](#dump) @@ -60,8 +60,8 @@ The Python dictionary for humans dealing with evil/complex data. - [`merge`](#merge) - [`remove`](#remove) - [`subset`](#subset) -- [Testing](#testing) -- [License](#license) +- ### [Testing](#testing) +- ### [License](#license) ## Features - Full **keypath** support *(using the dot syntax by default)*