Rename documentation tree to documents/ and update tooling, CI and test paths - #61
Merged
Merged
Conversation
shun126
added a commit
that referenced
this pull request
Sep 26, 2026
Rename documentation tree to `documents/` and update tooling, CI and test paths
shun126
added a commit
that referenced
this pull request
Sep 26, 2026
Rename documentation tree to `documents/` and update tooling, CI and test paths
shun126
added a commit
that referenced
this pull request
Sep 26, 2026
Rename documentation tree to `documents/` and update tooling, CI and test paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
document/todocuments/and update all tooling that references it so generated site/wiki assets and links resolve correctly.test/->tests/where used by build scripts and solution files.Description
document/todocuments/and moved all files and assets accordingly (manydocument/...->documents/...).documents/tools/*scripts (build-pages.py,check-docs.py,export-wiki.py,manadoc.py,verify-examples.py) and theirrequirements.txtand tests to referencedocumentsanddocuments/*assets and configurations (for exampledocument_rootdefaults and asset prefixes)..github/workflows/to match the new paths:publish-pages.yml,publish-wiki.ymlandbuild_and_analysis.ymlnow referencedocuments/...and updated Windows/Linux build/test invocation paths where needed.README.md,examples/*docs,.gitignore(excludetests/anddocuments/output),driver/Makefile(references totests/), Visual Studio solutionmana.slnand manytest->testsrenames for C++ and mana test suites.Testing
python -m unittest discover -s documents/toolsand the existing CI workflows to confirm.Codex Task