Henrik Böving
82f63cb613
feat: parameterize the URL root for links in the HTML
2022-01-07 10:56:39 +01:00
Henrik Böving
49fdb6279d
chore: Switch to leanprover community bot email for automated doc updates
2022-01-07 10:44:11 +01:00
Henrik Böving
08c1770655
Merge pull request #16 from leanprover/cicd
...
CI and auto documentation preview for mathlib4
2022-01-07 10:37:32 +01:00
Henrik Böving
93f32971ec
feat: CI and auto documentation preview for mathlib4
2022-01-07 10:29:15 +01:00
Henrik Böving
ec4d114b43
feat: show all declarations in the correct order
...
Closes : #7
2022-01-06 17:30:33 +01:00
Henrik Böving
eae71c61a3
Merge pull request #14 from leanprover/class
...
Typeclass and instances handling
2022-01-06 14:52:21 +01:00
Henrik Böving
b777250338
feat: list instances of classes
2022-01-06 14:51:46 +01:00
Henrik Böving
87f959e11d
feat: basic structure like information for classes
2022-01-06 14:28:41 +01:00
Henrik Böving
e67ea1d1f0
feat: change CSS to acount for classes and instances
2022-01-06 14:19:14 +01:00
Henrik Böving
598e5835e7
Merge pull request #13 from leanprover/structure
...
Structure support
2022-01-06 02:06:10 +01:00
Henrik Böving
f71b2ee8b9
chore: Remove obsolete TODOs
2022-01-06 02:05:23 +01:00
Henrik Böving
8a58752c56
feat: display structures and their fields properly
2022-01-06 01:44:11 +01:00
Henrik Böving
3f1c0ecd77
chore: Update lean-toolchain
2022-01-04 08:24:59 +01:00
Henrik Böving
3adb8e71d1
feat: Show inductive constructors properly
...
Closes : #2
2022-01-03 18:22:12 +01:00
Henrik Böving
85d1e4608c
Merge pull request #1 from hargoniX/main
...
Initial implementation
2022-01-03 14:29:58 +01:00
Henrik Böving
02d8c528d9
feat: Show arguments of types of decls separately
2022-01-03 14:25:55 +01:00
Henrik Böving
5e0956c4b0
feat: Proper linking of all constants
...
Previously constants in function applications where either not linked
at all or linked in a weird way, this change fixes it by making use of
a (as of now umerged) compiler modification as well as Lean.Widget's
TaggedText.
2022-01-03 14:25:50 +01:00
Henrik Böving
0efbcd1f60
feat: Newline free HTML formatting
...
Some of the HTML elements we are generating are newline sensitive
which requires the HTML to String formatter to optionally omit
additional newlines.
2021-12-25 14:04:35 +01:00
Henrik Böving
d18e71966c
feat: Store Format instead of Syntax in DocInfo
2021-12-18 00:01:31 +01:00
Henrik Böving
4380fe088d
feat: Sanitize Syntax
2021-12-17 23:53:06 +01:00
Henrik Böving
3c01cf1e68
feat: Name linking
2021-12-17 17:20:44 +01:00
Henrik Böving
ef716c9351
chore: Use builtin Name methods instead
2021-12-17 17:04:56 +01:00
Henrik Böving
2df4891c9f
feat: Setup infrastructure for type HTMLifying
2021-12-17 15:59:43 +01:00
Henrik Böving
03ec9c2e1d
chore: Cleanup the JSX parser a bit
2021-12-17 15:59:33 +01:00
Henrik Böving
dc5c2ab92a
chore: Add an HtmlT if we need more monads later on
2021-12-17 15:59:04 +01:00
Henrik Böving
cb582aab57
feat: Some more progress logging
2021-12-15 12:02:05 +01:00
Henrik Böving
b019faf7ba
feat: An initial list of declarations and their kinds
2021-12-15 11:59:36 +01:00
Henrik Böving
2adf5125c1
feat: Fix outputs paths
2021-12-15 11:59:13 +01:00
Henrik Böving
d5915fcb13
Revert "feat: Fix siteRoot in JS"
...
This reverts commit dcd57e8c5f
.
2021-12-15 11:25:10 +01:00
Henrik Böving
dcd57e8c5f
feat: Fix siteRoot in JS
2021-12-15 09:32:21 +01:00
Henrik Böving
686f111438
chore: Split Output.lean into multiple files
2021-12-15 09:24:49 +01:00
Henrik Böving
551eeee09d
feat: import nav.js
...
Just a copy and paste + include in the template, it will most likely
have to be modified in the future.
2021-12-13 21:36:21 +01:00
Henrik Böving
ef8ecec0d7
feat: Implement visibility in the navbar
2021-12-13 21:27:08 +01:00
Henrik Böving
d2594669fa
feat: Revamp the hierarchy mechanism
...
Previously the hierarchy mechanism wouldn't show modules in files that
have names, equal to some directory with submodules.
2021-12-13 20:47:52 +01:00
Henrik Böving
9256aaa0fc
feat: 404 page and module hierarchy
2021-12-13 13:00:53 +01:00
Henrik Böving
5e5bbe6ffb
chore: Update lean toolchain
2021-12-12 13:38:31 +01:00
Henrik Böving
dbbe11da0a
chore: In file licensing
2021-12-12 13:38:31 +01:00
Henrik Böving
40ec833623
doc: Basic usage in README
2021-12-12 13:38:31 +01:00
Henrik Böving
ded884ce9c
feat: HTML Index + CSS
2021-12-12 13:38:31 +01:00
Henrik Böving
fcfe11e168
feat: Hierarchy datatype
2021-12-12 13:38:31 +01:00
Henrik Böving
0f0a355a93
feat: include_str macro for static file inclusion
2021-12-12 13:38:31 +01:00
Henrik Böving
0719fd6e30
feat: Allow Array Html as child of an HTMl node
2021-12-12 13:38:31 +01:00
Henrik Böving
413a24da56
feat: improve HTML to String a bit
2021-12-12 13:38:31 +01:00
Henrik Böving
c2da7afd76
chore: Update compiler and fix minor breaking change
2021-12-12 13:38:31 +01:00
Henrik Böving
e9a9e17439
feat: Basic Html to String converter
...
It works okay-ish for basic HTML which should be good enough for now
2021-12-12 13:38:31 +01:00
Henrik Böving
11de4f7f55
chore: Import ToHtmlFormat https://github.com/leanprover/lean4/pull/723
...
Added some slight modifications so it is inside the DocGen4 instead of
the Lean4.Widget namespace.
2021-12-12 13:38:31 +01:00
Henrik Böving
77cb52e9cb
chore: Inline licensing
2021-12-12 13:38:31 +01:00
Henrik Böving
7785c9f5bd
feat: Fetch declaration ranges for constants
2021-12-12 13:38:31 +01:00
Henrik Böving
29a249e8fd
feat: Automatic search path + modules as CLI arguments
2021-12-12 13:38:27 +01:00
Henrik Böving
4d8aa10ecb
chore: Little refactoring for Name x Syntax tuples
2021-12-12 13:38:24 +01:00