Skip to content

Commit 7fd5037

Browse files
committed
Merge branch 'master' into develop
2 parents 1a35f33 + 51a641a commit 7fd5037

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ after_success:
4646
# Documentation deployment
4747
- ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
4848
- cd ~/sphinx/build/html
49-
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_RELEASE
50-
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_USERNAME $DEPLOY_PASSWORD $DEPLOY_HOST $DEPLOY_PORT $DEPLOY_PATH_DEVELOP
49+
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_RELEASE
50+
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_DEVELOP

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ operating with it on any Python application.
1919
:alt: Dice Notation Tools for Python Pypi package page
2020

2121
.. image:: https://img.shields.io/badge/docs-release-blue.svg
22-
:target: http://docs.wandrell.com/dice-notation-python
22+
:target: http://docs.bernardomg.com/dice-notation-python
2323
:alt: Dice Notation Tools for Python latest documentation
2424
.. image:: https://img.shields.io/badge/docs-develop-blue.svg
25-
:target: http://docs.wandrell.com/development/dice-notation-python
25+
:target: http://docs.bernardomg.com/development/dice-notation-python
2626
:alt: Dice Notation Tools for Python development documentation
2727

2828
Features
@@ -121,8 +121,8 @@ License
121121
The project has been released under the `MIT License`_.
122122

123123
.. _GitHub project page: https://github.com/Bernardo-MG/dice-notation-python
124-
.. _latest docs: http://docs.wandrell.com/dice-notation-python
125-
.. _development docs: http://docs.wandrell.com/development/dice-notation-python
124+
.. _latest docs: http://docs.bernardomg.com/dice-notation-python
125+
.. _development docs: http://docs.bernardomg.com/development/dice-notation-python
126126
.. _Pypi package: https://pypi.python.org/pypi/dice-notation
127127
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
128128
.. _project issues tracker: https://github.com/Bernardo-MG/dice-notation-python/issues

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'keywords': 'dice, dice notation, parser, Python, RPG',
101101
'author_name': ','.join(authors),
102102
'author_url': 'https://github.com/Bernardo-MG',
103-
'twitter_id': '@Wandrell_BMG',
103+
'twitter_id': '@BernardoMartG',
104104
'publish_date': datetime.datetime.now().date(),
105105
'years': '2016',
106106
'scm_name': 'Github',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_tests(self):
6363
version=version_lib,
6464
description='Dice notation tools',
6565
author='Bernardo Martínez Garrido',
66-
author_email='programming@wandrell.com',
66+
author_email='programming@bernardomg.com',
6767
license='MIT',
6868
url='https://github.com/Bernardo-MG/dice-notation-python',
6969
download_url='https://pypi.python.org/pypi/dice-notation',

0 commit comments

Comments
 (0)