https://github.com/ipython/ipython-website
IPython website sources. Any fixes to the website should be done on this repository.
https://github.com/ipython/ipython-website
Last synced: 9 months ago
JSON representation
IPython website sources. Any fixes to the website should be done on this repository.
- Host: GitHub
- URL: https://github.com/ipython/ipython-website
- Owner: ipython
- Created: 2011-06-08T21:17:37.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T12:07:18.000Z (10 months ago)
- Last Synced: 2025-03-29T18:08:13.045Z (9 months ago)
- Language: HTML
- Homepage: https://ipython.org
- Size: 4.77 MB
- Stars: 51
- Watchers: 16
- Forks: 91
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: news.rst
- Security: security.rst
- Roadmap: roadmap-announcement.rst
Awesome Lists containing this project
README
# Deployment
Travis-CI should automatically deploy the website few minutes after
the branches are merged or pushed on master, so you shouldn't need to
worry about the building process.
If you would like to build/push manually though, see next section.
# Build website
To manually build the website in the `gh-pages` directory, use
```
$ make gh-pages
```
This will clone the built-website repository, build a new version in it, auto-commit,
and will 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 spare. This will launch a check of all external links.
# Edits
Any fixes to the website, including this README, should be made in the
[ipython-website repository](https://github.com/ipython/ipython-website).