Skip to content

Commit cdb0a56

Browse files
committed
Minor documentation tweak.
1 parent ea65b8b commit cdb0a56

2 files changed

Lines changed: 5 additions & 53 deletions

File tree

docs/DoxygenLayout.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<tab type="user" visible="yes" url="@ref WeberPennTreeDoc" title="Weber-Penn Tree"/>
3030
</tab>
3131

32-
<!-- API Reference -->
33-
<tab type="classes" visible="yes" title="Classes"/>
34-
<tab type="files" visible="yes" title="Files"/>
32+
<!-- API Reference - Temporarily disabled due to indentation issues -->
33+
<tab type="classes" visible="no" title="Classes"/>
34+
<tab type="files" visible="no" title="Files"/>
3535

3636
<!-- Search functionality -->
3737
<tab type="search" visible="yes" title=""/>

docs/assets/pyhelios-custom.css

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -22,66 +22,18 @@
2222
background: var(--page-background-color) !important;
2323
}
2424

25-
/* Fix navigation tree indentation issues for Classes and Files */
25+
/* Clean navigation styling - Classes and Files tabs have been disabled */
2626
#nav-tree .item {
2727
margin-left: 0 !important;
2828
padding-left: 0 !important;
2929
}
3030

31-
/* Ensure all navigation items at root level have same indentation */
31+
/* Ensure consistent indentation for all navigation items */
3232
#nav-tree > .children > .item {
3333
margin-left: 0 !important;
3434
padding-left: 0 !important;
3535
}
3636

37-
/* Target specific items that may be indented incorrectly */
38-
#nav-tree .item[id*="annotated"],
39-
#nav-tree .item[id*="files"],
40-
#nav-tree a[href="annotated.html"],
41-
#nav-tree a[href="files.html"] {
42-
margin-left: 0 !important;
43-
padding-left: 0 !important;
44-
}
45-
46-
/* Reset any nested indentation for navigation links */
47-
#nav-tree ul {
48-
margin-left: 0 !important;
49-
padding-left: 0 !important;
50-
}
51-
52-
#nav-tree li {
53-
margin-left: 0 !important;
54-
padding-left: 0 !important;
55-
}
56-
57-
/* Ensure consistent indentation for all top-level nav items */
58-
#nav-tree .children .item {
59-
margin-left: 0 !important;
60-
text-indent: 0 !important;
61-
}
62-
63-
/* Override any theme-specific indentation */
64-
.doxygen-awesome-sidebar-only #nav-tree .item {
65-
margin-left: 0 !important;
66-
padding-left: 0 !important;
67-
}
68-
69-
/* Debug: Add visual indicators to identify navigation structure issues */
70-
#nav-tree .item:has(a[href="annotated.html"]),
71-
#nav-tree .item:has(a[href="files.html"]) {
72-
border-left: 2px solid red !important;
73-
background-color: rgba(255, 0, 0, 0.1) !important;
74-
}
75-
76-
/* Alternative approach - directly target the text content */
77-
#nav-tree a[href="annotated.html"]:before {
78-
content: "🔍 ";
79-
}
80-
81-
#nav-tree a[href="files.html"]:before {
82-
content: "📁 ";
83-
}
84-
8537
/* Ensure consistent header styling */
8638
#projectname {
8739
color: var(--page-foreground-color);

0 commit comments

Comments
 (0)