From 713f72cae5277db51a5232a5d25233ae0c06d316 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 30 Dec 2019 22:20:09 +0100
Subject: [PATCH] fix docs

---
 docs/configuration/index.rst | 17 -----------------
 docs/index.rst               |  4 ++--
 2 files changed, 2 insertions(+), 19 deletions(-)
 delete mode 100644 docs/configuration/index.rst

diff --git a/docs/configuration/index.rst b/docs/configuration/index.rst
deleted file mode 100644
index c00a54bb..00000000
--- a/docs/configuration/index.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-=============
-Configuration
-=============
-
-Satella provides a rich functionality to:
-
-1. Load data from particular sources_ (defined using JSON)_
-2. Validate_ that config data and standardize it as far as types are concerned (defined using JSON)_
-
-.. _sources: sources.html
-.. _Validate: schema.html
-
-You can craft them either out of Python objects at runtime, or load them using an elegant JSON-based schema.
-
-Satella treats your config files as a huge dictionary, at the topmost level,
-although you could possibly make them anything you want (including plain strings, although in this case
-it would be a plain bother to use Satella for that).
diff --git a/docs/index.rst b/docs/index.rst
index c705bc32..5684be53 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,11 +1,11 @@
+===================================
 Welcome to satella's documentation!
 ===================================
 
 .. toctree::
            :maxdepth: 2
-           :caption: Contents:
+           :caption: Contents
 
-           configuration/index
            configuration/schema
            configuration/sources
            coding/functions
-- 
GitLab