Update developer install docs links and image embed.

Sphinx/RTD creates different anchor tags for subheadings than
Markdown does, and treats image embedding differently.
This commit updates hyperlinks to affected anchors,
and fixes an image embed for move to RTD.
This commit is contained in:
Sumana Harihareswara
2016-07-12 14:50:37 -04:00
committed by Tim Abbott
parent 5473b03e3b
commit e98f24734c
2 changed files with 10 additions and 9 deletions

View File

@@ -49,8 +49,8 @@ Don't see your system listed above? Check out:
Jump to: Jump to:
* [OS X](#os-x) * [OS X](#os-x)
* [Ubuntu 14.04 Trusty](#ubuntu-1404) * [Ubuntu 14.04 Trusty](#ubuntu-14-04)
* [Ubuntu 16.04 Xenial](#ubuntu-1604) * [Ubuntu 16.04 Xenial](#ubuntu-16-04)
* [Windows](#windows-10) * [Windows](#windows-10)
#### OS X #### OS X
@@ -358,9 +358,10 @@ Now the Zulip server should be running and accessible. Verify this by
navigating to [http://localhost:9991/](http://localhost:9991/) in your browser navigating to [http://localhost:9991/](http://localhost:9991/) in your browser
on your main machine. on your main machine.
You should see something like this: You should see something like [(this screenshot of the Zulip dev
environment)](https://raw.githubusercontent.com/zulip/zulip/master/docs/images/zulip-dev.png).
![Image of Zulip dev environment](/docs/images/zulip-dev.png) ![Image of Zulip dev environment](https://raw.githubusercontent.com/zulip/zulip/master/docs/images/zulip-dev.png)
The Zulip server will continue to run and send output to the terminal window. The Zulip server will continue to run and send output to the terminal window.
When you navigate to Zulip in your browser, check your terminal and you When you navigate to Zulip in your browser, check your terminal and you

View File

@@ -4,8 +4,8 @@ Installing manually on UNIX-based platforms
* [Debian or Ubuntu systems](#on-debian-or-ubuntu-systems) * [Debian or Ubuntu systems](#on-debian-or-ubuntu-systems)
* [Fedora 22 (experimental)](#on-fedora-22-experimental) * [Fedora 22 (experimental)](#on-fedora-22-experimental)
* [CentOS 7 Core (experimental)](#on-centos-7-core-experimental) * [CentOS 7 Core (experimental)](#on-centos-7-core-experimental)
* [OpenBSD 5.8 (experimental)](#on-openbsd-58-experimental) * [OpenBSD 5.8 (experimental)](#on-openbsd-5-8-experimental)
* [Fedora/CentOS](#common-to-fedoracentos-instructions) * [Fedora/CentOS](#common-to-fedora-centos-instructions)
* [Steps for all systems](#all-systems) * [Steps for all systems](#all-systems)
If you really want to install everything manually, the below instructions If you really want to install everything manually, the below instructions
@@ -145,7 +145,7 @@ host all all 127.0.0.1/32 md5
host all all ::1/128 md5 host all all ::1/128 md5
``` ```
Now continue with the [Common to Fedora/CentOS](#common-to-fedoracentos-instructions) instructions below. Now continue with the [Common to Fedora/CentOS](#common-to-fedora-centos-instructions) instructions below.
### On OpenBSD 5.8 (experimental): ### On OpenBSD 5.8 (experimental):
@@ -227,8 +227,8 @@ Make sure you have followed the steps specific for your platform:
* [Debian or Ubuntu systems](#on-debian-or-ubuntu-systems) * [Debian or Ubuntu systems](#on-debian-or-ubuntu-systems)
* [Fedora 22 (experimental)](#on-fedora-22-experimental) * [Fedora 22 (experimental)](#on-fedora-22-experimental)
* [CentOS 7 Core (experimental)](#on-centos-7-core-experimental) * [CentOS 7 Core (experimental)](#on-centos-7-core-experimental)
* [OpenBSD 5.8 (experimental)](#on-openbsd-58-experimental) * [OpenBSD 5.8 (experimental)](#on-openbsd-5-8-experimental)
* [Fedora/CentOS](#common-to-fedoracentos-instructions) * [Fedora/CentOS](#common-to-fedora-centos-instructions)
For managing Zulip's python dependencies, we recommend using a For managing Zulip's python dependencies, we recommend using a
[virtualenv](https://virtualenv.pypa.io/en/stable/). [virtualenv](https://virtualenv.pypa.io/en/stable/).