From 7fedf5addd3f75bcd2e1ab6ded89aa677611534d Mon Sep 17 00:00:00 2001 From: Kento Nozawa Date: Mon, 27 Aug 2018 11:32:00 +0900 Subject: [PATCH] Use heading instead of bold style in `gensim.models.translation_matrix` (#2164) --- gensim/models/translation_matrix.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gensim/models/translation_matrix.py b/gensim/models/translation_matrix.py index d7340d760c..4bf638f3ce 100644 --- a/gensim/models/translation_matrix.py +++ b/gensim/models/translation_matrix.py @@ -10,7 +10,8 @@ Examples -------- -**How to make translation between two set of word-vectors** +How to make translation between two set of word-vectors +======================================================= Initialize a word-vector models @@ -47,7 +48,8 @@ ... loaded_trans_model = TranslationMatrix.load(fname) # load model -**How to make translation between two :class:`~gensim.models.doc2vec.Doc2Vec` models** +How to make translation between two :class:`~gensim.models.doc2vec.Doc2Vec` models +================================================================================== Prepare data and models