Skip to content

Commit e882307

Browse files
Correct header styling (#55)
When converting from rst to md, headers were sized larger than needed. In this PR I am changing headers from ## to ### to correct the styling issues in readthedocs. [ reviewed by @AlyssaCote ] [ committed by @amandarichardsonn ]
1 parent bec0b95 commit e882307

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## Development branch
3+
### Development branch
44

55
Description
66

7+
- Fix header styling issue
8+
([SmartDashboard-PR55](https://github.com/CrayLabs/SmartDashboard/pull/55))
79
- Automate the creation of release notes
810
([SmartDashboard-PR54](https://github.com/CrayLabs/SmartDashboard/pull/54))
911
- Add database telemetry documentation.
@@ -24,7 +26,7 @@ Description
2426
- Add manifest file tracking.
2527
([SmartDashboard-PR46](https://github.com/CrayLabs/SmartDashboard/pull/46))
2628

27-
## 0.0.3
29+
### 0.0.3
2830

2931
Released on 15 February 2024
3032

@@ -35,7 +37,7 @@ Description
3537
- Added experiment level logs to the dashboard.
3638
([SmartDashboard-PR37](https://github.com/CrayLabs/SmartDashboard/pull/37))
3739

38-
## 0.0.2
40+
### 0.0.2
3941

4042
Released on 14 December 2023
4143

0 commit comments

Comments
 (0)