summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-07-27 18:47:38 -0500
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-07-27 18:47:38 -0500
commit69eaa28da2142c405174ce327e4d2470bbce2e87 (patch)
tree9981d19a6d8ba294cd8c8ad8acb90dcef77d6895 /docs
parenta0dabc1d4274275a9714a35fc71991c31ee326b5 (diff)
downloadflake8-69eaa28da2142c405174ce327e4d2470bbce2e87.tar.gz
Update name across the project post-marriage
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
-rw-r--r--docs/source/internal/contributing.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0c0b8de..355e6ff 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,8 +54,8 @@ master_doc = 'index'
# General information about the project.
project = u'flake8'
-copyright = u'2016, Ian Cordasco'
-author = u'Ian Cordasco'
+copyright = u'2016, Ian Stapleton Cordasco'
+author = u'Ian Stapleton Cordasco'
import flake8
# The version info for the project you're documenting, acts as replacement for
@@ -235,7 +235,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'flake8.tex', u'flake8 Documentation',
- u'Ian Cordasco', 'manual'),
+ u'Ian Stapleton Cordasco', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
diff --git a/docs/source/internal/contributing.rst b/docs/source/internal/contributing.rst
index 80ff9ac..023a553 100644
--- a/docs/source/internal/contributing.rst
+++ b/docs/source/internal/contributing.rst
@@ -19,8 +19,8 @@ Code of Conduct
===============
|Flake8| adheres to the `Python Code Quality Authority's Code of Conduct`_.
-Any violations of the Code of Conduct should be reported to Ian Cordasco
-(graffatcolmingov [at] gmail [dot] com).
+Any violations of the Code of Conduct should be reported to Ian Stapleton
+Cordasco (graffatcolmingov [at] gmail [dot] com).
Setting Up A Development Environment