Henrik Böving
ec2561f34b
feat: use Kyle Miller's instance analysis algorithm
2023-11-05 09:57:31 +01:00
Henrik Böving
0f1b99c1c1
fix: Second miss-handling of free variables
2023-10-17 21:32:48 +02:00
Henrik Böving
bc9cba13b1
fix: First miss-handling of free variables
2023-10-17 20:21:24 +02:00
Alex J Best
5b4d779b31
Update DocGen4/Output/DocString.lean
2023-10-16 20:42:29 +02:00
Alex J. Best
074c783259
feat: html escape docstrings
2023-10-16 20:42:29 +02:00
Henrik Böving
f9d9875671
perf: Don't call Lake from within doc-gen anymore
2023-10-09 09:30:16 +02:00
Henrik Böving
402cfda104
fix: reintroduce basic definition lemmas
...
Closes : #155
2023-10-08 11:33:27 +02:00
Henrik Böving
649e7791fa
feat: Respect srcDir configuration in lake
2023-09-27 09:52:22 +02:00
Henrik Böving
e1bd706c91
ux: better git error reporting
2023-09-26 23:18:31 +02:00
Mario Carneiro
96870507c5
feat: add jump-src.js for #src links
2023-09-21 11:38:22 +02:00
Alex J. Best
924be4c7d8
feat: expand the current file in the navbar
2023-09-18 23:55:19 +02:00
Henrik Böving
34185d4fef
chore: debug
2023-09-18 22:54:37 +02:00
Henrik Böving
7e89b462f0
chore: update toolchain
2023-09-18 22:08:46 +02:00
Ruben Van de Velde
19568c0659
feat: autolink references to files
2023-09-16 14:37:22 +02:00
Henrik Böving
f9b5a2903a
fix: header-data.bmp
2023-09-15 00:39:28 +02:00
Henrik
f7307953d8
fix: sort expression printing
2023-09-10 14:44:14 +02:00
Henrik
08de0ad10c
feat: reduce JSON data size
2023-09-10 12:39:49 +02:00
Henrik
a090875215
refactor: Remove unnecessary cases in type analysis
2023-09-10 11:07:22 +02:00
Henrik
7dc8018130
refactor: Less manual manipulation of expressions
2023-09-10 10:13:30 +02:00
Henrik
6abc8bb769
feat: print location of errors during documentation
2023-09-10 01:02:52 +02:00
Henrik
8ea6a55a82
chore: print named instance arguments
2023-09-10 00:18:52 +02:00
Henrik
36e1b863a7
chore: remove pointless prints
2023-09-09 23:59:25 +02:00
Henrik
b0319462f1
feat: print nameless instances properly
2023-09-09 23:56:21 +02:00
Henrik
3c80369cca
Merge remote-tracking branch 'alexjbest/only-linkify-lean' into only-linkify-lean
2023-09-09 23:26:00 +02:00
Henrik
13fb60f8a3
feat: deprecated attr
2023-09-08 23:06:56 +02:00
tydeu
0b52010291
fix: source links for Lake
2023-08-30 19:01:03 +02:00
Henrik
dc9549e2e6
feat: cleanup def rendering and add reducible attribute
2023-08-28 20:38:19 +02:00
tydeu
34165f36e6
feat: include Lake as part of the core docs
2023-08-24 10:10:16 +02:00
Henrik
d805539b34
chore: update toolchain
2023-08-18 11:07:52 +02:00
Eric Wieser
d3d67c1d92
Do the same for inductives
2023-08-18 11:00:32 +02:00
Eric Wieser
e5ff71991d
Put field docstrings after the field
2023-08-18 11:00:32 +02:00
Henrik
718b182a31
feat: more declaration data as JSON
2023-08-06 15:36:43 +02:00
Henrik
e09280bb3c
feat: order instances and make them unique in their listing
2023-07-31 20:42:30 +02:00
Calvin Lee
75d06a8153
hide color-changer if javascript is disabled
2023-06-09 23:39:59 +02:00
Calvin Lee
cc552ed570
add colorscheme toggle
2023-06-09 23:39:59 +02:00
Alex J. Best
306959b921
feat: list instances for defs also
2023-05-24 01:17:44 +02:00
Henrik
cf86cb4815
feat: attempt to source link directory dependencies
2023-04-24 00:18:29 +02:00
Henrik Böving
9b028566ec
fix: get rid off deleted attribute
2023-04-16 09:54:48 +02:00
Henrik Böving
b9421b9a12
fix: Use Z(separator) instead of S(ymbol) category
...
closes : #123
2023-03-27 15:38:49 +02:00
Henrik Böving
628ef2878e
fix: properly comment out for the workaround
2023-03-16 20:39:30 +01:00
F. G. Dorais
5ab7d0bdd8
fix: unicode dependency
2023-03-15 11:54:57 +01:00
Henrik Böving
0c415232cd
feat: new CI setup
2023-03-12 13:19:02 +01:00
F. G. Dorais
755f06fb0d
fix: correct character category testing
2023-03-11 21:14:36 +01:00
Henrik Böving
5f59fbaac4
refactor: switch to maintained unicode lib
2023-03-11 18:06:32 +01:00
Henrik Böving
720e1acf81
feat: show versions in index HTML
2023-03-09 21:46:38 +01:00
Max Taldykin
c3faad1730
help break_within to split names at `.`
2023-03-04 12:47:30 +01:00
Henrik Böving
5ab6766eb1
fix : #113
2023-02-16 19:51:35 +01:00
Jeremy Salwen
1cb84f6d74
Add filters for search results based on kind.
...
This allows you to search defs, theorems, etc independently.
2023-02-01 15:15:45 +01:00
Henrik Böving
1c44e861be
fix: search.html for relative roots
2023-01-29 14:07:21 +01:00
Jeremy Salwen
3a977a94ca
Fix issues with Search page impelementation
...
- Makes the autocomplete results highlight with up/down arrows.
- Allows you to unselect autocomplete results by using arrow keys.
- Fixed a bug in previous commits where enter did not take you to autocomplete result.
- Return now goes to the search page if no autocomplete result is selected.
- Search results table now properly wraps. (It would be nice to make it wider but I wasn't able to).
- Fixed a bug in the previous commit where docs were not showing, due to failure to copy a modified js file.
2023-01-28 23:00:53 +01:00