Skip to content

Commit

Permalink
New site (#479)
Browse files Browse the repository at this point in the history
* First draft of new website

* Add framework descriptions, papers and logos

* Update footer with Github link

* Remove under construction banner

* Add redirect from old page to new one

* Update page title

* Add text links to new paper to be added later

* Move static site to /docs

* Whitelist documentation images

* Remove temporary work directory

* Add documentation images

* Place holder for mobile

* Move old notebooks and visualizations

To make sure they are not confusing for new users, as these will no longer work out-of-the-box.
New notebooks will be added soon but I don't have the files available right now.

* Tell github this is not Jekyll
  • Loading branch information
PGijsbers authored Jul 25, 2022
1 parent 7729f0d commit dafe2ec
Show file tree
Hide file tree
Showing 108 changed files with 2,152 additions and 45 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Singularityfile
#whitelist
!reports/**/*.csv
!reports/**/*.png
!docs/img/**/*.png
Empty file added docs/.nojekyll
Empty file.
3 changes: 0 additions & 3 deletions docs/Gemfile

This file was deleted.

26 changes: 0 additions & 26 deletions docs/_config.yml

This file was deleted.

16 changes: 0 additions & 16 deletions docs/assets/css/main.scss

This file was deleted.

17 changes: 17 additions & 0 deletions docs/automl_overview.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head>
<title>AMLB</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="3; URL=frameworks.html" />
</head>
<body>
<p>
The old AutoML framework overview page no longer exists, you will be
redirected to the new page. If you are not redirected within 3 seconds,
you can find it at
<a href="https://openml.github.io/automlbenchmark/frameworks.html"
>https://openml.github.io/automlbenchmark/frameworks.html</a
>.
</p>
</body>
</html>
Loading

0 comments on commit dafe2ec

Please sign in to comment.