adds better links to tips and pitfalls page (#55458)

This commit is contained in:
Alicia Cozine 2019-04-17 13:30:34 -05:00 committed by Sandra McCann
commit d7f6493084
2 changed files with 5 additions and 1 deletions

View file

@ -31,6 +31,7 @@ Find the task that best describes what you want to do:
* I want to :ref:`debug my module code <debugging>`.
* I want to :ref:`add tests <developing_testing>`.
* I want to :ref:`document my module <module_documenting>`.
* I want to follow :ref:`conventions and tips for clean, usable module code <developing_modules_best_practices>`.
* I want to :ref:`make sure my code runs on Python 2 and Python 3 <developing_python_3>`.
* I want to work on other development projects: