Skip to content

Commit 3e5c7c4

Browse files
committedSep 30, 2022
Add links to README and documentation.
1 parent f8cd0b1 commit 3e5c7c4

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docs/_build
12
build/*
23
**/.mypy_cache/**
34
dist/**

‎README.rst

+13
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@ Better JSON Tools
33

44
Python module that adds tools to make working with JSON data easier.
55

6+
Documentation
7+
-------------
8+
69
If you're looking for documentation please visit:
10+
711
https://better-json-tools.readthedocs.io/en/latest/
812

13+
14+
Installation
15+
------------
16+
17+
.. code-block:: bash
18+
19+
pip install better-json-tools
20+
21+
922
Features
1023
========
1124

‎docs/index.rst

+19
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ Features
1111
- Loading JSONC files
1212
- Saving JSON files with nicer formatting than standard json module
1313

14+
Installation
15+
------------
16+
17+
Better JSON tools package is hosted on PyPI and can be installed using pip:
18+
19+
.. code-block:: bash
20+
21+
pip install better-json-tools
22+
23+
PyPi page: https://pypi.org/project/better-json-tools/
24+
25+
Source code
26+
-----------
27+
28+
Source code is available on GitHub:
29+
30+
https://github.com/Nusiq/better_json_tools
31+
32+
1433
Table of contents
1534
-----------------
1635

0 commit comments

Comments
 (0)
Please sign in to comment.