Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Sphinx Warnings #1330

Merged
merged 14 commits into from
May 17, 2017
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