Skip to content

Commit

Permalink
doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 1, 2017
1 parent 8e53a7f commit 267c46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ JSON Extended

.. image:: https://travis-ci.org/chrisjsewell/jsonextended.svg?branch=master
:target: https://travis-ci.org/chrisjsewell/jsonextended
.. image:: https://coveralls.io/repos/github/chrisjsewell/jsonextended/badge.svg?branch=master
:target: https://coveralls.io/github/chrisjsewell/jsonextended?branch=master

.. image:: https://coveralls.io/repos/github/chrisjsewell/jsonextended/badge.svg?branch=master
:target: https://coveralls.io/github/chrisjsewell/jsonextended?branch=master


A python module to extend the json package; treating path structures,
Expand Down Expand Up @@ -36,9 +36,6 @@ It provides:

**Examples**

Data Folders JSONisation
------------------------

a


2 changes: 1 addition & 1 deletion jsonextended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"""

__version__ = '0.1.2.7'
__version__ = '0.1.2.8'

from jsonextended.core import (get_test_path,json_keys,json_to_dict, dict_to_json,
dict_pprint,dict_extract,dict_multiindex, dict_rename_keys,
Expand Down

0 comments on commit 267c46a

Please sign in to comment.