Skip to content

Commit

Permalink
changed my name; added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed May 28, 2015
1 parent 1daa549 commit cf3b0f9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Authors
```````

- Christopher C. Little (`@chrislit <https://github.com/chrislit>`_) <[email protected]>
- Chris Little (`@chrislit <https://github.com/chrislit>`_) <[email protected]>
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Abydos

|
| Abydos NLP/IR library
| Copyright 2014-2015 by Christopher C. Little
| Copyright 2014-2015 by Chris Little
This library contains code I'm using for research, in particular dissertation research & experimentation.

Expand Down
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def __getattr__(cls, name):

# General information about the project.
project = 'Abydos'
copyright = '2015, Christopher C. Little'
author = 'Christopher C. Little'
copyright = '2015, Chris Little'
author = 'Chris Little'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -154,7 +154,7 @@ def __getattr__(cls, name):

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
# html_logo = '../abydos.png'

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down Expand Up @@ -233,10 +233,10 @@ def __getattr__(cls, name):

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
'papersize': 'letterpaper',

# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
Expand All @@ -250,12 +250,12 @@ def __getattr__(cls, name):
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Abydos.tex', 'Abydos Documentation',
'Christopher C. Little', 'manual'),
'Chris Little', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
# the title page.
#latex_logo = None
# latex_logo = '../abydos.png'

# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Welcome to Abydos's documentation!
==================================

.. image:: ../abydos-small.png

Contents:

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def readfile(fn):
packages=find_packages(exclude=['tests*']),
version='0.2.0',
description='Abydos NLP/IR library',
author='Christopher C. Little',
author='Chris Little',
author_email='[email protected]',
url='https://github.com/chrislit/abydos',
download_url='https://github.com/chrislit/abydos/archive/master.zip',
Expand Down

0 comments on commit cf3b0f9

Please sign in to comment.