Skip to content

Commit a95a4c5

Browse files
committed
Added keywords to the docs
1 parent 94d25f9 commit a95a4c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ operating with it on any Python application.
2222
:target: http://docs.wandrell.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.wandrell.com/development/dice-notation-python
2626
:alt: Dice Notation Tools for Python development documentation
2727

2828
Features
@@ -124,8 +124,8 @@ License
124124
The project has been released under the `MIT License`_.
125125

126126
.. _GitHub project page: https://github.com/Bernardo-MG/dice-notation-python
127-
.. _latest docs: http://docs.wandrell.com/dice-notation-python/
128-
.. _development docs: http://docs.wandrell.com/development/dice-notation-python/
127+
.. _latest docs: http://docs.wandrell.com/dice-notation-python
128+
.. _development docs: http://docs.wandrell.com/development/dice-notation-python
129129
.. _Pypi package: https://pypi.python.org/pypi/dice-notation
130130
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
131131
.. _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
@@ -97,7 +97,7 @@
9797

9898
# Theme options.
9999
html_theme_options = {
100-
'keywords': '',
100+
'keywords': 'dice, dice notation, parser, Python, RPG',
101101
'author_name': ','.join(authors),
102102
'author_url': 'https://github.com/Bernardo-MG',
103103
'twitter_id': '@Wandrell_BMG',

0 commit comments

Comments
 (0)