mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-12 06:22:00 +00:00
commented mkdocs.yml (again)
This commit is contained in:
+24
-24
@@ -71,28 +71,28 @@ 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: 'index.md'
|
||||
#- API Docs:
|
||||
- JuliaFEM: 'api/JuliaFEM.md'
|
||||
- JuliaFEM.elasticity_solver: 'api/JuliaFEM.elasticity_solver.md'
|
||||
theme: readthedocs
|
||||
"""
|
||||
|
||||
# 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
|
||||
#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: 'index.md'
|
||||
# #- API Docs:
|
||||
# - JuliaFEM: 'api/JuliaFEM.md'
|
||||
# - JuliaFEM.elasticity_solver: 'api/JuliaFEM.elasticity_solver.md'
|
||||
# theme: readthedocs
|
||||
# """
|
||||
#
|
||||
# # 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user