Skip to main content

Custom configuration for the Scikit-TDA documentation

Project description

sktda-docs-config

Settings common across all scikit-tda doc sites

(soon) Install with

pip install sktda_docs_config

and then add the following line to your docs' conf.py file:

from sktda_docs_config import *

You might also want to add the parameter to the setup function in your setup.py:

extras_require={
    'docs': [ # `pip install -e ".[docs]"`
        'sktda_docs_config'
    ]
},

this will make it so all required docs are installable with

pip install -e ".[docs]"    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sktda-docs-config-0.0.4.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

sktda_docs_config-0.0.4-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page