Skip to content

Commit

Permalink
chore: reorganize nascent user's guide
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Dec 13, 2023
1 parent 407c3bb commit f8957c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions UsersGuide.lean → UsersGuideMain.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import LeanDoc.Genre.Manual

import UsersGuide.Basic

import UsersGuide

open LeanDoc.Genre.Manual

Expand Down
5 changes: 5 additions & 0 deletions doc/UsersGuide.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import LeanDoc.Genre.Manual

import UsersGuide.Basic


File renamed without changes.
3 changes: 2 additions & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ lean_exe «leandoc» where
supportInterpreter := true

lean_lib UsersGuide where
srcDir := "doc"

@[default_target]
lean_exe usersguide where
root := `UsersGuide
root := `UsersGuideMain
-- Enables the use of the Lean interpreter by the executable (e.g.,
-- `runFrontend`) at the expense of increased binary size on Linux.
-- Remove this line if you do not need such functionality.
Expand Down

0 comments on commit f8957c8

Please sign in to comment.