Skip to content

Commit

Permalink
docs: hand roll datatypes.core APIs to avoid documenting private types
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and jcrist committed Sep 7, 2023
1 parent 9dc8966 commit 6ad8069
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions docs/_quarto.yml
Expand Up @@ -396,12 +396,45 @@ quartodoc:
contents:
- kind: page
path: datatypes
package: ibis.expr.datatypes
package: ibis.expr.datatypes.core
summary:
name: Data types
desc: Data types
contents:
- core
- Array
- Binary
- Boolean
- DataType
- Date
- Decimal
- Float16
- Float32
- Float64
- INET
- Int16
- Int32
- Int64
- Int8
- Interval
- JSON
- LineString
- MACADDR
- Map
- MultiLineString
- MultiPoint
- MultiPolygon
- "Null"
- Point
- Polygon
- String
- Struct
- Time
- Timestamp
- UInt16
- UInt32
- UInt64
- UInt8
- UUID
- kind: page
path: schemas
package: ibis.expr.schema
Expand Down

0 comments on commit 6ad8069

Please sign in to comment.