Skip to content

Commit 1d6d18f

Browse files
committed
fix
1 parent 794a41d commit 1d6d18f

File tree

5 files changed

+321
-3
lines changed

5 files changed

+321
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description = "A project to improve the Python Developer Experience, documented
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8+
"doc8>=2.0.0",
9+
"esbonio>=0.16.5",
810
"myst-parser>=4.0.1",
11+
"rstcheck>=6.2.5",
912
"sphinx>=8.2.3",
1013
"sphinx-copybutton>=0.5.2",
1114
"sphinx-rtd-theme>=3.0.2",

source/faq/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Frequently Asked Questions
66
.. toctree::
77
:maxdepth: 2
88

9+
no_python_senior
10+

source/faq/no_python_senior.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
왜 한국에서 파이썬 씨니어 개발자를 구하기 힘든가
2+
===========================================================
3+
4+
문서를 업데이트 하는 중입니다.
5+
6+
7+
파이썬 시니어 개발자란 어떤 역활을 요구받는가?
8+
------------------------------------------------
9+
10+
11+
12+
그렇다면 어떻게 해야하는가?
13+
---------------------------------------
14+
15+
16+
회사의 주니어 개발자 입장
17+
------------------------------------
18+
19+
회사의 관리자 입장
20+
-----------------------------
21+

source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
python-dx documentation
77
=======================
88

9-
Add your content using ``reStructuredText`` syntax. See the
10-
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11-
documentation for details.
9+
파이썬 사용시 어려운 점이 있다면, `Github Issue <https://github.com/pythonkr/python-dx/issues>`_ 로 만들어주세요.
10+
11+
문서에 기여하고 싶다면 pull request 를 보내주시거나 어렵다면 issue 로 등록해주세요.
1212

1313

1414
.. toctree::

0 commit comments

Comments
 (0)