We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e4d951 + 4865f97 commit e6a50eaCopy full SHA for e6a50ea
doc/devel/api_changes.rst
@@ -67,6 +67,10 @@ have to learn new API and have to modify existing code).
67
You can start simple and look at the search results, if there are too many
68
incorrect matches, gradually refine your search criteria.
69
70
+ It can also be helpful to add ``NOT path:**/matplotlib/** NOT path:**/site-packages/**``
71
+ to exclude matches where the matplotlib codebase is checked into another repo,
72
+ either as direct sources or as part of an environment.
73
+
74
*Example*: Calls of the method ``Figure.draw()`` could be matched using
75
``/\bfig(ure)?\.draw\(/``. This expression employs a number of patterns:
76
0 commit comments