Skip to content

Commit 998cfd6

Browse files
committed
Update document environment
1 parent 17970fc commit 998cfd6

File tree

6 files changed

+13
-23
lines changed

6 files changed

+13
-23
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v1
39+
uses: actions/setup-python@v2
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
python -m tox
4848
- name: Upload Results
4949
if: success()
50-
uses: codecov/codecov-action@v1
50+
uses: codecov/codecov-action@v2
5151
with:
5252
file: ./coverage.xml
5353
flags: unittests
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v2
7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@v1
71+
uses: actions/setup-python@v2
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474
- name: Install dependencies
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v2
9494
- name: Set up Python ${{ matrix.python-version }}
95-
uses: actions/setup-python@v1
95+
uses: actions/setup-python@v2
9696
with:
9797
python-version: ${{ matrix.python-version }}
9898
- name: Install dependencies

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Python 3.8
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: 3.9
2121
- name: Install dependencies
@@ -40,15 +40,15 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v2
43-
- uses: actions/setup-python@v1
43+
- uses: actions/setup-python@v2
4444
with:
4545
python-version: 3.9
4646
- name: Package
4747
run: |
4848
pip install --upgrade setuptools wheel
4949
python setup.py ${{ matrix.distribution }}
5050
- name: Publish
51-
uses: pypa/gh-action-pypi-publish@v1.0.0a0
51+
uses: pypa/gh-action-pypi-publish@v1.4.1
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_PWD }}

assets/logo_src.afdesign

92.1 KB
Binary file not shown.

assets/rummage_src.afdesign

158 KB
Binary file not shown.

mkdocs.yml

+5-15
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ theme:
2222
code: Roboto Mono
2323
features:
2424
- navigation.tabs
25+
- navigation.top
26+
pymdownx:
27+
sponsor: "https://github.com/sponsors/facelessuser"
2528

2629
nav:
2730
- Home:
@@ -38,7 +41,7 @@ nav:
3841

3942
markdown_extensions:
4043
- markdown.extensions.toc:
41-
slugify: !!python/name:pymdownx.slugs.uslugify
44+
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
4245
permalink: ""
4346
- markdown.extensions.admonition:
4447
- markdown.extensions.smarty:
@@ -56,28 +59,14 @@ markdown_extensions:
5659
- name: flow
5760
class: uml-flowchart
5861
format: !!python/name:pymdownx.superfences.fence_code_format
59-
- name: sequence
60-
class: uml-sequence-diagram
61-
format: !!python/name:pymdownx.superfences.fence_code_format
62-
- name: math
63-
class: arithmatex
64-
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
6562
- pymdownx.highlight:
6663
extend_pygments_lang:
67-
- name: php-inline
68-
lang: php
69-
options:
70-
startinline: true
7164
- name: pycon3
7265
lang: pycon
7366
options:
7467
python3: true
7568
linenums_style: pymdownx-inline
7669
- pymdownx.inlinehilite:
77-
custom_inline:
78-
- name: math
79-
class: arithmatex
80-
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
8170
- pymdownx.magiclink:
8271
repo_url_shortener: true
8372
repo_url_shorthand: true
@@ -102,6 +91,7 @@ markdown_extensions:
10291
separator: "\uff0b"
10392
- pymdownx.details:
10493
- pymdownx.tabbed:
94+
alternate_style: true
10595

10696
extra:
10797
social:

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs_pymdownx_material_extras==1.1.3
1+
mkdocs_pymdownx_material_extras==1.5.4
22
mkdocs-git-revision-date-localized-plugin
33
mkdocs-minify-plugin
44
pyspelling

0 commit comments

Comments
 (0)