Skip to content

Commit 38fbb69

Browse files
committed
README.md doesn't need to be a notebook anymore
1 parent fb840cd commit 38fbb69

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
---
2-
kernelspec:
3-
name: python3
4-
display_name: python3
5-
jupytext:
6-
text_representation:
7-
extension: .md
8-
format_name: myst
9-
format_version: '0.13'
10-
jupytext_version: 1.13.8
11-
---
12-
131
<!-- badges-start -->
142

153
# ![logo](https://adaptive.readthedocs.io/en/latest/_static/logo.png) adaptive

docs/source/algorithms_and_examples.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ execution:
1515
```{include} ../../README.md
1616
---
1717
start-after: <!-- summary-end -->
18-
end-before: not-in-documentation-start -->
18+
end-before: <!-- not-in-documentation-start -->
1919
---
2020
```
2121

22-
23-
2422
- {class}`~adaptive.Learner1D`, for 1D functions `f: ℝ → ℝ^N`,
2523
- {class}`~adaptive.Learner2D`, for 2D functions `f: ℝ^2 → ℝ^N`,
2624
- {class}`~adaptive.LearnerND`, for ND functions `f: ℝ^N → ℝ^M`,

0 commit comments

Comments
 (0)