mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-10 22:06:40 +00:00
Merge branch 'master' of https://github.com/JuliaFEM/JuliaFEM.jl
This commit is contained in:
@@ -7,7 +7,7 @@ Build Status: [](https://coveralls.io/r/JuliaFEM/JuliaFEM.jl?branch=master)
|
||||
|
||||
Documentation: [](https://readthedocs.org/projects/juliafem/?badge=latest)
|
||||
Documentation: http://www.juliaFEM.org
|
||||
|
||||
The JuliaFEM project develops open-source software for reliable, scalable, distributed Finite Element Method.
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
Files in this directory are generated using the `build.jl` script. Make
|
||||
all changes to the originating docstrings/files rather than these ones.
|
||||
@@ -1,5 +1,9 @@
|
||||
import juliadoc
|
||||
import os
|
||||
|
||||
extensions = ['juliadoc.julia', 'juliadoc.jlhelp']
|
||||
html_theme_path = [juliadoc.get_theme_dir()]
|
||||
html_sidebars = juliadoc.default_sidebars()
|
||||
|
||||
print(os.getcwd())
|
||||
os.system("julia build.jl")
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
-e git+https://github.com/JuliaLang/JuliaDoc.git#egg=Julia
|
||||
-e git+https://github.com/JuliaFEM/JuliaFEM.jl.git#egg=JuliaFEM
|
||||
|
||||
Reference in New Issue
Block a user