From bb7608c56f313096566956d87583f4e531983938 Mon Sep 17 00:00:00 2001
From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Date: Mon, 15 Jul 2019 16:25:33 +0200
Subject: [PATCH] Change section titles in docs
---
CHANGELOG.rst | 6 +++---
doc/en/_templates/globaltoc.html | 2 +-
doc/en/reference.rst | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c4ab6f1bd..3badb1936 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,6 @@
-=================
-Changelog history
-=================
+=========
+Changelog
+=========
Versions follow `Semantic Versioning `_ (``..``).
diff --git a/doc/en/_templates/globaltoc.html b/doc/en/_templates/globaltoc.html
index 39cebb968..50c2239e5 100644
--- a/doc/en/_templates/globaltoc.html
+++ b/doc/en/_templates/globaltoc.html
@@ -4,7 +4,7 @@
Home
Install
Contents
- Reference
+ API Reference
Examples
Customize
Changelog
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index 5abb01f50..afbef6b1e 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -1,5 +1,5 @@
-Reference
-=========
+API Reference
+=============
This page contains the full reference to pytest's API.