Skip to content

Commit a006fe3

Browse files
Merge pull request #255962 from vrdmr/vameru/python-toc
Updating Python reference TOC for more Python handy links
2 parents 0a0d058 + 31c1111 commit a006fe3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

articles/azure-functions/TOC.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,31 @@
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+
displayName: python
405+
href: functions-reference-python.md
406+
- name: Programming models
407+
displayName: python
408+
href: functions-reference-python.md#programming-model
409+
- name: Python worker extensions
410+
href: develop-python-worker-extensions.md
411+
- name: Scale and performance recommendations
412+
displayName: python
413+
href: python-scale-performance-reference.md
414+
- name: Troubleshooting
415+
items:
416+
- name: General troubleshooting
417+
displayName: python
418+
href: recover-python-functions.md
419+
- name: Memory profiling
420+
displayName: python
421+
href: python-memory-profiler-reference.md
422+
- name: Python library API reference for Functions
423+
href: /python/api/azure-functions/azure.functions
424+
- name: Samples
425+
displayName: python
426+
href: /samples/browse/?products=azure-functions&languages=python
403427
- name: How-to guides
404428
items:
405429
- name: Develop

0 commit comments

Comments
 (0)