ruff/crates/ruff_dev/src
David Peter 6392dccd24
[ty] Add warning that docs are autogenerated (#18270)
## Summary

This is a practice I followed on previous projects. Should hopefully
further help developers who want to update the documentation.

The big downside is that it's annoying to see this *as a user of the
documentation* if you don't open the Markdown file in the browser. But
I'd argue that those files don't really follow the original Markdown
spirit anyway with all the inline HTML.
2025-05-23 09:58:16 +00:00
..
format_dev.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_all.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00
generate_cli_help.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_docs.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00
generate_json_schema.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_options.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_rules_table.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
generate_ty_cli_reference.rs [ty] Add warning that docs are autogenerated (#18270) 2025-05-23 09:58:16 +00:00
generate_ty_options.rs [ty] Add warning that docs are autogenerated (#18270) 2025-05-23 09:58:16 +00:00
generate_ty_rules.rs [ty] Add warning that docs are autogenerated (#18270) 2025-05-23 09:58:16 +00:00
generate_ty_schema.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
main.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00
print_ast.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
print_cst.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
print_tokens.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00
round_trip.rs [ty] CLI reference (#17978) 2025-05-09 14:23:24 +02:00