Skip to content

Sphinx #
Find similar titles

Structured data

About
Documentation generator
Date Published
Programming Language
Python
URL

Python 문서화도구 - 소스코드에 특정 형식의 코맨트를 읽어 자동으로 문서를 만들어준다. 마크업언어로 reStructuredText를 사용한다.

특징

  1. Output formats: HTML, LaTeX, ePub, Texinfo, plain text
  2. Extensive cross-reference: 자동생성 링크와 의미적 연결
  3. Hierarchical structure: 쉬운 트리 형식 문서
  4. Automatic indices
  5. Code handling
  6. Extensions
  7. Contributed extensions

기본 사용 방법

$ sphinx-quickstart
$ sphinx-build -b html sourcedir builddir

Suggested Pages #

web biohackers.net
0.0.1_20140628_0