This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Support markdown in docs
pull/3/head
troyyyyy
2 years ago
parent
9b1beb873d
commit
923dca6ffe
3 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
docs/ABL/Test.md
+2
-1
docs/conf.py
+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
Write
Preview
Loading…
Cancel
Save