Skip to content

Commit 30c004c

Browse files
committed
Grouping memory profiling and benchmarking under the same section.
1 parent 4cad89b commit 30c004c

10 files changed

Lines changed: 5 additions & 10 deletions

File tree

_data/docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@
3535

3636
- title: Benchmarking
3737
docs:
38-
- concepts/benchmarking
39-
40-
- title: Memory profiling
41-
docs:
42-
- concepts/memo_prof
38+
- concepts/benchmarking/benchmarking
39+
- concepts/benchmarking/memo_prof
4340

4441

4542
- title: Core Tutorials

_docs/concepts/benchmarking/index.md renamed to _docs/concepts/benchmarking/benchmarking/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Benchmarking
33
redirect_from: /benchmarking/
4-
permalink: /docs/concepts/benchmarking/
4+
permalink: /docs/concepts/benchmarking/benchmarking/
55
---
66

77
## Table of contents
File renamed without changes.

_docs/concepts/memo_prof/index.md renamed to _docs/concepts/benchmarking/memo_prof/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Memory profiling
3-
permalink: /docs/concepts/memo_prof/
3+
redirect_from: /memo_prof/
4+
permalink: /docs/concepts/benchmarking/memo_prof/
45
---
56

67
## Abstract
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_includes/docs_nav.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
{% if page.path contains "_docs/concepts" and section.title == "Benchmarking" %}
1717
{% assign should_show_this_menu = true %}
1818
{% endif %}
19-
{% if page.path contains "_docs/concepts" and section.title == "Memory profiling" %}
20-
{% assign should_show_this_menu = true %}
21-
{% endif %}
2219
{% if page.path contains "_docs/tutorials" and section.title contains "Tutorials" %}
2320
{% assign should_show_this_menu = true %}
2421
{% endif %}

0 commit comments

Comments
 (0)