Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
bd2bee5d
Commit
bd2bee5d
authored
Nov 12, 2020
by
Jiahang Chen
Browse files
add sphinx configuration
parent
688dbb90
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/source/conf.py
View file @
bd2bee5d
...
...
@@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
#
import os
#
import sys
#
sys.path.insert(0, os.path.abspath('.'))
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'.
./..
'
))
source_suffix
=
{
'.rst'
:
'restructuredtext'
,
...
...
@@ -50,7 +50,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
alabaster
'
html_theme
=
'
bizstyle
'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
docs/source/dt_factory.rst
0 → 100644
View file @
bd2bee5d
DT Factory
=========================================
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Contents:
.. automodule:: ml.dt_factory
:members:
:special-members: __init__
\ No newline at end of file
docs/source/index.rst
View file @
bd2bee5d
...
...
@@ -15,7 +15,8 @@ Table of Contents
:caption: Contents:
md/preliminaries.md
python_ref
dt_factory
tools
Indices and tables
==================
...
...
docs/source/
python_ref
.rst
→
docs/source/
tools
.rst
View file @
bd2bee5d
Python Reference Implementation of fml40
Tools
=========================================
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Contents:
.. automodule:: ml.dt_factory
:members:
:special-members: __init__
.. automodule:: ml.tools
:members:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment