Skip to content

Commit e018545

Browse files
authored
Updating Python reference TOC for more Python handy links
1 parent edc80c3 commit e018545

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

articles/azure-functions/TOC.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,25 @@
399399
- name: PowerShell
400400
href: functions-reference-powershell.md
401401
- name: Python
402-
href: functions-reference-python.md
402+
items:
403+
- name: Developer Reference Guide
404+
href: functions-reference-python.md
405+
- name: Programming models
406+
href: functions-reference-python.md#programming-model
407+
- name: Develop Python worker extensions
408+
href: develop-python-worker-extensions.md
409+
- name: Scale and performance recommendations
410+
href: python-scale-performance-reference.md
411+
- name: Troubleshooting
412+
items:
413+
- name: General troubleshooting
414+
href: recover-python-functions.md
415+
- name: Memory profiling
416+
href: python-memory-profiler-reference.md
417+
- name: Python Functions Library API Reference
418+
href: /python/api/azure-functions/azure.functions
419+
- name: Samples
420+
href: /samples/browse/?products=azure-functions&languages=python
403421
- name: How-to guides
404422
items:
405423
- name: Develop

0 commit comments

Comments
 (0)