This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1/N] Data Sources #256
[1/N] Data Sources #256
Changes from 10 commits
735740e
be01397
214df85
8f93bfb
e8ee4c0
653057d
0184332
5172a06
5c3f597
44d70e1
08657ea
73be792
3381840
e01987d
e385dfa
dc90754
c437043
b32ee34
bfd320d
7e050be
34c41d4
6e0f69d
a2082bc
fd07644
19e966d
3b7ab0e
d9c00c5
2da3339
d5b8c4a
dd35da6
f2c3f20
e186926
83024bb
8309080
f1c44a1
47e8f3f
f3a238e
eb5cfdd
a997b9d
b18f0fd
bda0a12
e4a4f8a
f5f000f
464fffe
e7d6b66
cc57f86
3a63083
3489953
1ccf7ab
64aff9e
33506b3
1f50432
6b587fe
2794a98
4215a47
0256c04
9806b85
1d5c41b
8064c65
a32560c
4d34d94
c85a8db
c93a649
02fd77b
3d780fa
704f558
edfc38e
4679cb5
05a1e98
46b6a4f
5b2013e
75f3469
950b13f
f47208c
db0c991
db1cdf1
88cbc65
4ee1dd4
ce3fcf2
ed22b10
f453d03
1ae8c56
1088022
9032be4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, but I think sphinx will have issues with forward declarations like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs build is working for now, I'm not sure we can avoid a circular import here but could maybe just import the module and type as
data_source.DataSource
.