updated documentation

This commit is contained in:
Jukka Aho
2015-07-05 01:28:20 +03:00
parent d8c2d7c72e
commit 38a2105e95
5 changed files with 41 additions and 25 deletions
+7
View File
@@ -2,3 +2,10 @@ API Documentation
=================
Automatically generated apidoc comes here.
Contents:
.. toctree::
:maxdepth: 2
JuliaFEM.elasticity_solver.md
+4 -1
View File
@@ -17,7 +17,10 @@ import os
import juliadoc
import shlex
import sphinx_rtd_theme
import datetime
with open("last_updated.rst", "w") as fh:
fh.write("Documentation last updated (UTC): {0}".format(str(datetime.datetime.utcnow())))
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
html_theme_path = [juliadoc.get_theme_dir(), sphinx_rtd_theme.get_html_theme_path()]
@@ -145,7 +148,7 @@ html_show_copyright = False
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = './logo/JuliaFEMLogo_256x256.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
+4 -5
View File
@@ -1,14 +1,13 @@
JuliaFEM
========
.. include:: ../README.rst
.. include:: last_updated.rst
Contents:
.. toctree::
:maxdepth: 2
introduction
api/index
../README.rst
tutorials/index
api/index
+1
View File
@@ -0,0 +1 @@
Documentation last updated (UTC): UNKNOWN