Skip to content

Commit

Permalink
Updates to reflect change in github repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprintz committed Jun 5, 2024
1 parent b98e1cb commit f2a1651
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git@9aa5d8


# Install Mira from github, with cache-bust
ADD https://api.github.com/repos/DARPA-ASKEM/beaker-kernel/git/refs/heads/main bust-cache.json
ADD https://api.github.com/repos/DARPA-ASKEM/askem-beaker/git/refs/heads/main bust-cache.json

RUN git clone https://github.com/indralab/mira.git /home/jupyter/mira && \
pip install --no-cache-dir /home/jupyter/mira/"[ode,tests,dkg-client,sbml]" && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo uses Jataware's [Beaker-Kernel](https://github.com/jataware/beaker-ker

In addition to an integrated notebook/coding environment for the scientific workflow, ASKEM Beaker offers an AI assistant that can support scientitific tasks such as model stratification, regridding, etc. The AI assistant is powered by Jataware's [Archytas](https://github.com/jataware/archytas) framework, a custom implementation of the [ReAct framework](https://react-lm.github.io/). The AI assistant has contextual awareness of code creation and execution in the notebook and can support the Terarium user in generating code for difficult operations in the ASKEM frameworks (e.g. Mira, Decapodes, etc).

To learn more about Beaker for Terarium we encourage developers and users to check out our [comprehensive documentation](https://darpa-askem.github.io/beaker-kernel/).
To learn more about Beaker for Terarium we encourage developers and users to check out our [comprehensive documentation](https://darpa-askem.github.io/askem-beaker/).

## Quickstart

Expand All @@ -16,4 +16,4 @@ Now you're ready to run the stack with `make dev` which will run the development
## Contexts

Please refer to the [full documentation](https://darpa-askem.github.io/beaker-kernel/) for `darpa-askem/beaker-kernel` to learn more about each supported context and how to leverage it.
Please refer to the [full documentation](https://darpa-askem.github.io/askem-beaker/) for `askem-beaker` to learn more about each supported context and how to leverage it.
2 changes: 1 addition & 1 deletion docs/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gems:

aux_links:
"Beaker on Github":
- "//github.com/DARPA-ASKEM/beaker-kernel"
- "//github.com/DARPA-ASKEM/askem-beaker"
2 changes: 1 addition & 1 deletion docs/_config_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gems:

aux_links:
"Beaker on Github":
- "//github.com/DARPA-ASKEM/beaker-kernel"
- "//github.com/DARPA-ASKEM/askem-beaker"
9 changes: 9 additions & 0 deletions docs/_contexts_context.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: TITLE
parent: Contexts
nav_order: 1
has_toc: true
---

# TITLE
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel.shared-data]

[project.urls]
Documentation = "https://github.com/unknown/beaker-kernel#readme"
Issues = "https://github.com/unknown/beaker-kernel/issues"
Source = "https://github.com/unknown/beaker-kernel"
Documentation = "https://github.com/DARPA-ASKEM/askem-beaker#readme"
Issues = "https://github.com/DARPA-ASKEM/askem-beaker/issues"
Source = "https://github.com/DARPA-ASKEM/askem-beaker"

[tool.hatch.version]
path = "beaker_kernel/__about__.py"
Expand Down

0 comments on commit f2a1651

Please sign in to comment.