Skip to content

Commit

Permalink
minor fix for doc building (title underscores added)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Dec 13, 2024
1 parent 14cc4fd commit 9890179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chatsky/slots/base_slots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Base Slots
-----
----------
This module defines base classes for slots.
"""

Expand Down
2 changes: 1 addition & 1 deletion chatsky/slots/slot_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Slot Manager
-----
------------
This module defines the SlotManager class, facilitating slot management for Pipeline.
"""

Expand Down
4 changes: 2 additions & 2 deletions chatsky/slots/standard_slots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Slots
-----
Standard Slots
--------------
This module defines some concrete implementations of slots.
"""

Expand Down

0 comments on commit 9890179

Please sign in to comment.