Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
failville
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Apr 17, 2017
1 parent 6a6f176 commit faa03f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
.. image:: https://travis-ci.org/Jackevansevo/python-utils.svg?branch=master
:target: https://travis-ci.org/Jackevansevo/python-utils
.. image:: https://travis-ci.org/Jackevansevo/basic-utils.svg?branch=master
:target: https://travis-ci.org/Jackevansevo/basic-utils

.. image:: https://coveralls.io/repos/github/Jackevansevo/python-utils/badge.svg?branch=master
:target: https://coveralls.io/github/Jackevansevo/python-utils?branch=master

.. image:: https://img.shields.io/pypi/pyversions/simple-utils.svg
:target: https://pypi.python.org/pypi/simple-utils

.. image:: https://readthedocs.org/projects/simple-python-utils/badge/?version=latest
:target: http://simple-python-utils.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/pypi/pyversions/basic-utils.svg
:target: https://pypi.python.org/pypi/basic-utils

============
Basic utils
Expand Down
20 changes: 9 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# version is used
sys.path.insert(0, project_root)

import utils
import basic_utils

# -- General configuration ------------------------------------------------

Expand All @@ -41,13 +41,13 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -62,7 +62,7 @@
master_doc = 'index'

# General information about the project.
project = 'python-utils'
project = 'basic-utils'
copyright = '2017, Jack Evans'
author = 'Jack Evans'

Expand Down Expand Up @@ -174,7 +174,5 @@
]




# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

0 comments on commit faa03f9

Please sign in to comment.