Skip to content

PyPSA/redirect-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirect Service

A simple sphinx-based redirect service using sphinx-reredirects.

Available Redirects

See conf.py for the list of available redirects.

Adding Redirects

Edit conf.py and add entries to the redirects dictionary with a /index suffix.

redirects = {
    "new-redirect/index": "https://example.com",
}

This will create a redirect from https://go.pypsa.org/new-redirect to https://example.com and the url can be used anywhere.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages