sphinx
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| sphinx [2020/05/20 03:00] – [ref/footnote] rex8312 | sphinx [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 204: | 줄 204: | ||
| <code rst> | <code rst> | ||
| - | 본문 내용중에 [#f1]_ 을 삽입 | + | 본문 내용중에 [#]_ 또는 [#something]_ 을 삽입 |
| - | 본문 내용 끝 | + | |
| + | 본문 내용 끝에 삽입 | ||
| .. rubric:: Footnotes | .. rubric:: Footnotes | ||
| + | .. [#] 풋노트 1 | ||
| + | .. [# | ||
| + | |||
| + | ---- | ||
| - | .. [#f1] 풋노트 1 | ||
| citation은 footnote와 유사하지만, | citation은 footnote와 유사하지만, | ||
| 줄 398: | 줄 402: | ||
| * https:// | * https:// | ||
| + | |||
| + | |||
| + | **tabulate** | ||
| + | |||
| + | <code python> | ||
| + | # conda install tabulate | ||
| + | |||
| + | from tabulate import tabulate | ||
| + | table = [[" | ||
| + | print(tabulate(table, | ||
| + | |||
| + | # ===== ====== | ||
| + | # P | ||
| + | # ===== ====== | ||
| + | # Sun 696000 | ||
| + | # Earth 6371 5973.6 | ||
| + | # Moon | ||
| + | # Mars | ||
| + | # ===== ====== | ||
| + | </ | ||
sphinx.1589943636.txt.gz · 마지막으로 수정됨: (바깥 편집)