-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b9cfb6
commit 92979eb
Showing
221 changed files
with
28,685 additions
and
4,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,6 @@ prune docs | |
prune benchmarks | ||
prune examples | ||
prune tests | ||
|
||
include docs/api/pykx-execution/q.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# PyKX Column Objects | ||
|
||
::: pykx.wrappers.Column | ||
|
||
::: pykx.wrappers.QueryPhrase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
title: Exceptions | ||
description: Reference page explaining the different custom exceptions implemented in PyKX | ||
author: KX Systems | ||
date: September 2024 | ||
tags: exceptions, errors | ||
--- | ||
|
||
# Exceptions | ||
|
||
::: pykx.exceptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
--- | ||
title: q IPC | ||
description: API reference page for connecting to q processes using IPC | ||
author: KX Systems | ||
date: September 2024 | ||
tags: ipc, connections | ||
--- | ||
# IPC | ||
|
||
::: pykx.ipc | ||
handler: python | ||
options: | ||
show_source: true | ||
members_order: "source" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
--- | ||
title: Emulated q console | ||
description: q console emulation in a python repl | ||
author: KX Systems | ||
date: September 2024 | ||
tags: console,repl | ||
--- | ||
# PyKX Console | ||
|
||
_This page documents the use of the emulated q console available during use of a Python repl._ | ||
|
||
::: pykx.console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Context Interface | ||
--- | ||
title: q context interface | ||
description: PyKX interface for q contexts/namespaces | ||
author: KX Systems | ||
date: September 2024 | ||
tags: namespace | ||
--- | ||
# q Context Interface | ||
|
||
_This page documents the interface used for accessing q contexts/namespaces._ | ||
|
||
::: pykx.ctx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# PyKX Execution Classes | ||
|
||
_This page documents the base class for all interfaces between Python and the embedded q process._ | ||
|
||
::: pykx.Q | ||
|
||
::: pykx.EmbeddedQ |
Oops, something went wrong.