We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fa690 commit 3bbc4c0Copy full SHA for 3bbc4c0
1 file changed
src/lean_dojo/data_extraction/trace.py
@@ -94,7 +94,7 @@ def is_new_version(v: str) -> bool:
94
95
96
def check_files(packages_path: Path, no_deps: bool) -> None:
97
- """Check if all *.lean files have been processed to produce *.ast.json and *.dep_paths files."""
+ """Check if all :file:`*.lean` files have been processed to produce :file:`*.ast.json` and :file:`*.dep_paths` files."""
98
cwd = Path.cwd()
99
packages_path = cwd / packages_path
100
jsons = {
0 commit comments