diff --git a/INSTALL.md b/INSTALL.md index f3924f0b5..1393f4e1d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -61,7 +61,7 @@ Additional notes: 4. Run the webapp from a development server with `yarn serve`. Similar to the Flask development server, these steps will provide a development environment that serves the web app at `localhost:8080` (by default) and automatically reloads it as changes are made to the source code. -Various other development scripts are available through `yarn` (see also the [webapp README](./webapp/README.md)): +Various other development scripts are available through `yarn`: - `yarn lint`: Lint the javascript code using `eslint`, identifying issues and automatically fixing many. This linting process also runs automatically every time the development server reloads. - `yarn test:unit`: run the unit/componenet tests using `jest`. These test individual functions or components. diff --git a/pydatalab/docs/.pages b/pydatalab/docs/.pages index 06b92e1f9..d8ba635ad 100644 --- a/pydatalab/docs/.pages +++ b/pydatalab/docs/.pages @@ -2,5 +2,5 @@ nav: - index.md - INSTALL.md - design - - schemas - - api_reference + - 'Model schemas': schemas + - api_reference.md diff --git a/pydatalab/docs/api_reference/api.md b/pydatalab/docs/api_reference.md similarity index 100% rename from pydatalab/docs/api_reference/api.md rename to pydatalab/docs/api_reference.md