1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-04-27 07:38:17 -07:00
parent d9c0b8f8ad
commit b876645fc5
2 changed files with 1 additions and 13 deletions

View File

@ -1,7 +1,6 @@
# Table of Contents # Table of Contents
* [jc.utils](#jc.utils) * [jc.utils](#jc.utils)
* [asciify](#jc.utils.asciify)
* [warning\_message](#jc.utils.warning_message) * [warning\_message](#jc.utils.warning_message)
* [error\_message](#jc.utils.error_message) * [error\_message](#jc.utils.error_message)
* [compatibility](#jc.utils.compatibility) * [compatibility](#jc.utils.compatibility)
@ -19,17 +18,6 @@
jc - JSON Convert utils jc - JSON Convert utils
<a id="jc.utils.asciify"></a>
### asciify
```python
def asciify(string: str) -> str
```
Return a string downgraded from Unicode to ASCII with some simple
conversions.
<a id="jc.utils.warning_message"></a> <a id="jc.utils.warning_message"></a>
### warning\_message ### warning\_message

View File

@ -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 .SH NAME
jc \- JSONifies the output of many CLI tools and file-types jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS