File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = u'Python-OpenTree'
23- copyright = u'2020, OPenTreeOfLife '
24- author = u'OPenTreeOfLife '
23+ copyright = u'2020, OpenTreeOfLife '
24+ author = u'OenTreeOfLife '
2525
2626# The short X.Y version
2727version = u''
3939# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040# ones.
4141extensions = [
42+ 'm2r' ,
4243 'sphinx.ext.autodoc' ,
4344 'sphinx.ext.intersphinx' ,
4445 'sphinx.ext.viewcode' ,
5051# The suffix(es) of source filenames.
5152# You can specify multiple suffix as a list of string:
5253#
53- # source_suffix = ['.rst', '.md']
54- source_suffix = '.rst'
54+ source_suffix = ['.rst' , '.md' ]
55+ # source_suffix = '.rst'
5556
5657# The master toctree document.
5758master_doc = 'index'
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to Python-OpenTree's documentation. It is new!
7- ======================================================
6+ Welcome to Python-OpenTree's documentation.
7+ ===========================================
88
99.. toctree ::
10- :maxdepth: 2
10+ :maxdepth: 3
1111 :caption: Contents:
1212
13+ readme
14+ apidocs
15+
1316
1417
1518Indices and tables
You can’t perform that action at this time.
0 commit comments