Skip to content

Commit

Permalink
setup docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Jan 11, 2020
1 parent dac6a7c commit 5d6dae9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ def _get_version():
html_static_path = ['_static']

html_theme_options = {
'fixed_sidebar': 'true',
'show_powered_by': 'false',

'description': 'Cubic spline approximation (smoothing)',

'github_user': 'espdev',
'github_repo': 'csaps',
'github_type': 'star',

'description': 'Cubic spline approximation (smoothing)',

'extra_nav_links': {
'GitHub repository': 'https://github.com/espdev/csaps',
},
Expand Down
11 changes: 8 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
.. _index:

csaps
=====

CSAPS -- Cubic Spline Approximation (Smoothing)

Overview
--------

**csaps** is a package for univariate, multivariate and nd-gridded data approximation using cubic smoothing splines.

The package provides functionality for computing and evaluating splines.
Expand Down Expand Up @@ -35,11 +40,11 @@ You can install and update csaps using pip:
pip install -U csaps
The module depends only on NumPy and SciPy.
Python 3.5 or above is supported.

Python 3.5 or above is supported.

Documentation
-------------
Content
-------

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 5d6dae9

Please sign in to comment.