Skip to content

Commit 2f4f123

Browse files
committed
add documentation links; bump version
1 parent 4101cdf commit 2f4f123

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Python client for Hadoop® YARN API
2424
:target: https://caniusepython3.com/project/yarn-api-client
2525
:alt: Python 3 port
2626

27+
Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org_
28+
29+
REST API documentation: hadoop.apache.org_
30+
2731
------------
2832
Installation
2933
------------
@@ -67,3 +71,6 @@ Programmatic interface
6771
.. code-block:: python
6872
6973
from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager
74+
75+
.. _python-client-for-hadoop-yarn-api.readthedocs.org: http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/
76+
.. _hadoop.apache.org: http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.2.2'
57+
version = '0.2.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.2.2'
59+
release = '0.2.3'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

yarn_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.2.2'
2+
__version__ = '0.2.3'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
44
'ResourceManager']
55

0 commit comments

Comments
 (0)