Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions contrib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
Python Contributor's Guide (draft)
==================================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>

.. include:: /include/activate-tab.rst

.. important::

Expand Down
8 changes: 1 addition & 7 deletions documentation/devguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
Helping with the Developer's Guide
==================================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

.. highlight:: console

Expand Down
8 changes: 1 addition & 7 deletions documentation/start-documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
Getting started
===============

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

.. highlight:: rest

Expand Down
8 changes: 1 addition & 7 deletions getting-started/git-boot-camp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
Git bootcamp and cheat sheet
============================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

.. highlight:: console

Expand Down
8 changes: 1 addition & 7 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
Setup and building
==================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

.. highlight:: console

Expand Down
7 changes: 7 additions & 0 deletions include/activate-tab.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
8 changes: 1 addition & 7 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
Python Developer's Guide
========================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: include/activate-tab.rst

.. highlight:: bash

Expand Down
8 changes: 1 addition & 7 deletions testing/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
Increase test coverage
======================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

Python development follows a practice that all semantic changes and additions
to the language and :abbr:`stdlib (standard library)` are accompanied by
Expand Down
8 changes: 1 addition & 7 deletions testing/run-write-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
Running and writing tests
=========================

.. raw:: html

<script>
document.addEventListener('DOMContentLoaded', function() {
activateTab(getOS());
});
</script>
.. include:: /include/activate-tab.rst

.. note::

Expand Down
Loading