Matthew Mckee
e6c0420ac6
Update mkdocs-material to 9.7.0 ( #1860 )
...
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
CI / mkdocs (push) Waiting to run
## Summary
Mostly copied https://github.com/astral-sh/ruff/pull/21797 .
## Test Plan
From contributing.md, ran:
```bash
uv pip compile docs/requirements.in -o docs/requirements.txt --universal -p 3.12
uvx --with-requirements docs/requirements.txt -- mkdocs serve -f mkdocs.yml
```
2025-12-12 10:33:53 +05:30
Jack O'Connor
cdfb690cc4
remove the suggestion that updating ty-vscode is optional ( #1639 )
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
CI / mkdocs (push) Has been cancelled
2025-11-25 17:13:51 -08:00
Jack O'Connor
8c342496a2
Release 0.0.1-alpha.28 ( #1638 )
...
Co-authored-by: Carl Meyer <carl@astral.sh>
2025-11-25 16:11:16 -08:00
David Peter
3105e49b08
Minor adjustment to release instructions ( #1372 )
...
## Summary
I'm almost slightly worried that I will fire off the release pipeline
with `0.0.0-alpha.23` instead of `0.0.1-alpha.23` because of this line.
2025-10-16 20:10:25 +02:00
David Peter
2d0f4be889
Use 'origin' as the default remote name ( #755 )
...
We use `origin` as the default remote name elsewhere in this doc, so
let's use it here as well?
2025-07-02 18:25:34 +02:00
David Peter
f867272b3a
Update documentation links to point to https://docs.astral.sh/ty/
2025-07-02 09:40:49 -05:00
Zanie Blue
c14037ab2a
Copy basic template and styling for documentation from uv ( #729 )
...
This copies the documentation scaffolding from uv, doing the minimum
amount of work to make it viable.
---------
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2025-07-02 09:40:49 -05:00
Alex Waygood
43e323e909
Improve release instructions ( #702 )
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
2025-06-25 13:51:03 +01:00
Sumana Harihareswara
55b4120370
Contributor guide: document sources of autogenerated reference docs ( #490 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
## Summary
Explain in `CONTRIBUTING.md` that some ty help text and reference
documentation result from source code that lives in Ruff, and point to
sources, to help tech writer contributors.
Inspired by my stumble in #478 and subsequent pointers in
https://github.com/astral-sh/ruff/pull/18246 .
## Test Plan
I used `git grep` to search the Ruff repository for several chunks of
the prose in `docs/reference/` to verify which source code contains text
that turns into the autogenerated docs. I pushed my branch to GitHub and
manually checked that the formatting and hyperlinks were correct.
2025-05-23 08:42:03 +02:00
Dhruv Manilawala
7bc7b59a3b
Use ty server instead of ty lsp ( #360 )
2025-05-13 22:05:54 +05:30
Zanie Blue
615f189baf
Add more content to the release docs ( #355 )
...
Small follow-up to #349
2025-05-13 07:45:20 -05:00
Micha Reiser
3058938b8d
Correctly indent the list in the "Relasing ty" section ( #349 )
2025-05-13 09:40:08 +00:00
David Peter
01b575c960
Contributing guide: clarifications and link ( #348 )
...
## Summary
Some minor rewording and a link to the ty's main
[CONTRIBUTING.md](https://github.com/astral-sh/ruff/blob/main/crates/ty/CONTRIBUTING.md )
guide.
2025-05-13 11:36:36 +02:00
Micha Reiser
9efd86025d
Add script to update ty.json in schemastore ( #65 )
2025-05-08 11:30:05 +00:00
Micha Reiser
f9ca13a4dd
Add basic CI job ( #69 )
2025-05-07 16:32:58 +02:00
Zanie Blue
579134e19e
Add release contribution docs ( #63 )
2025-05-06 10:38:18 -05:00
Zanie Blue
3c0c6fec43
Add example of resetting submodule to the commit from main ( #60 )
...
* Add example of resetting submodule to the commit from `main`
* Update CONTRIBUTING.md
Co-authored-by: Micha Reiser <micha@reiser.io>
---------
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-05-06 09:29:44 -05:00
Zanie Blue
d8a913d0d2
Fix $commit substitution in contributing example ( #34 )
2025-05-05 13:08:30 -05:00
Micha Reiser
f3a0cea880
Setup pre-commit ( #28 )
2025-05-05 16:38:54 +02:00
Zanie Blue
85563be22d
Add example of resetting the submodule ( #27 )
2025-05-05 09:26:08 -05:00
Zanie Blue
750b3a33f8
Update contributing guide for ruff commit changes ( #3 )
2025-05-05 11:49:06 +02:00
Micha Reiser
b499d67f3e
Configure Python build system ( #8 )
...
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-05-05 11:43:26 +02:00
Zanie Blue
b21d26310b
Add CONTRIBUTING draft
2025-05-02 11:58:54 -05:00