"Sphinx-doc"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
2번째 줄: 2번째 줄:
  
 
* 홈페이지 : http://www.sphinx-doc.org/en/master/
 
* 홈페이지 : http://www.sphinx-doc.org/en/master/
* 문서
+
* 매뉴얼
 
:* https://docs-korean-sphinx.readthedocs.io/ko/docs-korean/
 
:* https://docs-korean-sphinx.readthedocs.io/ko/docs-korean/
 
:* http://www.sphinx-doc.org/en/master/usage/quickstart.html
 
:* http://www.sphinx-doc.org/en/master/usage/quickstart.html

2018년 9월 3일 (월) 23:12 판

Sphinx 이다.

설치

CentOS 7에서 설치

yum list | grep sphinx
# yum -y install python-sphinx
yum -y install python2-sphinx

#--- Sphinx 폴더 생성
mkdir -p /work/sphinx
cd /work/sphinx
sphinx-quickstart

make html

참고 문헌