-
Notifications
You must be signed in to change notification settings - Fork 421
Comparing changes
Open a pull request
base repository: pytorch/botorch
base: main
head repository: pytorch/botorch
compare: docusaurus-versions
- 9 commits
- 128 files changed
- 4 contributors
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6bc21c - Browse repository at this point
Copy the full SHA e6bc21cView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b3073bf - Browse repository at this point
Copy the full SHA b3073bfView commit details -
Merge pull request #2729 from pytorch/docusaurus-versions-sync-main
[Docusaurus] sync `docusaurus-versions` with main
Configuration menu - View commit details
-
Copy full SHA for 0cfd8de - Browse repository at this point
Copy the full SHA 0cfd8deView commit details
Commits on May 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8fa6834 - Browse repository at this point
Copy the full SHA 8fa6834View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e0f5d - Browse repository at this point
Copy the full SHA b8e0f5dView commit details -
[Docusaurus] Fix broken links in v0.13.0 tutorials
These were using absolute links starting with `/docs/` which completely ignore docusaurus's versioning system (which prepends the begining of paths with the versioned directory). these links broke after the `next` docs changes which is basically to be expected. In a later diff I'll make the same fix to v0.14.0 but that one isn't broken yet before ``` [cause]: Error: Docusaurus found broken links! Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist. Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass. It looks like some of the broken links we found appear in many pages of your site. Maybe those broken links appear on all pages through your site layout? We recommend that you check your theme configuration for such links (particularly, theme navbar and footer). Frequent broken links are linking to: - /docs/tutorials/custom_botorch_model_in_ax Exhaustive list of all broken links found: - Broken link on source page path = /docs/v0.13.0/tutorials/bo_with_warped_gp/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/closed_loop_botorch_only/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/constrained_multi_objective_bo/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/fit_model_with_torch_optimizer/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/max_value_entropy/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/multi_objective_bo/: -> linking to /docs/tutorials/custom_botorch_model_in_ax - Broken link on source page path = /docs/v0.13.0/tutorials/one_shot_kg/: -> linking to /docs/tutorials/custom_botorch_model_in_ax ``` after ``` (venv) ~/Projects/botorch/website (docusaurus-versions ✗) yarn build yarn run v1.22.22 warning package.json: No license field warning ../../../package.json: No license field $ docusaurus build [INFO] [en] Creating an optimized production build... [WARNING] Cannot infer the update date for some files, as they are not tracked by git. ✔ Client Compiled successfully in 8.96s ✔ Server ● Client █████████████████████████ cache (99%) shutdown IdleFileCachePlugin stored ✔ Server [SUCCESS] Generated static files in "build". [INFO] Use `npm run serve` command to test your build locally. ✨ Done in 32.45s. ```
Configuration menu - View commit details
-
Copy full SHA for 2342c8d - Browse repository at this point
Copy the full SHA 2342c8dView commit details -
Merge pull request #2842 from pytorch/docusaurus-versions-fix-broken-…
…links-0.13.0 [Docusaurus] Fix broken links in v0.13.0 tutorials
Configuration menu - View commit details
-
Copy full SHA for b4a0ae8 - Browse repository at this point
Copy the full SHA b4a0ae8View commit details
Commits on May 8, 2025
-
[Docusaurus] Fix links in v0.14.0
Exactly the same fix as #2842 was for v0.13.0 See that PR for more details
Configuration menu - View commit details
-
Copy full SHA for 38e4b75 - Browse repository at this point
Copy the full SHA 38e4b75View commit details -
Merge pull request #2845 from pytorch/docusaurus-versions-fix-broken-…
…links-0.14.0 [Docusaurus] Fix links in v0.14.0
Configuration menu - View commit details
-
Copy full SHA for 8b479e2 - Browse repository at this point
Copy the full SHA 8b479e2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...docusaurus-versions