We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e147821 commit c24815fCopy full SHA for c24815f
src/sage_docbuild/builders.py
@@ -1155,7 +1155,6 @@ def get_all_documents(source: Path) -> list[Path]:
1155
1156
EXAMPLES::
1157
1158
- sage: from pathlib import Path
1159
sage: from sage_docbuild.builders import get_all_documents
1160
sage: documents = get_all_documents(Path('src/doc'))
1161
sage: Path('en/tutorial') in documents
@@ -1189,7 +1188,6 @@ def get_all_reference_documents(source: Path) -> list[Path]:
1189
1188
1190
1191
1192
1193
sage: from sage_docbuild.builders import get_all_reference_documents
1194
sage: documents = get_all_reference_documents(Path('src/doc/en'))
1195
sage: Path('reference/algebras') in documents
0 commit comments