Skip to content

Commit b2d37e2

Browse files
committed
extending
1 parent 99b4b04 commit b2d37e2

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017, Ami Tavory, Shahar Asulay, Tali Raveh-Sadka
1+
Copyright 2017, Ami Tavory, Shahar Azulay
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ibex
22
====
33

44

5-
Ami Tavory, Shahar Azulay, Tali Raveh-Sadka
5+
Ami Tavory, Shahar Azulay
66

77

88
.. image:: https://travis-ci.org/atavory/ibex.svg?branch=master

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
# General information about the project.
6565
project = u'ibex'
66-
copyright = u'2017, Ami Tavory, Shahar Azulay, Tali Raveh-Sadka'
67-
author = u'Ami Tavory, Shahar Azulay, Tali Raveh-Sadka'
66+
copyright = u'2017, Ami Tavory, Shahar Azulay'
67+
author = u'Ami Tavory, Shahar Azulay'
6868

6969
# The version info for the project you're documenting, acts as replacement for
7070
# |version| and |release|, also used in various other places throughout the

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Contents
2323
examples
2424
api
2525

26+
.. include:: /example/iris.rst
27+
2628
Indexes and tables
2729
==================
2830

docs/source/spelling_wordlist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ args
55
Todo
66
Ami
77
Tavory
8-
Tali
9-
Raveh
10-
Sadka
118
Shahar
129
Azulay
1310
ted

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(self):
4444
setup(
4545
name='ibex',
4646
version='0.1.0',
47-
author='Ami Tavory, Shahar Azulay, Tali Raveh-Sadka',
47+
author='Ami Tavory, Shahar Azulay',
4848
author_email='atavory at gmail',
4949
url='https://github.com/atavory/ibex',
5050
packages=[

0 commit comments

Comments
 (0)