docs(fix): Fix bad syntax in README

Description

Abstract

Correct the underline of the code_repository title

Motivation

It was not seen in the job running make doc because warnings are ignored (to be changed in a future commit).

Rationale

N/A

Info

Hash

8079b794876aea1f62bf7d30a7a59a1e04bc62ef

Date

2019-08-16 00:09:59 +0200

Parents
  • refactor(core): Rename `core` domain context to `code_repository` [07e279b3]2019-08-15 23:31:33 +0200

Children
  • docs(fix): Fix usage of `pydriller` in `git_to_sphinx` [200d022d]2019-08-16 00:12:17 +0200

Branches
Tags

(No tags)

Changes

README.rst

Type

Modified

Stats

+1 -1

@@ -469,7 +469,7 @@ The contexts hold some entities, objects that have a distinct identity.
 The contexts are:

 code_repository
-''''
+'''''''''''''''

 The `code_repository` context will hold things around repositories, issues, code requests...