Skip to content

Commit 13b5072

Browse files
authored
docs: about page (#98)
* first draft of goals * update wording * fix first bullet point * updates from review
1 parent 900b5ca commit 13b5072

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ website:
5454
- start.qmd
5555
- download.qmd
5656
- extensions.qmd
57+
- about.qmd
5758

5859
- title: "Guides"
5960
style: "docked"

about.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "About Positron"
3+
---
4+
5+
The goal of Positron is to create an IDE for data science that supports the full scope of modern scientific and data-driven work, across languages, tools, and workflows. We aim to do this by:
6+
7+
- Providing a cohesive and thoughtful experience for writing code, performing analyses, and exploring data. Whether you’re working in Python, R, or both, Positron combines notebooks, scripts, and consoles with native support for plotting and data output.
8+
9+
- Supporting the kinds of workflows that are central to data science. This includes iterative development, rich interactive output, and publication-quality documents. Positron provides built-in support for notebooks, Quarto, web applications, and more, enabling a range of common authoring and analysis tasks.
10+
11+
- Offering a modern, extensible editor built on open standards. Positron is built on Code OSS, the same foundation as Visual Studio Code, with custom features and UI elements designed specifically for data science. This includes support for a wide array of VSIX extensions and customization, while also enabling deeper integration of language-specific tools.
12+
13+
14+
We believe that powerful, user-friendly, and open tools are essential for scientific computing. Positron is freely available, aligning with our goal to make high-quality data science tools accessible to everyone.
15+

0 commit comments

Comments
 (0)