sphinx-book-theme
A clean book theme for scientific explanations and documentation with Sphinx
파일 탐색기
최종 버전 다운로드 (.zip)- lighthouserc.json
- publish.yml
- tests.yml
- dependabot.yml
- release.yml
- custom.css
- ebp-logo.png
- logo-square.png
- logo-square.svg
- logo-wide-dark.svg
- logo-wide.svg
- rtd-data.js
- test.html
- custom-css.md
- download.md
- icon-links.md
- index.md
- logo.md
- source-files.md
- content-blocks.md
- index.md
- launch.md
- notebooks.md
- architecture.md
- index.md
- setup.md
- style.md
- subthemes.md
- tests.md
- translate.md
- versions.md
- cool.jpg
- post1.md
- post2.md
- admonitions.rst
- api.rst
- blocks.rst
- generic.rst
- images.rst
- index.rst
- lists.rst
- really-long.rst
- structure.rst
- tables.rst
- typography.rst
- api-numpy.md
- blog.md
- comments.md
- extensions.md
- notebooks.md
- special-theme-elements.md
- thebe.md
- update_kitchen_sink.py
- announcements.md
- footer-content.md
- footer.md
- header.md
- index.md
- sidebar-primary.md
- sidebar-secondary.md
- get-started.md
- changelog.md
- conf.py
- index.md
- reference.md
- references.bib
- index.js
- _mixins.scss
- _variables.scss
- _base.scss
- _print.scss
- _typography.scss
- _back-to-top.scss
- _icon-links.scss
- _logo.scss
- _search.scss
- _admonitions.scss
- _code.scss
- _images.scss
- _margin.scss
- _notebooks.scss
- _quotes.scss
- _comments.scss
- _myst-nb.scss
- _sphinx-design.scss
- _sphinx-tabs.scss
- _sphinx-togglebutton.scss
- _thebe.scss
- _announcement.scss
- _article-container.scss
- _article.scss
- _footer-article.scss
- _footer-content.scss
- _header-article.scss
- _header-primary.scss
- _sidebar-primary.scss
- _sidebar-secondary.scss
- index.scss
- By the.json
- By.json
- Contents.json
- Copyright.json
- Download notebook file.json
- Download source file.json
- Download this page.json
- Edit this page.json
- Fullscreen mode.json
- Last updated on.json
- Launch.json
- next page.json
- Open an issue.json
- open issue.json
- previous page.json
- Print to PDF.json
- repository.json
- Source repository.json
- Sphinx Book Theme.json
- suggest edit.json
- Theme by the.json
- Toggle navigation.json
- README.md
- __init__.py
- launch.py
- source.py
- article-header-buttons.html
- author.html
- extra-footer.html
- page-toc.html
- sbt-sidebar-nav.html
- toggle-primary-sidebar.html
- toggle-secondary-sidebar.html
- buttons.html
- footer-content.html
- logo_binder.svg
- logo_colab.png
- logo_deepnote.svg
- logo_jupyterhub.svg
- logo_jupyterlite.svg
- .gitignore
- sbt-webpack-macros.html
- layout.html
- theme.conf
- __init__.py
- _compat.py
- _compile_translations.py
- _transforms.py
- directives.py
- nodes.py
- index.rst
- ntbk.ipynb
- ntbk_julia.ipynb
- ntbk_octave.ipynb
- ntbkmd.md
- page1.rst
- index.rst
- page-multipletitles.rst
- page-onetitle.rst
- page-onetitlenoheadings.rst
- conf.py
- index.rst
- Makefile
- page1.rst
- page2.rst
- conf.py
- index.rst
- conf.py
- five.rst
- four.rst
- index.rst
- Makefile
- one.rst
- three.rst
- two.rst
- build__header-article.html
- build__pagetoc--page-multipletitles.html
- build__pagetoc--page-onetitle.html
- build__sidebar-primary__nav.html
- header__launch-buttons--bitbucket.html
- header__launch-buttons--github.html
- header__launch-buttons--gitlab.html
- header__launch-buttons--gitlab_manual.html
- header__repo-buttons--all-off.html
- header__repo-buttons--all-on.html
- header__repo-buttons--custom-branch.html
- header__repo-buttons--one-on.html
- header__source-buttons--bitbucket.html
- header__source-buttons--github.html
- header__source-buttons--github_manual.html
- header__source-buttons--gitlab.html
- header__source-buttons--gitlab_manual.html
- test_header_launchbtns.html
- test_marginnote.html
- test_marginnote_6.html
- test_right_sidebar_title.html
- test_sidenote.html
- test_sidenote_6.html
- conftest.py
- test_build.py
- test_locale_convert.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- ARCHITECTURE.md
- CHANGELOG.md
- codecov.yml
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- pyproject.toml
- README.md
- tox.ini
- webpack.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/executablebooks/sphinx-book-theme
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sphinx-book-theme
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install sphinx-book-theme
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
