-
Notifications
You must be signed in to change notification settings - Fork 11
/
replacements.py
32 lines (32 loc) · 2.28 KB
/
replacements.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
replacements = """
.. |TwoearsMailingList| replace:: `Two!Ears mailing list`_
.. |TwoEars| replace:: Two!Ears
.. |TwoEarsModel| replace:: :ref:`Two!Ears Auditory Model <index>`
.. |PublishedByTwoEars| replace:: |TwoEarsLogo| Published by members of the |TwoEars| consortium
.. |TwoEarsLogo| image:: /img/twoears.png
:width: 20pt
:height: 20pt
.. |AFE| replace:: :ref:`sec-afe`
.. |BinSim| replace:: :ref:`sec-binsim`
.. |robot| replace:: :ref:`sec-robot`
.. |database| replace:: :ref:`sec-database`
.. |blackboard| replace:: :ref:`sec-blackboard`
.. |amlttpRef| replace:: :ref:`sec-amlttp`
.. |amlttp| replace:: :abbr:`AMLTTP (Auditory Machine Learning Training and Testing Pipeline)`
.. |amtoolbox| replace:: `Auditory Modeling Toolbox`_
.. |LatestVersion| replace:: `the latest version`_
.. |AuditoryFrontEndKS| replace:: :ref:`AuditoryFrontEndKS <sec-afe-knowledge-source>`
.. |AuditoryFrontEndDepKS| replace:: :ref:`AuditoryFrontEndDepKS <sec-afe-dep-knowledge-source>`
.. |ColorationKS| replace:: :ref:`ColorationKS <sec-coloration-knowledge-source>`
.. |ConfusionKS| replace:: :ref:`ConfusionKS <sec-confusion-knowledge-source>`
.. |ConfusionSolvingKS| replace:: :ref:`ConfusionSolvingKS <sec-confusion-solving-knowledge-source>`
.. |DnnLocationKS| replace:: :ref:`DnnLocationKS <sec-dnn-location-knowledge-source>`
.. |GmmLocationKS| replace:: :ref:`GmmLocationsKS <sec-gmm-location-knowledge-source>`
.. |IdentityKS| replace:: :ref:`IdentityKS <sec-identity-knowledge-source>`
.. |ItdLocationKS| replace:: :ref:`ItdLocationKS <sec-itd-localisation-knowledge-source>`
.. |HeadRotationKS| replace:: :ref:`HeadRotationKS <sec-rotation-knowledge-source>`
.. |LocalisationDecisionKS| replace:: :ref:`LocalisationDecisionKS <sec-localisation-decision-knowledge-source>`
.. |SegmentationKS| replace:: :ref:`StreamSegregationKS <sec-segmentation-knowledge-source>`
.. |SegmentIdentityKS| replace:: :ref:`SegmentIdentityKS <sec-segmentation-identity-knowledge-source>`
.. |NumberOfSourcesKS| replace:: :ref:`NumberOfSourcesKS <sec-number-of-sources-knowledge-source>`
"""