From df611cc263f50285e74ceb3381f55b43a74870a0 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 21 Jan 2022 12:41:52 -0800 Subject: [PATCH] formatting --- docs/readme.md | 6 ++++-- jc/__init__.py | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 686572b5..8a1485ac 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -20,13 +20,15 @@ to dictionaries and lists of dictionaries. https://github.com/kellyjonbrazil/jc/tree/master/docs -### Specific version (replace `{{full_version_number}}` - e.g. `1.17.7`): +### Specific Version + +Replace `{{full_version_number}}` - e.g. `1.17.7`: `https://github.com/kellyjonbrazil/jc/tree/v{{full_version_number}}/docs` Specific versions can also be selected by tag in the branch dropdown menu. -## Example: +## Usage Example: >>> import subprocess >>> import jc diff --git a/jc/__init__.py b/jc/__init__.py index 5b5892da..40fb0817 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -18,13 +18,15 @@ to dictionaries and lists of dictionaries. https://github.com/kellyjonbrazil/jc/tree/master/docs -### Specific version (replace `{{full_version_number}}` - e.g. `1.17.7`): +### Specific Version + +Replace `{{full_version_number}}` - e.g. `1.17.7`: `https://github.com/kellyjonbrazil/jc/tree/v{{full_version_number}}/docs` Specific versions can also be selected by tag in the branch dropdown menu. -## Example: +## Usage Example: >>> import subprocess >>> import jc