Skip to content

Commit 126b5a0

Browse files
committed
Tweak docs build
1 parent b5bbeb0 commit 126b5a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Additional notes:
6161
4. Run the webapp from a development server with `yarn serve`.
6262

6363
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.
64-
Various other development scripts are available through `yarn` (see also the [webapp README](./webapp/README.md)):
64+
Various other development scripts are available through `yarn`:
6565

6666
- `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.
6767
- `yarn test:unit`: run the unit/componenet tests using `jest`. These test individual functions or components.

pydatalab/docs/.pages

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ nav:
22
- index.md
33
- INSTALL.md
44
- design
5-
- schemas
6-
- api_reference
5+
- 'Model schemas': schemas
6+
- api_reference.md
File renamed without changes.

0 commit comments

Comments
 (0)