From e8fae5460fae80693c61d2134b3d68264a3c66cb Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 2 Feb 2016 10:06:48 -0800 Subject: [PATCH] Rename file for consistency --- docs/source/development_js.rst | 15 ++++++++------- ...ibutor_release.rst => development_release.rst} | 0 2 files changed, 8 insertions(+), 7 deletions(-) rename docs/source/{contributor_release.rst => development_release.rst} (100%) diff --git a/docs/source/development_js.rst b/docs/source/development_js.rst index 987b56e4d..1ed807dc4 100644 --- a/docs/source/development_js.rst +++ b/docs/source/development_js.rst @@ -13,17 +13,15 @@ Building the Notebook from its GitHub source code requires some tools to create and minify JavaScript components and the CSS. These tools and the following steps are used when making a Notebook release. -#. Install `Node.js `_ and `npm`. - - - Using the installers on Node.js website: +#. Install `Node.js`_ and :program:`npm`. + - Using the installers on `Node.js`_ website: Select a pre-built installer - on the Node.js website. The installer will include `Node.js` and - Node's package manager, `npm`. + on the `Node.js`_ website. The installer will include Node.js and + Node's package manager, :program:`npm`. - Using system's package manager: - - Install `node.js` and `npm` using the + Install Node.js and :program:`npm` using the system's package manager. For example, the command for Ubuntu or Debian is: @@ -49,3 +47,6 @@ this, start the Notebook with the option the number of requests that the browser makes to the server; yet, allows testing JavaScript file modification without going through the time consuming compilation step that may take up to 30 seconds. + + +.. _Node.js: https://nodejs.org diff --git a/docs/source/contributor_release.rst b/docs/source/development_release.rst similarity index 100% rename from docs/source/contributor_release.rst rename to docs/source/development_release.rst