Skip to content

Commit

Permalink
Use heading instead of bold style in `gensim.models.translation_matri…
Browse files Browse the repository at this point in the history
…x` (#2164)
  • Loading branch information
nzw0301 authored and menshikh-iv committed Aug 27, 2018
1 parent 46124f4 commit 7fedf5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gensim/models/translation_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fedf5a

Please sign in to comment.