Skip to content

Commit 991db2c

Browse files
committed
Add docs badge to README
1 parent 83ec80e commit 991db2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ FactorAnalyzer
1111
.. image:: https://anaconda.org/ets/factor_analyzer/badges/installer/conda.svg
1212
:target: https://anaconda.org/ets/factor_analyzer/
1313

14+
.. image:: https://img.shields.io/readthedocs/factor_analyzer/latest.svg
15+
:target: https://factor-analyzer.readthedocs.io/
16+
:alt: Docs
17+
1418

1519
This is a Python module to perform exploratory and factor analysis (EFA), with several
1620
optional rotations. It also includes a class to perform confirmatory factor
@@ -24,7 +28,7 @@ Both the EFA and CFA classes within this package are fully compatible with `scik
2428
Portions of this code are ported from the excellent R library `psych`, and the `sem`
2529
package provided inspiration for the CFA class.
2630

27-
Please see the `official documentation <http://factor-analyzer.readthedocs.io/en/latest/index.html>`__ for additional details.
31+
Please see the `official documentation <https://factor-analyzer.readthedocs.io/en/latest/index.html>`__ for additional details.
2832

2933

3034
Description

0 commit comments

Comments
 (0)