Skip to content

Commit

Permalink
Merge pull request #372 from bashtage/update-doc
Browse files Browse the repository at this point in the history
MAINT: Add a devel doc build
  • Loading branch information
bashtage committed Apr 14, 2020
2 parents c9ba3d9 + 75c5d8d commit ee79828
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -120,8 +120,9 @@ script:
make spelling
make html
cd ..
doctr deploy devel --build-tags
if [[ "$TRAVIS_BRANCH" = "master" || ! -z "$TRAVIS_TAG" ]]; then
doctr deploy doc --build-tags
doctr deploy . --build-tags
fi
fi
- flake8 arch
Expand Down
14 changes: 10 additions & 4 deletions doc/source/index.rst
Expand Up @@ -2,6 +2,13 @@
:width: 33.3%
:alt: arch logo

.. note::

`Stable documentation <https://bashtage.github.io/arch/>`_ for the latest release
is located at `doc <https://bashtage.github.io/arch/>`_.
Documentation for `recent developments <https://bashtage.github.io/arch/devel/>`_
is located at `devel <https://bashtage.github.io/arch/devel/>`_.

Introduction
============

Expand All @@ -10,7 +17,8 @@ The ARCH toolbox contains routines for:
- Univariate volatility models;
- Bootstrapping;
- Multiple comparison procedures;
- Unit root tests; and
- Unit root tests;
- Cointegration Testing and Estimation; and
- Long-run covariance estimation.

Future plans are to continue to expand this toolbox to include additional
Expand All @@ -23,7 +31,7 @@ routines relevant for the analysis of financial data.
Univariate Volatility Models <univariate/univariate>
Bootstrapping <bootstrap/bootstrap>
Multiple Comparison Problems <multiple-comparison/multiple-comparisons>
Unit Root Tests <unitroot/unitroot>
Unit Root Tests and Cointegration Analysis <unitroot/unitroot>
Long-run Covariance Estimation <covariance/covariance>
API Reference <api>
Change Log <changes>
Expand All @@ -43,5 +51,3 @@ Index

* :ref:`genindex`
* :ref:`modindex`


0 comments on commit ee79828

Please sign in to comment.