# ipython-website **Repository Path**: mirrors_benjaminp/ipython-website ## Basic Information - **Project Name**: ipython-website - **Description**: IPython website sources. Any fixes to the website should be done on this repository. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build website use make to build the website in the `gh-pages` directory, use ``` $ make gh-pages ``` It will clone the built-website repository, built a new version in it, and auto-commit. Then prompt you to check that everything is fine before pushing. Of course you need to have the right to push. Additionally run `$ make linkcheck` if you have time to loose fixing old link.