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

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
2번째 줄: 2번째 줄:
  
 
* 홈페이지 : http://www.sphinx-doc.org/en/master/
 
* 홈페이지 : http://www.sphinx-doc.org/en/master/
 +
* 문서
 +
:* http://www.sphinx-doc.org/en/master/usage/quickstart.html
 
* 라이선스 : BSD License
 
* 라이선스 : BSD License
 +
 +
== 설치 ==
 +
 +
=== 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
  
 
== 참고 문헌 ==
 
== 참고 문헌 ==
  
 
* [[Rst]]
 
* [[Rst]]

2018년 9월 3일 (월) 22:53 판

Sphinx 이다.

  • 라이선스 : BSD License

설치

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

참고 문헌