首页 > 其他 > 详细

sphinx构建内部文档Wiki系统

时间:2017-03-10 19:38:01      阅读:289      评论:0      收藏:0      [点我收藏+]

sphinx介绍:http://www.sphinx-doc.org/en/stable/


文档编辑流程:

#pandoc -s "F:\svn\Doc\extmail.docx" -t markdown -o F:\svn\Doc\extmail.
md
#pandoc F:\svn\Doc\extmail.md --from markdown --to rst -s -o F:\svn\Doc
\extmail.rst
1、编辑build文件夹内容
2、修改build/index.rst内容
3、运行make html即可

效果:

技术分享

技术分享


技术分享

index.rst源码:

.. ******Wiki documentation master file, created by
   sphinx-quickstart on Fri Mar  3 16:42:22 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to ******Wiki‘s documentation!
============================================

.. toctree::
   :maxdepth: 3

   extmail
   rocketMQ安装
   SVN备份恢复日志管理
   ******发包流程文档

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


 

本文出自 “囧囧男” 博客,请务必保留此出处http://strongit.blog.51cto.com/10020534/1905073

sphinx构建内部文档Wiki系统

原文:http://strongit.blog.51cto.com/10020534/1905073

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!