-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format all markdown files with markdownfmt
- Loading branch information
Showing
81 changed files
with
2,035 additions
and
1,945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
______________________________________________________________________ | ||
--- | ||
|
||
name: Feature request | ||
about: Suggest/request a feature (new format, option, parameter etc) | ||
title: '' | ||
labels: | ||
name: Feature request about: Suggest/request a feature (new format, option, parameter etc) title: '' labels: | ||
|
||
______________________________________________________________________ | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. | ||
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
**Describe the solution you'd like** A clear and concise description of what you want to happen. | ||
|
||
**Provide links and sample file(s)** | ||
Provide links to the official website and/or download page of the related software or format. | ||
Provide sample file(s) for the format/feature you want to be supported. Attach the file(s) if you can. If no sample file is publicly downloadable due to copyright, please mention and explain. | ||
**Provide links and sample file(s)** Provide links to the official website and/or download page of the related software or format. Provide sample file(s) for the format/feature you want to be supported. Attach the file(s) if you can. If no sample file is publicly downloadable due to copyright, please mention and explain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The PyGlossary code of conduct is derived from [The Ruby Community Conduct Guideline](https://www.ruby-lang.org/en/conduct/). | ||
|
||
- Participants will be tolerant of opposing views. | ||
- Participants must ensure that their language and actions are free of personal attacks and disparaging personal remarks. | ||
- When interpreting the words and actions of others, participants should always assume good intentions. | ||
- Behavior that can be reasonably considered harassment will not be tolerated. | ||
- Participants will be tolerant of opposing views. | ||
- Participants must ensure that their language and actions are free of personal attacks and disparaging personal remarks. | ||
- When interpreting the words and actions of others, participants should always assume good intentions. | ||
- Behavior that can be reasonably considered harassment will not be tolerated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
## Install `python-lzo` | ||
Install `python-lzo` | ||
-------------------- | ||
|
||
- **On Linux** | ||
- **On Linux** | ||
|
||
- Make sure `liblzo2-dev` or `liblzo2-devel` is installed. | ||
- Run `sudo pip3 install python-lzo` | ||
- Make sure `liblzo2-dev` or `liblzo2-devel` is installed. | ||
- Run `sudo pip3 install python-lzo` | ||
|
||
- **On Android with Termux** | ||
- **On Android with Termux** | ||
|
||
- `apt install liblzo` | ||
- `pip install python-lzo` | ||
- `apt install liblzo` | ||
- `pip install python-lzo` | ||
|
||
- **On Windows**: | ||
- **On Windows**: | ||
|
||
- Open this page: https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-lzo | ||
- If you are using Python 3.7 (32 bit) for example, click on `python_lzo‑1.12‑cp37‑cp37m‑win32.whl` | ||
- Open Start -> type Command -> right-click on Command Prompt -> Run as administrator | ||
- Run `pip install C:\....\python_lzo‑1.12‑cp37‑cp37m‑win32.whl` command, giving the path of downloaded file | ||
- Open this page: https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-lzo | ||
- If you are using Python 3.7 (32 bit) for example, click on `python_lzo‑1.12‑cp37‑cp37m‑win32.whl` | ||
- Open Start -> type Command -> right-click on Command Prompt -> Run as administrator | ||
- Run `pip install C:\....\python_lzo‑1.12‑cp37‑cp37m‑win32.whl` command, giving the path of downloaded file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.