Skip to content

Commit 9dc1b83

Browse files
committed
Fix heading level for installation
1 parent f1b6618 commit 9dc1b83

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/usage.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ Usage Guide
33

44
tailestim provides various methods for estimating tail parameters of heavy-tailed distributions, which is useful for analyzing power-law behavior in complex networks.
55

6-
Quick Start
7-
----------
86

97
Installation
10-
~~~~~~~~~~~~~~~~~~~~~
8+
----------
119
.. code-block:: bash
1210
1311
pip install tailestim
1412
13+
14+
Quick Start
15+
----------
16+
1517
Using Built-in Datasets
1618
~~~~~~~~~~~~~~~~~~~~~
1719

@@ -60,7 +62,7 @@ Using degree sequence from networkx graphs
6062
Available Estimators
6163
------------------
6264

63-
The package provides several estimators for tail estimation. For details on each estimator, refer to the respective class API reference.
65+
The package provides several estimators for tail estimation. For details on each estimator, refer to the respective class :doc:`API reference <api>`.
6466

6567
1. **Hill Estimator** (``HillEstimator``)
6668
- Classical Hill estimator with double-bootstrap for optimal threshold selection

0 commit comments

Comments
 (0)