Skip to content

Commit

Permalink
Switch documentation to Documenter, part 2 (#184)
Browse files Browse the repository at this point in the history
* Switch docs links in README to the Documenter version on github.io

* Replace RST docs with pointer to new Documenter based docs
  • Loading branch information
martinholters committed Oct 16, 2017
1 parent b0994fe commit 6604d4c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 623 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DSP.jl

DSP.jl provides a number of common DSP routines in Julia. So far, the following are implemented:

- [Periodogram estimation](http://dspjl.readthedocs.org/en/latest/periodograms.html)
- [Window functions](http://dspjl.readthedocs.org/en/latest/windows.html)
- [Filter design and filtering](http://dspjl.readthedocs.org/en/latest/filters.html)
- [Utility functions](http://dspjl.readthedocs.org/en/latest/util.html)
- [Periodogram estimation](https://juliadsp.github.io/DSP.jl/latest/periodograms.html)
- [Window functions](https://juliadsp.github.io/DSP.jl/latest/windows.html)
- [Filter design and filtering](https://juliadsp.github.io/DSP.jl/latest/filters.html)
- [Utility functions](https://juliadsp.github.io/DSP.jl/latest/util.html)
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.pngmath', 'sphinx.ext.mathjax']
# extensions = ['sphinx.ext.pngmath', 'sphinx.ext.mathjax']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
337 changes: 0 additions & 337 deletions doc/filters.rst

This file was deleted.

24 changes: 3 additions & 21 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to DSP.jl's documentation!
DSP.jl's documentation has moved!
==================================

Contents:

DSP.jl provides a number of common DSP routines in Julia. So far, the following submodules are implemented:

.. toctree::
:maxdepth: 2

periodograms.rst
windows.rst
filters.rst
util.rst


Indices and tables
==================

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

Please see `the new documentation site
<https://juliadsp.github.io/DSP.jl/latest/contents.html>`_.
Loading

0 comments on commit 6604d4c

Please sign in to comment.