Skip to content

Commit

Permalink
docs(reference): improve descriptions of sections
Browse files Browse the repository at this point in the history
- Cut out fluff and repeated words that don't add anything.
- Add keywords that improve meaning
  • Loading branch information
NickCrews authored and cpcloud committed Sep 14, 2023
1 parent ef86165 commit 6a4924a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ quartodoc:
path: top_level
summary:
name: Top-level APIs
desc: These methods and objects are available directly on the `ibis` module.
desc: Methods and objects available directly on the `ibis` module.
contents:
- name: and_
dynamic: true
Expand Down Expand Up @@ -294,7 +294,7 @@ quartodoc:
package: ibis.expr.types.relations
summary:
name: Table expressions
desc: Table expressions form the basis for most Ibis expressions.
desc: Tables are one of the core data structures in Ibis.
contents:
- Table
- GroupedTable
Expand All @@ -304,7 +304,7 @@ quartodoc:
package: ibis.expr.types.generic
summary:
name: Generic expressions
desc: These expressions are available on scalars and columns of any element type.
desc: Scalars and columns of any element type.
contents:
- Value
- Column
Expand All @@ -314,8 +314,8 @@ quartodoc:
path: expression-numeric
package: ibis.expr.types.numeric
summary:
name: Numeric and boolean expressions
desc: These APIs are available on numeric and boolean expressions.
name: Numeric and Boolean expressions
desc: Integer, floating point, decimal, and boolean expressions.
contents:
- NumericValue
- NumericColumn
Expand All @@ -340,7 +340,7 @@ quartodoc:
package: ibis.expr.types.temporal
summary:
name: Temporal expressions
desc: Temporal operations
desc: Dates, times, timestamps and intervals.
contents:
- TimestampValue
- DateValue
Expand All @@ -366,15 +366,15 @@ quartodoc:
package: ibis.expr.types.geospatial
summary:
name: Geospatial expressions
desc: Ibis supports the following geospatial expression APIs
desc: Points, Polygons, LineStrings, and other geospatial types.
contents:
- GeoSpatialValue
- GeoSpatialColumn

- kind: page
summary:
name: Column selectors
desc: Convenient column selectors
desc: Choose Table columns based on dtype, regex, and other criteria
path: selectors
package: ibis.selectors
contents:
Expand Down Expand Up @@ -405,7 +405,7 @@ quartodoc:
package: ibis.expr.datatypes.core
summary:
name: Data types
desc: Data types
desc: Scalar and column data types
contents:
- Array
- Binary
Expand Down Expand Up @@ -446,7 +446,7 @@ quartodoc:
package: ibis.expr.schema
summary:
name: Schemas
desc: Schemas
desc: Table Schemas
contents:
- Schema

Expand All @@ -459,7 +459,7 @@ quartodoc:
package: ibis.expr.operations.udf
summary:
name: Scalar UDFs
desc: "Scalar UDF APIs"
desc: "Scalar user-defined function APIs"
contents:
- scalar

Expand Down

0 comments on commit 6a4924a

Please sign in to comment.