Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
pandas/web/
pandas/web/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Directory containing the pandas website (hosted at https://pandas.pydata.org).

The website sources are in web/pandas/, which also include a config.yml file containing the settings to build the website. The website is generated with the command ./pandas_web.py pandas. See ./pandas_web.py --help and the header of the script for more information and options.

After building the website, a local http server is needed to access the built website (it is not possible to open the local files with the browser, since the links and the image sources are absolute to where they are served from). The easiest way to run an http server locally is to run python -m http.server from the web/build/ directory.