Skip to content

Commit

Permalink
Increase underlining in RSTs to fix sphinx Warnings (#1330)
Browse files Browse the repository at this point in the history
* Update malletcorpus.rst

* Update sharded_corpus.rst

* Update ldaseqmodel.rst

* Update preprocessing.rst

* Update glove2word2vec.rst

* Update make_wikicorpus.rst

* Update word2vec_standalone.rst

* Update index.rst

* Update simserver.rst

* Update sklearn_wrapper_gensim_ldamodel.rst

* Update keywords.rst

* Update pagerank_weighted.rst

* Update syntactic_unit.rst

* Update textcleaner.rst
  • Loading branch information
souravsingh authored and tmylk committed May 17, 2017
1 parent 2996884 commit a8e4a17
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/src/corpora/malletcorpus.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`corpora.malletcorpus` -- Corpus in Mallet format of List-Of-Words.
==========================================================
========================================================================

.. automodule:: gensim.corpora.malletcorpus
:synopsis: Corpus in Mallet format of List-Of-Words.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/corpora/sharded_corpus.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`corpora.sharded_corpus` -- Corpus stored in separate files
==========================================================
================================================================

.. automodule:: gensim.corpora.sharded_corpus
:synopsis: Numpy arrays on disk for iterative processing
Expand Down
2 changes: 1 addition & 1 deletion docs/src/models/ldaseqmodel.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`models.ldaseqmodel` -- Dynamic Topic Modeling in Python
================================
=============================================================

.. automodule:: gensim.models.ldaseqmodel
:synopsis: Dynamic Topic Modeling in Python
Expand Down
2 changes: 1 addition & 1 deletion docs/src/parsing/preprocessing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`parsing.preprocessing` -- Functions to preprocess raw text
=========================================================
================================================================

.. automodule:: gensim.parsing.preprocessing
:synopsis: Functions to preprocess raw text
Expand Down
2 changes: 1 addition & 1 deletion docs/src/scripts/glove2word2vec.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`scripts.glove2word2vec` -- Convert glove format to word2vec
=========================================================
=================================================================

.. automodule:: gensim.scripts.glove2word2vec
:synopsis: Convert glove format to word2vec
Expand Down
2 changes: 1 addition & 1 deletion docs/src/scripts/make_wikicorpus.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`scripts.make_wikicorpus` -- Convert articles from a Wikipedia dump to vectors.
=========================================================
====================================================================================

.. automodule:: gensim.scripts.make_wikicorpus
:synopsis: Convert articles from a Wikipedia dump to vectors.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/scripts/word2vec_standalone.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`scripts.word2vec_standalone` -- Train word2vec on text file CORPUS
=========================================================
========================================================================

.. automodule:: gensim.scripts.word2vec_standalone
:synopsis: Train word2vec on text file CORPUS
Expand Down
2 changes: 1 addition & 1 deletion docs/src/similarities/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`similarities.index` -- Fast Approximate Nearest Neighbor Similarity with Annoy package
========================================================================
============================================================================================

.. automodule:: gensim.similarities.index
:synopsis: Fast Approximate Nearest Neighbor Similarity with Annoy package
Expand Down
2 changes: 1 addition & 1 deletion docs/src/similarities/simserver.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`simserver` -- Document similarity server
======================================================
==============================================

.. automodule:: simserver.simserver
:synopsis: Document similarity server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`sklearn_integration.sklearn_wrapper_gensim_ldamodel.SklearnWrapperLdaModel` -- Scikit learn wrapper for Latent Dirichlet Allocation
======================================================
=========================================================================================================================================

.. automodule:: gensim.sklearn_integration.sklearn_wrapper_gensim_ldamodel.SklearnWrapperLdaModel
:synopsis: Scikit learn wrapper for LDA model
Expand Down
2 changes: 1 addition & 1 deletion docs/src/summarization/keywords.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`summarization.keywords` -- Keywords for TextRank summarization algorithm
=========================================================
==============================================================================

.. automodule:: gensim.summarization.keywords
:synopsis: Keywords for TextRank summarization algorithm
Expand Down
2 changes: 1 addition & 1 deletion docs/src/summarization/pagerank_weighted.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`summarization.pagerank_weighted` -- Weighted PageRank algorithm
=========================================================
=====================================================================

.. automodule:: gensim.summarization.pagerank_weighted
:synopsis: Weighted PageRank algorithm
Expand Down
2 changes: 1 addition & 1 deletion docs/src/summarization/syntactic_unit.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`summarization.syntactic_unit` -- Syntactic Unit class
=========================================================
===========================================================

.. automodule:: gensim.summarization.syntactic_unit
:synopsis: Syntactic Unit class
Expand Down
2 changes: 1 addition & 1 deletion docs/src/summarization/textcleaner.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`summarization.textcleaner` -- Summarization pre-processing
=========================================================
================================================================

.. automodule:: gensim.summarization.textcleaner
:synopsis: Summarization pre-processing
Expand Down

0 comments on commit a8e4a17

Please sign in to comment.