Closed
Description
Sometimes we need to display command lines that are different in macos and windows.
That's a feature in furo that lets you display such commands depends on the different environments, called Tabs:
https://pradyunsg.me/furo/reference/tabs/
Using the tabs feature in furo will make the docs look cleaner.
- https://devguide.python.org/#quick-reference
- https://devguide.python.org/documentation/start-documenting/ Add inline tabs on Documentation Getting Started page for commands on different systems #1224
- https://devguide.python.org/documentation/devguide/ Add inline tabs on Helping with the Developer’s Guide page for commands on different systems #1223
- https://devguide.python.org/getting-started/git-boot-camp/#downloading-other-s-patches Add inline tabs on Git Bootcamp page for commands on different systems #1225
- https://devguide.python.org/getting-started/setup-building/#install-dependencies Add inline tabs on Setup and Building page for commands on different systems #1226
- https://devguide.python.org/testing/coverage/#install-coverage Add inline tabs on Increase Test Coverage page for commands on different systems #1228
- https://devguide.python.org/testing/run-write-tests/