pandoc,python3-sphinx
This commit is contained in:
parent
9f4f049871
commit
b85723fbd1
9 changed files with 6 additions and 8 deletions
|
@ -4,8 +4,6 @@ Documents
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
pandoc/index
|
||||
sphinx/index
|
||||
markdown/index
|
||||
recommonmark/index
|
||||
restructuredtext/index
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
*****
|
||||
Build
|
||||
*****
|
||||
|
||||
Formats
|
||||
=======
|
||||
|
||||
Documents
|
||||
---------
|
||||
|
||||
* html5
|
||||
* odt
|
||||
* docx
|
||||
* latex (--latex-engine="xelatex")
|
||||
|
||||
Presentations
|
||||
-------------
|
||||
|
||||
* beamer
|
||||
* dzslides
|
||||
* revealjs
|
||||
* s5
|
||||
* slideous
|
||||
* slidy
|
||||
|
||||
Generation
|
||||
==========
|
||||
|
||||
.. code:: shell
|
||||
|
||||
pandoc \
|
||||
--data-dir="directory/path" \
|
||||
--from="markdown" \
|
||||
"input_file" \
|
||||
--to="html5" \
|
||||
--output="output_file" \
|
||||
--standalone \
|
||||
--number-sections \
|
||||
--toc \
|
||||
--toc-depth=3 \
|
||||
--template="template_name" \
|
||||
--css="style/relative/path"
|
|
@ -1,7 +0,0 @@
|
|||
######
|
||||
PanDoc
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
build
|
|
@ -1,4 +0,0 @@
|
|||
Build documentation
|
||||
===================
|
||||
|
||||
.. todo:: command line and conf.py
|
|
@ -1,13 +0,0 @@
|
|||
***********************
|
||||
Configure documentation
|
||||
***********************
|
||||
|
||||
MarkDown
|
||||
========
|
||||
|
||||
.. code:: python3
|
||||
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
}
|
||||
source_suffix = ['.rst', '.md']
|
|
@ -1,3 +0,0 @@
|
|||
********************
|
||||
Create documentation
|
||||
********************
|
|
@ -1,10 +0,0 @@
|
|||
######
|
||||
Sphinx
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
install
|
||||
configure
|
||||
create
|
||||
build
|
|
@ -1,9 +0,0 @@
|
|||
*******
|
||||
Install
|
||||
*******
|
||||
|
||||
.. code:: shell
|
||||
|
||||
python3-sphinx
|
||||
python3-sphinx-rtd-theme
|
||||
python3-recommonmark
|
Loading…
Add table
Add a link
Reference in a new issue