From c7bd1a4efd9176a71c7407a390dde6a2313e4bc8 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Tue, 28 Aug 2018 16:01:37 -0500 Subject: [PATCH] Remove help-request from docs. --- docs/peewee/api.rst | 2 -- docs/peewee/help-request.rst | 5 ----- docs/peewee/models.rst | 2 -- docs/peewee/query_operators.rst | 2 -- docs/peewee/querying.rst | 2 -- docs/peewee/sqlite_ext.rst | 6 +++--- 6 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 docs/peewee/help-request.rst diff --git a/docs/peewee/api.rst b/docs/peewee/api.rst index 9449f4420..fb7dc6a8e 100644 --- a/docs/peewee/api.rst +++ b/docs/peewee/api.rst @@ -1,7 +1,5 @@ .. _api: -.. include:: help-request.rst - API Documentation ================= diff --git a/docs/peewee/help-request.rst b/docs/peewee/help-request.rst deleted file mode 100644 index 541ade08d..000000000 --- a/docs/peewee/help-request.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. attention:: - Peewee needs your help! Do you have suggestions on how the documentation - could be improved? If so, please leave a comment on this GitHub issue: - - https://github.com/coleifer/peewee/issues/1640 diff --git a/docs/peewee/models.rst b/docs/peewee/models.rst index 542ab1944..2fa4861e0 100644 --- a/docs/peewee/models.rst +++ b/docs/peewee/models.rst @@ -1,7 +1,5 @@ .. _models: -.. include:: help-request.rst - Models and Fields ================= diff --git a/docs/peewee/query_operators.rst b/docs/peewee/query_operators.rst index d5e3cc269..13e163bce 100644 --- a/docs/peewee/query_operators.rst +++ b/docs/peewee/query_operators.rst @@ -1,7 +1,5 @@ .. _query-operators: -.. include:: help-request.rst - Query operators =============== diff --git a/docs/peewee/querying.rst b/docs/peewee/querying.rst index a6c4d8f8e..313b49847 100644 --- a/docs/peewee/querying.rst +++ b/docs/peewee/querying.rst @@ -1,7 +1,5 @@ .. _querying: -.. include:: help-request.rst - Querying ======== diff --git a/docs/peewee/sqlite_ext.rst b/docs/peewee/sqlite_ext.rst index 44d07fa10..a05573e8a 100644 --- a/docs/peewee/sqlite_ext.rst +++ b/docs/peewee/sqlite_ext.rst @@ -991,7 +991,7 @@ APIs .. py:classmethod:: rank([col1_weight, col2_weight...coln_weight]) - :param float col_weight: (Optional) weight to give to the *i*th column + :param float col_weight: (Optional) weight to give to the *ith* column of the model. By default all columns have a weight of ``1.0``. Generate an expression that will calculate and return the quality of @@ -1024,7 +1024,7 @@ APIs .. py:classmethod:: bm25([col1_weight, col2_weight...coln_weight]) - :param float col_weight: (Optional) weight to give to the *i*th column + :param float col_weight: (Optional) weight to give to the *ith* column of the model. By default all columns have a weight of ``1.0``. Generate an expression that will calculate and return the quality of @@ -1154,7 +1154,7 @@ APIs .. py:classmethod:: rank([col1_weight, col2_weight...coln_weight]) - :param float col_weight: (Optional) weight to give to the *i*th column + :param float col_weight: (Optional) weight to give to the *ith* column of the model. By default all columns have a weight of ``1.0``. Generate an expression that will calculate and return the quality of