Skip to content

Commit 38841c2

Browse files
Copilotmrjf
andauthored
Align README logo to the left of pronunciation text
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/da24b052-24e8-42bc-abcb-2dba37544785 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent dba4dae commit 38841c2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<p align="center">
2-
<img src="assets/tsessebe-logo.png" alt="Tsessebe logo — stylized head of a tsessebe antelope" width="240" />
3-
</p>
4-
51
# Tsessebe
62

3+
<img src="assets/tsessebe-logo.png" alt="Tsessebe logo — stylized head of a tsessebe antelope" width="180" align="left" style="margin-right: 16px;" />
4+
75
> **Pronounced** *tseh-SEH-bee* · IPA /tsɛˈsɛbi/ — named after the [tsessebe](https://en.wikipedia.org/wiki/Common_tsessebe) (*Damaliscus lunatus*), a southern African antelope. The word is Setswana; it carries the "ts" as one sound, the middle "se" takes the stress, and the final "be" is unstressed.
86
7+
<br clear="left">
8+
99
A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from first principles using [Autoloop](https://github.com/githubnext/autoloop) — an automated research and experimentation platform that runs iterative optimization loops on [GitHub Agentic Workflows](https://github.github.com/gh-aw/).
1010

1111
## Project conventions
@@ -24,4 +24,3 @@ A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from
2424
- **Interactive web playground** — every feature ships with a rich, interactive tutorial, deployed to GitHub Pages. WASM where needed and useful.
2525
- **Performance** — aggressive optimization throughout. Speed is a first-class concern.
2626
- **Exhaustive testing** — pandas' own test suite as a baseline, extended with property-based testing, fuzzing, and e2e coverage. Target: 100%.
27-

0 commit comments

Comments
 (0)