Skip to content

Commit

Permalink
docs: Add new classes and methods to documentation website 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvdmeer committed Mar 5, 2024
1 parent fa65a57 commit bd56e5e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"SpatialExtent": "~semantique.extent.SpatialExtent",
"TemporalExtent": "~semantique.extent.TemporalExtent",
"QueryProcessor": "~semantique.processor.core.QueryProcessor",
"Cache": "~semantique.processor.core.Cache",
"SemanticArray": ":obj:`SemanticArray <semantique.processor.arrays.SemanticArray>`",
"Collection": ":obj:`Collection <semantique.processor.arrays.Collection>`",
}
Expand Down
1 change: 1 addition & 0 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ Core
:nosignatures:

processor.core.QueryProcessor
processor.core.Cache

Array objects
--------------
Expand Down
8 changes: 8 additions & 0 deletions docs/source/reference_hide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
processor.core.QueryProcessor.custom_operators
processor.core.QueryProcessor.custom_reducers
processor.core.QueryProcessor.track_types
processor.core.QueryProcessor.cache
processor.core.QueryProcessor.preview
processor.core.QueryProcessor.parse
processor.core.QueryProcessor.optimize
processor.core.QueryProcessor.execute
Expand Down Expand Up @@ -117,6 +119,12 @@
processor.core.QueryProcessor.add_custom_reducer
processor.core.QueryProcessor.get_reducer

processor.core.Cache.seq
processor.core.Cache.data
processor.core.Cache.build
processor.core.Cache.load
processor.core.Cache.update

processor.arrays.Array.value_type
processor.arrays.Array.value_labels
processor.arrays.Array.crs
Expand Down

0 comments on commit bd56e5e

Please sign in to comment.