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

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
4번째 줄: 4번째 줄:
 
* 문서
 
* 문서
 
:* http://www.sphinx-doc.org/en/master/usage/quickstart.html
 
:* http://www.sphinx-doc.org/en/master/usage/quickstart.html
 +
:* https://matplotlib.org/sampledoc/index.html
 
* 라이선스 : BSD License
 
* 라이선스 : BSD License
  

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

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

참고 문헌