mirror of https://github.com/zulip/zulip.git
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:
parent
2b6587c6bf
commit
2b858ab47b
|
@ -11,7 +11,7 @@ On this page you'll find:
|
||||||
* A [guide](#zulip-botserver) on running a Zulip botserver.
|
* A [guide](#zulip-botserver) on running a Zulip botserver.
|
||||||
* Common [problems](#common-problems) when developing/running bots and their solutions.
|
* Common [problems](#common-problems) when developing/running bots and their solutions.
|
||||||
|
|
||||||
## Installing the `zulip_bots` package
|
## Installing the Zulip bots package
|
||||||
|
|
||||||
## Running a bot
|
## Running a bot
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ pip install zulip_botserver
|
||||||
5. Congrats, everything is set up! Test your botserver like you would
|
5. Congrats, everything is set up! Test your botserver like you would
|
||||||
test a normal bot.
|
test a normal bot.
|
||||||
|
|
||||||
### Running Zulip Botserver with `supervisord`
|
### Running Zulip Botserver with supervisord
|
||||||
|
|
||||||
[supervisord](http://supervisord.org/) is a popular tool for running
|
[supervisord](http://supervisord.org/) is a popular tool for running
|
||||||
services in production. It helps ensure the service starts on boot,
|
services in production. It helps ensure the service starts on boot,
|
||||||
|
|
|
@ -26,7 +26,7 @@ On this page you'll find:
|
||||||
* A [documentation](#bot-api) of the bot API.
|
* A [documentation](#bot-api) of the bot API.
|
||||||
* Common [problems](#common-problems) when developing/running bots and their solutions.
|
* 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](
|
1. `git clone https://github.com/zulip/python-zulip-api.git` - clone the [python-zulip-api](
|
||||||
https://github.com/zulip/python-zulip-api) repository.
|
https://github.com/zulip/python-zulip-api) repository.
|
||||||
|
|
Loading…
Reference in New Issue