Browse Source

Support markdown in docs

pull/3/head
troyyyyy 2 years ago
parent
commit
923dca6ffe
3 changed files with 8 additions and 1 deletions
  1. +5
    -0
      docs/ABL/Test.md
  2. +2
    -1
      docs/conf.py
  3. +1
    -0
      docs/index.rst

+ 5
- 0
docs/ABL/Test.md View File

@@ -0,0 +1,5 @@
# Test md


1. md
2. `code`

+ 2
- 1
docs/conf.py View File

@@ -26,10 +26,11 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'recommonmark',
]

templates_path = ['_templates']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
exclude_patterns = []
# locale_dirs = ['locale/']
gettext_compact = False


+ 1
- 0
docs/index.rst View File

@@ -6,6 +6,7 @@

ABL/Abductive Learning.rst
ABL/Quick Start.rst
ABL/Test.md

.. toctree::
:caption: Examples


Loading…
Cancel
Save