Skip to content

Commit 395e152

Browse files
adapted conf for rtfd
1 parent 7721c51 commit 395e152

File tree

4 files changed

+107
-268
lines changed

4 files changed

+107
-268
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, David S. Fischer, Florian R. Hölzlwimmer.
3+
Copyright (c) 2018, David S. Fischer, Florian R. Hölzlwimmer, Theis Lab (theislab).
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The file ./docs/conf.py was adapted from ttps://github.com/theislab/scanpy/scanpy/conf.py and is licensed by the
2+
scanpy project (F. Alexander Wolf, P. Angerer, Theis Lab) as described in the file.

diffxpy/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44
del get_versions
55

66
from .log_cfg import logger, unconfigure_logging, enable_logging
7+
8+
__author__ = ', '.join([
9+
'David Sebastian Fischer',
10+
'Florian Hölzlwimmer'
11+
])
12+
__email__ = ', '.join([
13+
'david.fischer@helmholtz-muenchen.de'
14+
])

0 commit comments

Comments
 (0)