Updated README index. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-09-24 10:52:12 +02:00
parent c446613d5a
commit a2add6e733
1 changed files with 12 additions and 12 deletions

View File

@ -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)*