Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ext/*.pyc
ext/__pycache__/
build/
venv
*~
*.swp
*.bak
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ You can view the latest rendered build of this content at:
Install Python 2.7+ and pip. Then:

```sh
$ sudo pip install Sphinx sphinx_rtd_theme
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs
```
Expand Down
2 changes: 1 addition & 1 deletion src/config/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Cluster Options
creation time.

.. seealso::
httpdomain:put:`PUT /{db} </{db}>`
:http:put:`PUT /{db} </{db}>`

.. config:option:: n

Expand Down