From 65253c9790a314453f5fb63e9f3d1bca8af3e44b Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 20:37:22 +0300 Subject: [PATCH] removed yaml --- docs/build.jl | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/build.jl b/docs/build.jl index 0ad68db..19e482c 100644 --- a/docs/build.jl +++ b/docs/build.jl @@ -39,29 +39,3 @@ cd(dirname(@__FILE__)) do end -# point of this? -#cd(dirname(dirname(@__FILE__))) do -# yaml = """ -# # This is automatically generated by docs/build.jl. Edit that file if you -# # wish to make any permenant changes. -# site_name: JuliaFEM.jl -# site_description: JuliaFEM.jl, open-source software for reliable, scalable, distributed Finite Element Method. -# repo_name: GitHub -# docs_dir: 'docs' -# site_dir: 'site' -# repo_url: https://github.com/JuliaFEM/JuliaFEM.jl -# pages: -# - Home: 'README.md' -# - Overview: 'api/index.md' -# - API Docs: -# - JuliaFEM: 'api/JuliaFEM.md' -# - JuliaFEM.elasticity_solver: 'api/JuliaFEM.elasticity_solver.md' -# """ -# -# # TODO: add the solutions if I figure out how to get them to render properly -# -# open("mkdocs.yml", "w") do f -# write(f, yaml) -# end -#end -