Skip to content

Commit 7d17408

Browse files
authored
Merge pull request #553 from Seasawher/auto-update-branch
2 parents 5a25d42 + ad294d4 commit 7d17408

File tree

5 files changed

+32
-12
lines changed

5 files changed

+32
-12
lines changed

docs/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attributes
22

3-
Mathlib version: `790901a8c97c730ae7af9bd44fe60c733a21d9ba`
3+
Mathlib version: `d0cc8265b663c197e6500917efd4383278cf073e`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas

docs/commands.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
Mathlib version: `790901a8c97c730ae7af9bd44fe60c733a21d9ba`
3+
Mathlib version: `d0cc8265b663c197e6500917efd4383278cf073e`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -1992,31 +1992,44 @@ a theorem `foo_def : foo = 42`.
19921992
## library_note
19931993
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note___`
19941994

1995-
```
1996-
library_note "some tag" /--
1997-
... some explanation ...
1998-
-/
1999-
```
2000-
creates a new "library note", which can then be cross-referenced using
1995+
`library_note «my note» /-- documentation -/` creates a library note named `my note`
1996+
in the `LibraryNote` namespace, whose content is `/-- documentation -/`.
1997+
This can then be cross-referenced using
20011998
```
20021999
-- See note [some tag]
20032000
```
20042001
in doc-comments.
2002+
You can access the contents using, for example, `#print LibraryNote.«my note»`.
20052003
Use `#help note "some tag"` to display all notes with the tag `"some tag"` in the infoview.
20062004
This command can be imported from Batteries.Tactic.HelpCmd .
20072005

2006+
## library_note
2007+
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note____1`
2008+
2009+
Support the old `library_note "foo"` syntax, with a deprecation warning.
2010+
20082011
## library_note2
20092012
Defined in: `commandLibrary_note2____1`
20102013

20112014
Support the old `library_note "foo"` syntax, with a deprecation warning.
20122015

2016+
## library_note2
2017+
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note2___`
2018+
2019+
Support the old `library_note2 «foo»` syntax, with a deprecation warning.
2020+
20132021
## library_note2
20142022
Defined in: `commandLibrary_note2___`
20152023

20162024
`library_note2 «my note» /-- documentation -/` creates a library note named `my note`
20172025
in the `Mathlib.LibraryNote` namespace, whose content is `/-- documentation -/`.
20182026
You can access this note using, for example, `#print Mathlib.LibraryNote.«my note»`.
20192027

2028+
## library_note2
2029+
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note2____1`
2030+
2031+
Support the old `library_note2 "foo"` syntax, with a deprecation warning.
2032+
20202033
## lrat_proof
20212034
Defined in: `Mathlib.Tactic.Sat.commandLrat_proof_Example____`
20222035

docs/options.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options
22

3-
Mathlib version: `790901a8c97c730ae7af9bd44fe60c733a21d9ba`
3+
Mathlib version: `d0cc8265b663c197e6500917efd4383278cf073e`
44

55
## Elab.async
66
type: `Bool`
@@ -890,6 +890,13 @@ default: `false`
890890

891891

892892

893+
## linter.nonbreakingSpace
894+
type: `Bool`
895+
896+
default: `true`
897+
898+
899+
893900
## linter.oldObtain
894901
type: `Bool`
895902

docs/tactics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tactics
22

3-
Mathlib version: `790901a8c97c730ae7af9bd44fe60c733a21d9ba`
3+
Mathlib version: `d0cc8265b663c197e6500917efd4383278cf073e`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "790901a8c97c730ae7af9bd44fe60c733a21d9ba",
8+
"rev": "d0cc8265b663c197e6500917efd4383278cf073e",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "f2aca6fc4a47c5b67fad08d3eda5e949d5b73ac0",
78+
"rev": "44cdfa76dc744fb0cd356457dcdcc5366ec647ac",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

0 commit comments

Comments
 (0)