Skip to content

Commit fcf03b0

Browse files
committed
cleanup
1 parent 482dd5c commit fcf03b0

File tree

10 files changed

+20
-120
lines changed

10 files changed

+20
-120
lines changed

CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog][],
6-
and this project adheres to [Semantic Versioning][].
7-
8-
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
9-
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10-
11-
## [Unreleased]
12-
13-
### Added
14-
15-
- Basic tool, preprocessing and plotting functions

docs/notebooks/example.ipynb

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"pycharm": {
7+
"name": "#%% md\n"
8+
}
9+
},
610
"source": [
711
"# Example notebook"
812
]
913
},
1014
{
1115
"cell_type": "code",
1216
"execution_count": 1,
13-
"metadata": {},
17+
"metadata": {
18+
"pycharm": {
19+
"name": "#%%\n"
20+
}
21+
},
1422
"outputs": [],
1523
"source": [
1624
"import numpy as np\n",
@@ -21,7 +29,11 @@
2129
{
2230
"cell_type": "code",
2331
"execution_count": 2,
24-
"metadata": {},
32+
"metadata": {
33+
"pycharm": {
34+
"name": "#%%\n"
35+
}
36+
},
2537
"outputs": [],
2638
"source": [
2739
"adata = AnnData(np.random.normal(size=(20, 10)))"
@@ -30,7 +42,11 @@
3042
{
3143
"cell_type": "code",
3244
"execution_count": 3,
33-
"metadata": {},
45+
"metadata": {
46+
"pycharm": {
47+
"name": "#%%\n"
48+
}
49+
},
3450
"outputs": [
3551
{
3652
"name": "stdout",

src/scverse_doc/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/scverse_doc/pl/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/scverse_doc/pl/basic.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/scverse_doc/pp/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/scverse_doc/pp/basic.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/scverse_doc/tl/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/scverse_doc/tl/basic.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/test_basic.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)