Skip to content

Commit f6ab246

Browse files
committed
Hard wrap docs/src/getting_started/index
1 parent a745322 commit f6ab246

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/src/getting_started/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
!!! note "Pre-Requisites"
2424

2525
- Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
26-
- Install [graphviz](https://graphviz.org/download/#windows) pre-requisite for diagram visualization.
26+
- Install [graphviz](https://graphviz.org/download/#windows) pre-requisite for
27+
diagram visualization.
2728

2829
To install:
2930

@@ -36,7 +37,8 @@
3637
!!! note "Pre-Requisites"
3738

3839
- Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
39-
- Install [graphviz](https://graphviz.org/download/#mac) pre-requisite for diagram visualization.
40+
- Install [graphviz](https://graphviz.org/download/#mac) pre-requisite for
41+
diagram visualization.
4042

4143
To install:
4244

@@ -49,7 +51,8 @@
4951
!!! note "Pre-Requisites"
5052

5153
- Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
52-
- Install [graphviz](https://graphviz.org/download/#linux) pre-requisite for diagram visualization.
54+
- Install [graphviz](https://graphviz.org/download/#linux) pre-requisite for
55+
diagram visualization.
5356

5457
To install:
5558

@@ -61,7 +64,10 @@
6164

6265
!!! note
6366

64-
Although you may connect to any MySQL server of your choice, the DataJoint company offers an online tutorial environment. Simply sign up for a free [DataJoint account](https://accounts.datajoint.io). You will be granted privileges to create schemas that are prefixed as `{user}_`.
67+
Although you may connect to any MySQL server of your choice, the DataJoint company
68+
offers an online tutorial environment. Simply sign up for a free[DataJoint account]
69+
(https://accounts.datajoint.io). You will be granted privileges to create schemas
70+
that are prefixed as `{user}_`.
6571

6672
=== "environment variables"
6773

@@ -87,7 +93,8 @@
8793

8894
=== "file"
8995

90-
Before using `datajoint`, create a file named `dj_local_conf.json` in the current directory like so:
96+
Before using `datajoint`, create a file named `dj_local_conf.json` in the current
97+
directory like so:
9198

9299
```json linenums="1"
93100
{
@@ -170,4 +177,4 @@ Area & "shape_area >= 8"
170177

171178
| shaped_id | shape_area |
172179
| --- | --- |
173-
| 1 | 8.0 |
180+
| 1 | 8.0 |

0 commit comments

Comments
 (0)