Skip to content

Commit

Permalink
Remove help-request from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Aug 28, 2018
1 parent 36defa7 commit c7bd1a4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions docs/peewee/api.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _api:

.. include:: help-request.rst

API Documentation
=================

Expand Down
5 changes: 0 additions & 5 deletions docs/peewee/help-request.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/peewee/models.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _models:

.. include:: help-request.rst

Models and Fields
=================

Expand Down
2 changes: 0 additions & 2 deletions docs/peewee/query_operators.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _query-operators:

.. include:: help-request.rst

Query operators
===============

Expand Down
2 changes: 0 additions & 2 deletions docs/peewee/querying.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _querying:

.. include:: help-request.rst

Querying
========

Expand Down
6 changes: 3 additions & 3 deletions docs/peewee/sqlite_ext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7bd1a4

Please sign in to comment.