Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- run:
name: Build documentation
no_output_timeout: 60m
no_output_timeout: 5m
environment:
# Ensure this is same as store_artifacts path below
DOCS_PATH: _build/html
Expand Down
1 change: 1 addition & 0 deletions content/mooreslaw-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Moore's Law
jupytext:
text_representation:
extension: .md
Expand Down
1 change: 1 addition & 0 deletions content/save-load-arrays.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Sharing Array Data
jupytext:
text_representation:
extension: .md
Expand Down
188 changes: 0 additions & 188 deletions content/text_preprocessing.py

This file was deleted.

1 change: 1 addition & 0 deletions content/tutorial-air-quality-analysis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Analyzing Air Quality
jupytext:
formats: ipynb,md:myst
text_representation:
Expand Down
1 change: 1 addition & 0 deletions content/tutorial-static_equilibrium.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Static Equilibrium
jupytext:
text_representation:
extension: .md
Expand Down
1 change: 1 addition & 0 deletions content/tutorial-style-guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Style Guide
jupytext:
text_representation:
extension: .md
Expand Down
1 change: 1 addition & 0 deletions content/tutorial-svd.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
short_title: Linear Algebra on n-D arrays
jupytext:
text_representation:
extension: .md
Expand Down
8 changes: 0 additions & 8 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ local copy of the `.ipynb` files, you can either
[clone this repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
or use the download icon in the upper-right corner of each tutorial.

### Non-executable articles

```{admonition} Help improve the tutorials!

Want to make a valuable contribution to the tutorials? Consider contributing to
these existing articles to help make them fully executable and reproducible!
```

## Useful links and resources

The following links may be useful:
Expand Down