Skip to content

Commit 2e24a67

Browse files
authored
Adding section to analysis utils package (#591)
* Adding section to analysis utils package
1 parent 9c1849d commit 2e24a67

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/analysis_tools.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Analysis utilities
2+
3+
An additional package provides tools interacting with the ServiceX client: [ServiceX Analysis Utils](https://github.com/ssl-hep/ServiceX_analysis_utils). The Analysis Utils package offers helper functions that streamline the usage of ServiceX and simplify its integration on workflows. It also contains specific use case tools that take advantage from the ServiceX data extraction system.
4+
5+
## Instalation
6+
7+
The extra package can be installed with:
8+
9+
```bash
10+
$ pip install servicex-analysis-utils
11+
```
12+
## Analysis utils documentation
13+
14+
A documentation of the available tools with example usages can be found in [readthedocs](https://servicex-analysis-utils.readthedocs.io/en/latest/index.html#)

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ re-running queries that have already been executed.
7070
errors
7171
yaml
7272
command_line
73+
analysis_tools
7374
contribute
7475
about
7576
modules

0 commit comments

Comments
 (0)