Skip to content

Commit

Permalink
Merge pull request #536 from Nfsaavedra/python-readme
Browse files Browse the repository at this point in the history
[doc] Add Python client to README
  • Loading branch information
ejgallego authored Sep 15, 2023
2 parents ac2154b + 495561c commit 9574e4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ and web native usage, providing quite a few extra features from vanilla Coq.
- [🦄 Emacs](#-emacs)
- [✅ Vim](#-vim)
- [🩱 Neovim](#-neovim)
- [🐍 Python](#-python)
- [🗣️ Discussion Channel](#️-discussion-channel)
- [☎ Weekly Calls](#-weekly-calls)
- [❓FAQ](#faq)
Expand Down Expand Up @@ -296,6 +297,11 @@ programs.vscode = {

- Experimental client by Jaehwang Jung: https://github.com/tomtomjhj/coq-lsp.nvim

### 🐍 Python

- Interact programmatically with Coq files by using the [Python `coq-lsp` client](https://github.com/sr-lab/coq-lsp-pyclient)
by Pedro Carrott and Nuno Saavedra.

## 🗣️ Discussion Channel

`coq-lsp` discussion channel it at [Coq's
Expand Down
2 changes: 1 addition & 1 deletion etc/release_notes/v0.1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Please find below the full list of changes:
[1] https://github.com/ejgallego/coq-lsp/tree/main/etc/release_notes
[2] https://github.com/inQWIRE/ViZX
[3] https://coq.zulipchat.com/#narrow/stream/329642-coq-lsp/topic/coq-lsp.20under.20Emacs.2E
[4] https://github.com/pcarrott/coq-lsp-pyclient
[4] https://github.com/sr-lab/coq-lsp-pyclient

Kind regards,
The coq-lsp team

0 comments on commit 9574e4b

Please sign in to comment.