Skip to content

Commit

Permalink
Remove duplicate labels as many as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
chudur-budur committed Jul 19, 2023
1 parent 523ffc7 commit 1cbad82
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docs/source/user_guide/caching.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _caching:
.. include:: ./../ext_links.txt


Caching Mechanism in ``numba-dpex``
===================================

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/debugging/altering.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _altering:
.. include:: ./../../ext_links.txt

Altering Execution
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/debugging/backtrace.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _backtrace:
.. include:: ./../../ext_links.txt

Backtrace
==========
Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/breakpoints.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Breakpoints
===========

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/common_issues.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Common issues and tips
======================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/data.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Examining Data
==============

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/debugging/debugging_environment.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _debugging-environment:
.. include:: ./../../ext_links.txt

Configure debugging environment
=================================
Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/features.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Supported Features
==================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/frame_info.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Information About a Frame
=========================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/limitations.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Limitations
===========

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/local_variables.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Debugging Local Variables
=========================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/numba-0.55.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Debugging Features in Numba 0.55
================================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/set_up_machine.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Set up the machine for debugging
====================================

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/stepping.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Stepping
========

Expand Down
2 changes: 2 additions & 0 deletions docs/source/user_guide/debugging/symbols.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: ./../../ext_links.txt

Examining the Symbol Table
==========================

Expand Down
1 change: 0 additions & 1 deletion docs/source/user_guide/docker.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _docker:
.. include:: ./../ext_links.txt

Docker Support
Expand Down
1 change: 0 additions & 1 deletion docs/source/user_guide/dpnp_offload.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _dpnp_offload:
.. include:: ./../ext_links.txt

Compiling and Offloading ``dpnp``
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _device-functions:

Writing Device Functions
========================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _writing_kernels:
.. include:: ./../../ext_links.txt

Writing Data Parallel Kernels
Expand Down

0 comments on commit 1cbad82

Please sign in to comment.