Skip to content

Commit bf19a07

Browse files
committed
refactoring readme docs
1 parent 3b449f4 commit bf19a07

File tree

6 files changed

+19
-31
lines changed

6 files changed

+19
-31
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ logmetrics-python
33
=================
44

55

6-
.. image:: https://img.shields.io/pypi/v/logmetrics_python.svg
7-
:target: https://pypi.python.org/pypi/logmetrics
6+
.. image:: https://img.shields.io/pypi/v/logmetrics_sdk.svg
7+
:target: https://pypi.python.org/pypi/logmetrics_sdk
88

9-
.. image:: https://img.shields.io/travis/ksadayamuthu/logmetrics_python.svg
9+
.. image:: https://img.shields.io/travis/ksadayamuthu/logmetrics_sdk.svg
1010
:target: https://travis-ci.org/devxchangeio/logmetrics-python
1111

12-
.. image:: https://readthedocs.org/projects/logmetrics-python/badge/?version=latest
13-
:target: https://logmetrics-python.readthedocs.io/en/latest/?badge=latest
12+
.. image:: https://readthedocs.org/projects/logmetrics/badge/?version=latest
13+
:target: https://logmetrics.readthedocs.io/en/latest/?badge=latest
1414
:alt: Documentation Status
1515

1616
Python Boilerplate contains all the boilerplate you need to create a Python package.
1717

1818

1919
* Free software: Apache Software License 2.0
20-
* Documentation: https://logmetrics-python.readthedocs.io.
20+
* Documentation: https://logmetrics_sdk.readthedocs.io.
2121

2222

2323
Features

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import sys
2323
sys.path.insert(0, os.path.abspath('..'))
2424

25-
import logmetrics_python
25+
import logmetrics_sdk
2626

2727
# -- General configuration ---------------------------------------------
2828

@@ -56,9 +56,9 @@
5656
# the built documents.
5757
#
5858
# The short X.Y version.
59-
version = logmetrics_python.__version__
59+
version = logmetrics_sdk.__version__
6060
# The full version, including alpha/beta/rc tags.
61-
release = logmetrics_python.__version__
61+
release = logmetrics_sdk.__version__
6262

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

docs/installation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To install logmetrics_python, run this command in your terminal:
1212

1313
.. code-block:: console
1414
15-
$ pip install logmetrics_python
15+
$ pip install logmetrics_sdk
1616
17-
This is the preferred method to install logmetrics_python, as it will always install the most recent stable release.
17+
This is the preferred method to install logmetrics_sdk, as it will always install the most recent stable release.
1818

1919
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
2020
you through the process.
@@ -26,19 +26,19 @@ you through the process.
2626
From sources
2727
------------
2828

29-
The sources for logmetrics_python can be downloaded from the `Github repo`_.
29+
The sources for logmetrics-python can be downloaded from the `Github repo`_.
3030

3131
You can either clone the public repository:
3232

3333
.. code-block:: console
3434
35-
$ git clone git://github.com/devxchangeio/logmetrics_python
35+
$ git clone git://github.com/devxchangeio/logmetrics-python
3636
3737
Or download the `tarball`_:
3838

3939
.. code-block:: console
4040
41-
$ curl -OJL https://github.com/devxchangeio/logmetrics_python/tarball/master
41+
$ curl -OJL https://github.com/devxchangeio/logmetrics-python/tarball/master
4242
4343
Once you have a copy of the source, you can install it with:
4444

@@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
4747
$ python setup.py install
4848
4949
50-
.. _Github repo: https://github.com/devxchangeio/logmetrics_python
51-
.. _tarball: https://github.com/devxchangeio/logmetrics_python/tarball/master
50+
.. _Github repo: https://github.com/devxchangeio/logmetrics-python
51+
.. _tarball: https://github.com/devxchangeio/logmetrics-python/tarball/master

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Usage
33
=====
44

5-
To use logmetrics_python in a project::
5+
To use logmetrics_sdk in a project::
66

7-
import logmetrics_python
7+
import logmetrics_sdk

requirements_dev.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite='tests',
5252
tests_require=test_requirements,
5353
url='https://github.com/devxchangeio/logmetrics-python',
54-
version='1.0.1',
54+
version='1.0.2',
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)