You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
-[Guidelines for Safe Usage](#guidelines-for-safe-usage)
81
81
-[Ordering](#ordering)
82
82
-[Filters](#filters)
83
-
-[Operators](#operators)
83
+
-[Operators](#operators)
84
84
-[Data Aggregation](#data-aggregation)
85
85
-[Aggregation Functions](#aggregation-functions)
86
86
-[Utilities](#utilities)
@@ -113,6 +113,7 @@
113
113
-[Retrieving Records](#retrieving-records-4)
114
114
-[Query Builder.](#query-builder)
115
115
-[Why Use Query Builder?](#why-use-query-builder)
116
+
-[Documentation](#documentation)
116
117
-[Contributing](#contributing)
117
118
-[License](#license)
118
119
@@ -2483,6 +2484,10 @@ The `run` method takes the following as arguments:
2483
2484
print(result)
2484
2485
```
2485
2486
2487
+
### Documentation
2488
+
2489
+
You can read the full documentation of dataloom on [readthedocs.io](https://dataloom-py.readthedocs.io/en/latest/)
2490
+
2486
2491
### Contributing
2487
2492
2488
2493
Contributions to `dataloom` are welcome! Feel free to submit bug reports, feature requests, or pull requests on [GitHub](https://github.com/CrispenGari/dataloom).
0 commit comments