-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* found an empty file and a function missing from the TOC * found an empty file * found some functions that aren't passed through * reorganized the left-bar * style: pre-commit fixes * improved the general and API reference landing pages and added links to dask-awkward documentation * writing frequently asked questions with guidance from Plausible unique visitor and time-per-page statistics * fixed some minor issues with NumPy dispatch * updated the frequently asked questions * style: pre-commit fixes * add the ability to get stdout right in Try-It for a future version of Awkward * turn old try-it notebook into a getting-started tutorial * explicitly point out the tutorials (some people would have to click the moustache icon to see the left-bar) * brought in HSF Training tutorial * correction about ak.ravel * maybe fixes redirects * added HATS tutorial * swap the source file so that it's not too slow for GitHub Actions * added all of the tutorials; updated the page of talks * hist[plot] * and particle * and vector * and skhep_testdata * I mean, scikit-hep-testdata * update warnings about cppyy * don't imply that Awkward-JAX only works on CPUs * wrote 'Single item detail' * put the same intro text on all section starters * finished 'Simple slicing' * finished 'Checking validity' * finished 'NumPy functions' * finished 'Awkward broadcasting' * finished 'Reducing' * mention 'ak.enforce_type' * explicitly add Plausible to the try-it page because it doesn't use a template * wrote how-to-math-statistics * also remove the [todo] from TOC * wrote how-to-math-argminmax * wrote how-to-math-gpu * add previously-forgotten how-to-strings section * wrote how-to-filter-num * still working on how-to-filter-cut-mask... * wrote how-to-filter-cut-mask * removed how-to-restructure-rename-records; it's not useful * wrote how-to-restructure-concatenate * removed how-to-restructure-sort; it wouldn't be any different from the API reference * wrote how-to-combinations-cartesian-combinations * wrote how-to-combinatorics-best-match * writing how-to-use-in-numba-features and NOT DONE * a special section on ArrayBuilder in Numba won't be needed * writing how-to-use-in-numba-features and NOT DONE * writing how-to-use-in-numba-features and NOT DONE * replace absolute links with relative ones (if possible) * wrote how-to-use-in-numba-features * remove 'specialized behavior' because it's all covered in 'ak.behavior', anyway --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
76cb66b
commit b0c462c
Showing
84 changed files
with
10,484 additions
and
1,206 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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<script data-domain="awkward-array.org" defer="defer" src="https://views.scientific-python.org/js/plausible.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/jquery"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/jquery.terminal.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/unix_formatting.min.js"></script> | ||
|
@@ -281,6 +282,9 @@ | |
` | ||
import numpy as np | ||
import awkward as ak | ||
if hasattr(ak._util, "STDOUT"): | ||
import sys | ||
ak._util.STDOUT.stream = sys.stdout | ||
example = ak.Array([ | ||
[{"x": 1.1, "y": [1]}, {"x": 2.2, "y": [1, 2]}, {"x": 3.3, "y": [1, 2, 3]}], | ||
[], | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions
112
docs/getting-started/awkward-motivation-venn-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
../../docs-img/diagrams/cartoon-cartesian.png |
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 @@ | ||
../../docs-img/diagrams/cartoon-combinations.png |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.