We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d29e3 commit 485d5a1Copy full SHA for 485d5a1
docs/Built-in Functions.md
@@ -1,4 +1,4 @@
1
-# Built-in Functions
+# **Built-in Functions**
2
3
Python이 기본적으로 제공하는 함수로, 별도의 `import` 없이 바로 사용 가능
4
mkdocs.yml
@@ -16,6 +16,13 @@ theme:
16
primary: black
17
accent: deep-orange
18
19
+nav:
20
+ - About: index.md
21
+ - Zen of Python: Zen of Python.md
22
+ - PEP8: PEP8.md
23
+ - 내장함수: Built-in Functions.md
24
+ - 표준 라이브러리: Standard Library.md
25
+
26
extra:
27
social:
28
- icon: fontawesome/brands/github
0 commit comments