Skip to content

Commit

Permalink
Closes #61 Include Games.jl in "Base Types and Methods".
Browse files Browse the repository at this point in the history
  • Loading branch information
shizejin committed Dec 2, 2017
1 parent 8ac1088 commit 6d82c7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/auto_doc_gen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ for section_name in sections_names
section_name_lower = replace(lowercase(section_name), " ", "_")
section_file_list = join(map(i -> string("\"", i, ".jl\""),
section_files), ", ")
# include "Games.jl" in "Base Types and Methods"
if section_name == "Base Types and Methods"
section_file_list = string("\"Games.jl\", ", section_file_list)
end
section_page = """
# [$section_name](@id $section_name_lower)
Expand Down

0 comments on commit 6d82c7a

Please sign in to comment.