Skip to content

Commit

Permalink
Fix markdown lists in docs (#1132)
Browse files Browse the repository at this point in the history
* Fix markdown list in troubleshooting.md

* Fix markdown list in installation.md
  • Loading branch information
abhro authored Nov 10, 2024
1 parent 6c71651 commit fb76275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions docs/src/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ Pkg.build("IJulia")
First, you will need to install a few prerequisites:

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

* To use the [IPython notebook](http://ipython.org/notebook.html) interface, which runs in your web
browser and provides a rich multimedia environment, you will need
Expand Down
2 changes: 1 addition & 1 deletion docs/src/manual/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## General troubleshooting tips

* If you ran into a problem with the above steps, after fixing the
problem you can type `Pkg.build()` to try to rerun the install scripts.
problem you can type `Pkg.build()` to try to rerun the install scripts.
* If you tried it a while ago, try running `Pkg.update()` and try again:
this will fetch the latest versions of the Julia packages in case
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.
Expand Down

0 comments on commit fb76275

Please sign in to comment.