Skip to content

Commit 0e72cd6

Browse files
committed
Everything looks fine, let's test it.
1 parent 0361365 commit 0e72cd6

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
name: Check docs (sphinx-lint)
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v3
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: "3.11"
18-
- name: Install sphinx-lint
18+
- name: Install sphinx-lint
1919
run: python -m pip install --upgrade sphinx-lint
20-
- name: Run sphinx-lint
20+
- name: Run sphinx-lint
2121
run: "sphinx-lint --enable default-role --ignore .git"
2222

2323
deploy:

.github/workflows/pre-commit-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ on:
1111
jobs:
1212
pre-commit:
1313
name: "Pre-commit checks"
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
14+
runs-on: ubuntu-latest
1815
steps:
1916
- uses: actions/checkout@v3
2017
- uses: actions/setup-python@v4

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ build:
1515
- make
1616
- mkdir -p _readthedocs/html/
1717
- cp -r venv/cpython/Doc/build/html/* _readthedocs/html/
18+
19+

about.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ msgid ""
3939
msgstr ""
4040
"Dokümantasyonun ve araç zincirinin geliştirilmesi, tıpkı Python'un kendisi "
4141
"gibi tamamen gönüllü bir çabadır. Katkıda bulunmak istiyorsanız, nasıl "
42-
"yapacağınıza ilişkin bilgi için lütfen :ref:`reporting-bugs` sayfasına göz "
43-
"atın. Yeni gönüllülere her zaman açığız!"
42+
"yapacağınıza ilişkin bilgi için lütfen :ref:`reporting-bugs` sayfasına göz atın. Yeni gönüllülere her zaman açığız!"
4443

4544
#: about.rst:20
4645
msgid "Many thanks go to:"

scripts/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main():
8181
print(f"Weighted progress: {weighted_progress}%\n")
8282

8383
if args.completed:
84-
print("Completed files:")
84+
print('Completed files:')
8585
completed_files = [file for file in files if file[1] > min(args.threshold, 100)]
8686
for file, percentage in completed_files:
8787
print(f"{file}: {percentage}%")

tutorial/appendix.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ msgstr ""
4949
"değildir.) Bazı hatalar koşulsuz olarak ölümcüldür ve sıfır olmayan bir "
5050
"çıkış koduyla çıkışa neden olur; bu, iç tutarsızlıklar ve belleğin "
5151
"tükendiğine ilişkin bazı durumlar için geçerlidir. Tüm hata iletileri "
52-
"standart hata akışına yazılır; yürütülen komutlardan normal çıktı standart "
53-
"çıktıya yazılır."
52+
"standart hata akışına yazılır; yürütülen komutlardan normal çıktı standart çıktıya yazılır."
5453

5554
#: tutorial/appendix.rst:28
5655
msgid ""

0 commit comments

Comments
 (0)