refactor: restructure the modules
parent
2e4642e17c
commit
279df92555
|
@ -3,10 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Henrik Böving
|
||||
-/
|
||||
import DocGen4.Hierarchy
|
||||
import DocGen4.Process
|
||||
import DocGen4.Load
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.IncludeStr
|
||||
import DocGen4.Output
|
||||
import DocGen4.Attributes
|
||||
|
|
|
@ -5,7 +5,7 @@ Authors: Henrik Böving
|
|||
-/
|
||||
import DocGen4.Process
|
||||
import DocGen4.IncludeStr
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.Output.ToHtmlFormat
|
||||
|
||||
namespace DocGen4
|
||||
namespace Output
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Henrik Böving
|
||||
-/
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.Output.ToHtmlFormat
|
||||
import DocGen4.Output.Template
|
||||
|
||||
namespace DocGen4
|
||||
|
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Henrik Böving
|
||||
-/
|
||||
import Lean
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.Output.ToHtmlFormat
|
||||
import DocGen4.Output.Base
|
||||
|
||||
namespace DocGen4
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Henrik Böving
|
||||
-/
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.Output.ToHtmlFormat
|
||||
import DocGen4.Output.Template
|
||||
|
||||
namespace DocGen4
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2021 Henrik Böving. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Henrik Böving
|
||||
-/
|
||||
import DocGen4.ToHtmlFormat
|
||||
import DocGen4.Output.ToHtmlFormat
|
||||
import DocGen4.Output.Navbar
|
||||
|
||||
namespace DocGen4
|
||||
|
|
|
@ -9,8 +9,8 @@ import Lean.PrettyPrinter
|
|||
import Std.Data.HashMap
|
||||
import Lean.Meta.SynthInstance
|
||||
|
||||
import DocGen4.Hierarchy
|
||||
import DocGen4.Attributes
|
||||
import DocGen4.Process.Hierarchy
|
||||
import DocGen4.Process.Attributes
|
||||
|
||||
namespace DocGen4
|
||||
|
||||
|
|
Loading…
Reference in New Issue