chore: cleanup

- rst heading definitions
- indirect hyperlinks and code-blocks added for better readability
- MarkDown warnings resolved
- Yaml style issues fixed
This commit is contained in:
Emad Rad
2024-05-25 18:08:25 +03:30
parent 0c44a78fad
commit 6c5b98087e
25 changed files with 298 additions and 308 deletions

View File

@@ -7,7 +7,6 @@ on:
- master
jobs:
lint-imports:
name: Lint Python Imports
runs-on: ubuntu-20.04
@@ -19,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: "3.11"
- name: Install system requirements
run: sudo apt update && sudo apt install -y libxmlsec1-dev