Skip to content

Commit 7fcc606

Browse files
authored
Remove emojis from README headers (#496)
1 parent 1bf65d9 commit 7fcc606

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# ![logo](https://adaptive.readthedocs.io/en/latest/_static/logo.png) *Adaptive*: Parallel Active Learning of Mathematical Functions :brain::1234:
2+
# ![logo](https://adaptive.readthedocs.io/en/latest/_static/logo.png) *Adaptive*: Parallel Active Learning of Mathematical Functions
33
<!-- badges-start -->
44

55
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/python-adaptive/adaptive/main?filepath=example-notebook.ipynb)
@@ -31,24 +31,24 @@ To see Adaptive in action, try the [example notebook on Binder](https://mybinder
3131
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
3232
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3333

34-
- [:star: Key features](#star-key-features)
35-
- [:rocket: Example usage](#rocket-example-usage)
36-
- [:floppy_disk: Exporting Data](#floppy_disk-exporting-data)
37-
- [:test_tube: Implemented Algorithms](#test_tube-implemented-algorithms)
38-
- [:package: Installation](#package-installation)
34+
- [Key features](#key-features)
35+
- [Example usage](#example-usage)
36+
- [Exporting Data](#exporting-data)
37+
- [Implemented Algorithms](#implemented-algorithms)
38+
- [Installation](#installation)
3939
- [Faster triangulation (optional)](#faster-triangulation-optional)
40-
- [:wrench: Development](#wrench-development)
41-
- [:books: Citing](#books-citing)
42-
- [:page_facing_up: Draft Paper](#page_facing_up-draft-paper)
43-
- [:sparkles: Credits](#sparkles-credits)
40+
- [Development](#development)
41+
- [Citing](#citing)
42+
- [Draft Paper](#draft-paper)
43+
- [Credits](#credits)
4444

4545
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4646

4747
</details>
4848

4949
<!-- key-features-start -->
5050

51-
## :star: Key features
51+
## Key features
5252

5353
- 🎯 **Intelligent Adaptive Sampling**: Adaptive focuses on areas of interest within a function, ensuring better results with fewer evaluations, saving time, and computational resources.
5454
-**Parallel Execution**: The library leverages parallel processing for faster function evaluations, making optimal use of available computational resources.
@@ -61,7 +61,7 @@ To see Adaptive in action, try the [example notebook on Binder](https://mybinder
6161

6262
<!-- key-features-end -->
6363

64-
## :rocket: Example usage
64+
## Example usage
6565

6666
Adaptively learning a 1D function and live-plotting the process in a Jupyter notebook:
6767

@@ -83,7 +83,7 @@ runner.live_plot()
8383

8484
<img src="https://user-images.githubusercontent.com/6897215/38739170-6ac7c014-3f34-11e8-9e8f-93b3a3a3d61b.gif" width='20%'> </img> <img src="https://user-images.githubusercontent.com/6897215/35219611-ac8b2122-ff73-11e7-9332-adffab64a8ce.gif" width='40%'> </img> <img src="https://user-images.githubusercontent.com/6897215/47256441-d6d53700-d480-11e8-8224-d1cc49dbdcf5.gif" width='20%'> </img>
8585

86-
### :floppy_disk: Exporting Data
86+
### Exporting Data
8787

8888
You can export the learned data as a NumPy array:
8989

@@ -99,7 +99,7 @@ df = learner.to_dataframe()
9999

100100
<!-- implemented-algorithms-start -->
101101

102-
## :test_tube: Implemented Algorithms
102+
## Implemented Algorithms
103103

104104
The core concept in `adaptive` is the *learner*.
105105
A *learner* samples a function at the most interesting locations within its parameter space, allowing for optimal sampling of the function.
@@ -134,7 +134,7 @@ In addition to learners, `adaptive` offers primitives for parallel sampling acro
134134

135135
<!-- rest-start -->
136136

137-
## :package: Installation
137+
## Installation
138138

139139
`adaptive` works with Python 3.7 and higher on Linux, Windows, or Mac, and provides optional extensions for working with the Jupyter/IPython Notebook.
140140

@@ -170,7 +170,7 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager
170170
jupyter labextension install @pyviz/jupyterlab_pyviz
171171
```
172172

173-
## :wrench: Development
173+
## Development
174174

175175
Clone the repository and run `pip install -e ".[notebook,test,other]"` to add a link to the cloned repo into your Python path:
176176

@@ -198,7 +198,7 @@ pre-commit install
198198

199199
in the repository.
200200

201-
## :books: Citing
201+
## Citing
202202

203203
If you used Adaptive in a scientific work, please cite it as follows.
204204

@@ -212,12 +212,12 @@ If you used Adaptive in a scientific work, please cite it as follows.
212212
}
213213
```
214214

215-
## :page_facing_up: Draft Paper
215+
## Draft Paper
216216

217217
If you're interested in the scientific background and principles behind Adaptive, we recommend taking a look at the [draft paper](https://github.com/python-adaptive/paper) that is currently being written.
218218
This paper provides a comprehensive overview of the concepts, algorithms, and applications of the Adaptive library.
219219

220-
## :sparkles: Credits
220+
## Credits
221221

222222
We would like to give credits to the following people:
223223

0 commit comments

Comments
 (0)