Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MarkdownでもSphinx

 MarkdownでもSphinx

Python東海30回での発表資料

Satoshi Miura

June 26, 2016
Tweet

More Decks by Satoshi Miura

Other Decks in Technology

Transcript

  1. conf.py > from recommonmark.parser import CommonMarkParser > > source_parsers =

    { > '.md': CommonMarkParser, > } > < # source_suffix = ['.rst', '.md'] < source_suffix = '.rst' --- > source_suffix = ['.rst', '.md'] > # source_suffix = '.rst'