From 9bc02a5623a52599bb73324a6a9f354314c0da31 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 9 May 2022 16:09:40 -0700 Subject: [PATCH] doc update --- jc/__init__.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/jc/__init__.py b/jc/__init__.py index 3430c527..c19b8168 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -22,11 +22,12 @@ https://github.com/kellyjonbrazil/jc/tree/master/docs ### Specific Version -Replace `` - e.g. `1.17.7`: - `https://github.com/kellyjonbrazil/jc/tree/v/docs` -Specific versions can also be selected by tag in the branch dropdown menu. +> Replace `` - e.g. `1.18.0`: + +Specific versions can also be selected by tag in the branch Github dropdown +menu. ## Usage Example @@ -89,14 +90,14 @@ its module name. ### parser_mod_list - parser_mod_list() -> list + parser_mod_list() -> list[str] Get a list of all available parser module names to be used in `parse()`, `parser_info()`, and `get_help()`. ### plugin_parser_mod_list - plugin_parser_mod_list() -> list + plugin_parser_mod_list() -> list[str] Get a list of plugin parser module names to be used in `parse()`, `parser_info()`, and `get_help()`. This list is a subset of @@ -104,7 +105,7 @@ Get a list of plugin parser module names to be used in ### standard_parser_mod_list - standard_parser_mod_list() -> list + standard_parser_mod_list() -> list[str] Get a list of standard parser module names to be used in `parse()`, `parser_info()`, and `get_help()`. This list is a subset of @@ -112,7 +113,7 @@ Get a list of standard parser module names to be used in ### streaming_parser_mod_list - streaming_parser_mod_list() -> list + streaming_parser_mod_list() -> list[str] Get a list of streaming parser module names to be used in `parse()`, `parser_info()`, and `get_help()`. This list is a subset of