Skip to content

Commit fb76275

Browse files
authored
Fix markdown lists in docs (#1132)
* Fix markdown list in troubleshooting.md * Fix markdown list in installation.md
1 parent 6c71651 commit fb76275

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/src/manual/installation.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ Pkg.build("IJulia")
9393
First, you will need to install a few prerequisites:
9494

9595
* You need **version 3.0** or later of IPython, or version 4 or later
96-
of Jupyter. Note that IPython 3.0 was released in February 2015, so
97-
if you have an older operating system you may
98-
have to [install IPython
99-
manually](http://ipython.org/ipython-doc/stable/install/install.html).
100-
On Mac and Windows systems, it is currently easiest to use the
101-
[Anaconda Python](http://continuum.io/downloads) installer.
96+
of Jupyter. Note that IPython 3.0 was released in February 2015, so
97+
if you have an older operating system you may have to
98+
[install IPython manually](http://ipython.org/ipython-doc/stable/install/install.html).
99+
On Mac and Windows systems, it is currently easiest to use the
100+
[Anaconda Python](http://continuum.io/downloads) installer.
102101

103102
* To use the [IPython notebook](http://ipython.org/notebook.html) interface, which runs in your web
104103
browser and provides a rich multimedia environment, you will need

docs/src/manual/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## General troubleshooting tips
55

66
* If you ran into a problem with the above steps, after fixing the
7-
problem you can type `Pkg.build()` to try to rerun the install scripts.
7+
problem you can type `Pkg.build()` to try to rerun the install scripts.
88
* If you tried it a while ago, try running `Pkg.update()` and try again:
99
this will fetch the latest versions of the Julia packages in case
1010
the problem you saw was fixed. Run `Pkg.build("IJulia")` if your Julia version may have changed. If this doesn't work, you could try just deleting the whole `.julia/conda` directory in your home directory (on Windows, it is called `Users\USERNAME\.julia\conda` in your home directory) via `rm(abspath(first(DEPOT_PATH), "conda"),recursive=true)` in Julia and re-adding the packages.

0 commit comments

Comments
 (0)