Skip to content

Commit a720bbe

Browse files
committed
add readme
1 parent eed5c3a commit a720bbe

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 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
2727
version = u''
@@ -39,6 +39,7 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42+
'm2r',
4243
'sphinx.ext.autodoc',
4344
'sphinx.ext.intersphinx',
4445
'sphinx.ext.viewcode',
@@ -50,8 +51,8 @@
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.
5758
master_doc = 'index'

docs/source/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
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

1518
Indices and tables

0 commit comments

Comments
 (0)