Skip to content

Commit 4e689e2

Browse files
authored
Merge pull request #310 from iMattPro/master-updates
Merge 3.3.x branch into master
2 parents 50a2927 + 8a1c057 commit 4e689e2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

development/extensions/new_in_rhea.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ A major change introduced by the new engine is how text (in posts, PMs, signatur
131131
Extensions that are storing their own messages with BBCodes and smilies should consider adding a TextReparser class to ensure their messages are updated to the new XML format. See `New Text Reparser`_ for more information.
132132

133133
.. seealso::
134-
The s9e/TextFormatter library `documentation and cookbook <https://s9etextformatter.readthedocs.io/>`_.
134+
The s9e/TextFormatter library `documentation and cookbook <https://s9etextformatter.readthedocs.io>`_.
135135

136136
New Text Reparser
137137
=================

development/extensions/tutorial_bbcodes.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ The following sample code shows how BBCodes can be toggled and manipulated using
7979
8080
.. seealso::
8181

82-
https://area51.phpbb.com/docs/code/3.2.x/phpbb/textformatter/parser_interface.html
83-
https://s9etextformatter.readthedocs.io/Getting_started/Runtime_configuration/
82+
- `phpBB API Documentation <https://area51.phpbb.com/docs/code/master/phpbb/textformatter/parser_interface.html>`_
83+
- `Runtime configuration - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Getting_started/Runtime_configuration/>`_
8484

8585

8686
Executing PHP Code With BBCodes
@@ -133,9 +133,9 @@ method to read and change its attributes during parsing based on who is being qu
133133
134134
.. seealso::
135135

136-
https://s9etextformatter.readthedocs.io/Filters/Attribute_filters/
137-
https://s9etextformatter.readthedocs.io/Filters/Tag_filters/
138-
https://s9etextformatter.readthedocs.io/Filters/Callback_signature/
136+
- `Attribute filters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Attribute_filters/>`_
137+
- `Tag filters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Tag_filters/>`_
138+
- `Callback signatures - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Callback_signature/>`_
139139

140140

141141
Template Parameters
@@ -242,8 +242,8 @@ your own template parameters, in addition to the default one's already available
242242
243243
.. seealso::
244244

245-
https://s9etextformatter.readthedocs.io/Templating/Template_parameters/
246-
https://s9etextformatter.readthedocs.io/Plugins/BBCodes/Use_template_parameters/
245+
- `Template parameters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Templating/Template_parameters/>`_
246+
- `Use template parameters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Plugins/BBCodes/Use_template_parameters/>`_
247247

248248

249249
Registering Custom Variables
@@ -300,10 +300,10 @@ set the value before each parsing.
300300
301301
.. seealso::
302302

303-
https://area51.phpbb.com/docs/code/3.2.x/phpbb/textformatter/parser_interface.html
304-
https://s9etextformatter.readthedocs.io/Filters/Callback_signature/
305-
https://s9etextformatter.readthedocs.io/Filters/Attribute_filters/
306-
https://s9etextformatter.readthedocs.io/Filters/Tag_filters/
303+
- `phpBB API Documentation <https://area51.phpbb.com/docs/code/master/phpbb/textformatter/parser_interface.html>`_
304+
- `Callback signature - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Callback_signature/>`_
305+
- `Attribute filters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Attribute_filters/>`_
306+
- `Tag filters - s9e\\TextFormatter <https://s9etextformatter.readthedocs.io/Filters/Tag_filters/>`_
307307

308308
Enable Text Formatter Plugins
309309
=============================
@@ -354,4 +354,4 @@ settings are configured.
354354
355355
.. seealso::
356356

357-
https://s9etextformatter.readthedocs.io
357+
`s9e\\TextFormatter <https://s9etextformatter.readthedocs.io>`_

0 commit comments

Comments
 (0)