pandoc,python3-sphinx

This commit is contained in:
Marc Beninca 2019-08-25 10:59:02 +02:00
parent 9f4f049871
commit b85723fbd1
9 changed files with 6 additions and 8 deletions

View file

@ -4,8 +4,6 @@ Documents
.. toctree::
:maxdepth: 2
pandoc/index
sphinx/index
markdown/index
recommonmark/index
restructuredtext/index

View file

@ -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"

View file

@ -1,7 +0,0 @@
######
PanDoc
######
.. toctree::
build

View file

@ -1,4 +0,0 @@
Build documentation
===================
.. todo:: command line and conf.py

View file

@ -1,13 +0,0 @@
***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']

View file

@ -1,3 +0,0 @@
********************
Create documentation
********************

View file

@ -1,10 +0,0 @@
######
Sphinx
######
.. toctree::
install
configure
create
build

View file

@ -1,9 +0,0 @@
*******
Install
*******
.. code:: shell
python3-sphinx
python3-sphinx-rtd-theme
python3-recommonmark