diff --git a/docs/entities/bags.rst b/docs/entities/bags.rst index 79b882e..d12c41a 100644 --- a/docs/entities/bags.rst +++ b/docs/entities/bags.rst @@ -29,7 +29,7 @@ By default Entities won't actually create their own bags, because for example mo allocation will probably be pushed into a virtual function, like setup_bags() -> _setup_bags() (virtual). Target Bags -=========== +----------- See :ref:`starget_bag`, and :ref:`ctarget_bag`. diff --git a/docs/spells_and_auras/cooldowns.rst b/docs/spells_and_auras/cooldowns.rst index ab588b1..bccdcf0 100644 --- a/docs/spells_and_auras/cooldowns.rst +++ b/docs/spells_and_auras/cooldowns.rst @@ -6,13 +6,13 @@ Cooldowns ESS implements two types of cooldowns. These are: :ref:`Cooldown` -=============================== +------------------------------- This class is used for a single spell cooldown. Later, spells on items will use this aswell. :ref:`CategoryCooldown` -=============================================== +----------------------------------------------- This class is used for giving categories of spells a cooldown. E.g. interrupts.