api: Fix code blocks in headings.

These didn't look good, and were unnecessary.

Fixes part of #7395.

Commit message tweaked by tabbott.
This commit is contained in:
Mohd Ali Rizwi 2017-11-17 18:42:37 +05:30 committed by Steve Howell
parent 2b6587c6bf
commit 2b858ab47b
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ On this page you'll find:
* A [guide](#zulip-botserver) on running a Zulip botserver.
* Common [problems](#common-problems) when developing/running bots and their solutions.
## Installing the `zulip_bots` package
## Installing the Zulip bots package
## Running a bot
@ -143,7 +143,7 @@ pip install zulip_botserver
5. Congrats, everything is set up! Test your botserver like you would
test a normal bot.
### Running Zulip Botserver with `supervisord`
### Running Zulip Botserver with supervisord
[supervisord](http://supervisord.org/) is a popular tool for running
services in production. It helps ensure the service starts on boot,

View File

@ -26,7 +26,7 @@ On this page you'll find:
* A [documentation](#bot-api) of the bot API.
* Common [problems](#common-problems) when developing/running bots and their solutions.
## Installing a development version of the `zulip_bots` package
## Installing a development version of the Zulip bots package
1. `git clone https://github.com/zulip/python-zulip-api.git` - clone the [python-zulip-api](
https://github.com/zulip/python-zulip-api) repository.