mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 03:44:45 +00:00
updated documentation
This commit is contained in:
@@ -2,3 +2,10 @@ API Documentation
|
||||
=================
|
||||
|
||||
Automatically generated apidoc comes here.
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
JuliaFEM.elasticity_solver.md
|
||||
|
||||
+4
-1
@@ -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
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Documentation last updated (UTC): UNKNOWN
|
||||
Reference in New Issue
Block a user