Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages