From b876645fc5046765cacbae62ac15014de2ad7a8c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 27 Apr 2022 07:38:17 -0700 Subject: [PATCH] doc update --- docs/utils.md | 12 ------------ man/jc.1 | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/utils.md b/docs/utils.md index 5677d42e..b400bcbd 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -1,7 +1,6 @@ # Table of Contents * [jc.utils](#jc.utils) - * [asciify](#jc.utils.asciify) * [warning\_message](#jc.utils.warning_message) * [error\_message](#jc.utils.error_message) * [compatibility](#jc.utils.compatibility) @@ -19,17 +18,6 @@ jc - JSON Convert utils - - -### asciify - -```python -def asciify(string: str) -> str -``` - -Return a string downgraded from Unicode to ASCII with some simple -conversions. - ### warning\_message diff --git a/man/jc.1 b/man/jc.1 index e408b763..0054dccd 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-04-26 1.18.8 "JSON Convert" +.TH jc 1 2022-04-27 1.18.8 "JSON Convert" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS