index -> README

This commit is contained in:
Jukka Aho
2015-07-04 19:03:09 +03:00
parent da9ff03057
commit dc9310aa0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ apidoc:
# copy readme to correct place in docs root
copyreadme:
cp README.md docs/index.md
cp README.md docs/README.md
# convert notebooks to md files
convert_notebooks:
+1 -1
View File
@@ -49,7 +49,7 @@ source_suffix = ['.rst', '.md']
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
master_doc = 'README'
# General information about the project.
project = u'JuliaFEM'