| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pip install sphinx
pip install sphinx_rtd_themsource
├── TEST # 추가
│ ├── TEST_1.md # 추가
│ └── TEST_2.md # 추가
├── _static
├── _templates
├── conf.py
├── favicon.ico
└── index.rst// source/index.rst
.. toctree::
:maxdepth: 2
:caption: TEST: // 목차 이름
A/a_1.md // 내용
A/a_2.md // 내용source/index.rst .. toctree:: :maxdepth: 2 :caption: TEST: TEST/TEST_1.md TEST/TEST_2.md Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`
cd docs
make html| Back | FazBrowse Home | New Git URL |