Skip to content

Commit

Permalink
Update Documentation View
Browse files Browse the repository at this point in the history
- Update existing documentation links to point to `lean-lang.org`
- Add new doc links:
  - Functional Programming in Lean
  - The Mechanics of Proof
  • Loading branch information
nxvipin authored and mhuisi committed Sep 25, 2023
1 parent fd9ef33 commit bb97358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vscode-lean4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vscode-lean4/src/docview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,11 @@ export class DocViewProvider implements Disposable {
}

const books : any = {
'Theorem Proving in Lean': mkCommandUri('lean4.docView.open', 'https://leanprover.github.io/theorem_proving_in_lean4/introduction.html'),
'Theorem Proving in Lean': mkCommandUri('lean4.docView.open', 'https://lean-lang.org/theorem_proving_in_lean4/introduction.html'),
'Functional Programming in Lean': mkCommandUri('lean4.docView.open', 'https://lean-lang.org/functional_programming_in_lean/'),
'Mathematics in Lean': mkCommandUri('lean4.docView.open', 'https://leanprover-community.github.io/mathematics_in_lean/'),
'Reference Manual': mkCommandUri('lean4.docView.open', 'https://leanprover.github.io/lean4/doc/'),
'The Mechanics of Proof': mkCommandUri('lean4.docView.open', 'https://hrmacbeth.github.io/math2001/'),
'Reference Manual': mkCommandUri('lean4.docView.open', 'https://lean-lang.org/lean4/doc/'),
'Abbreviations Cheatsheet': mkCommandUri('lean4.docView.showAllAbbreviations'),
'Example': mkCommandUri('lean4.openExample', 'https://github.com/leanprover/lean4-samples/raw/main/HelloWorld/Main.lean'),

Expand Down

0 comments on commit bb97358

Please sign in to comment.