From 2318fe4ef58d2b336ddd834f8c068c2bbf968759 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 6 Sep 2011 22:17:11 -0700 Subject: [PATCH] Renaming things in the notebook. * nbbrowser -> projectdashboard. * Getting rid of underscores on .js filenames. --- .../html/notebook/static/js/{login_main.js => loginmain.js} | 0 .../html/notebook/static/js/{notebook_main.js => notebookmain.js} | 0 .../static/js/{nbbrowser_main.js => projectdashboardmain.js} | 0 .../notebook/templates/{nbbrowser.html => projectdashboard.html} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename IPython/frontend/html/notebook/static/js/{login_main.js => loginmain.js} (100%) rename IPython/frontend/html/notebook/static/js/{notebook_main.js => notebookmain.js} (100%) rename IPython/frontend/html/notebook/static/js/{nbbrowser_main.js => projectdashboardmain.js} (100%) rename IPython/frontend/html/notebook/templates/{nbbrowser.html => projectdashboard.html} (100%) diff --git a/IPython/frontend/html/notebook/static/js/login_main.js b/IPython/frontend/html/notebook/static/js/loginmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/login_main.js rename to IPython/frontend/html/notebook/static/js/loginmain.js diff --git a/IPython/frontend/html/notebook/static/js/notebook_main.js b/IPython/frontend/html/notebook/static/js/notebookmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/notebook_main.js rename to IPython/frontend/html/notebook/static/js/notebookmain.js diff --git a/IPython/frontend/html/notebook/static/js/nbbrowser_main.js b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/nbbrowser_main.js rename to IPython/frontend/html/notebook/static/js/projectdashboardmain.js diff --git a/IPython/frontend/html/notebook/templates/nbbrowser.html b/IPython/frontend/html/notebook/templates/projectdashboard.html similarity index 100% rename from IPython/frontend/html/notebook/templates/nbbrowser.html rename to IPython/frontend/html/notebook/templates/projectdashboard.html