[GitHub] couchdb-documentation issue #52: Fix small grammar slips/typos in intro and ...

2016-10-02 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb-documentation/pull/52 Outdated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] couchdb-documentation pull request #52: Fix small grammar slips/typos in int...

2016-10-02 Thread katsel
Github user katsel closed the pull request at: https://github.com/apache/couchdb-documentation/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb pull request #441: README.rst, README-DEV.rst: Code should be in dou...

2016-10-02 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb/pull/441 README.rst, README-DEV.rst: Code should be in double backquotes Minor fixes to make sure the README and README-DEV files use proper ReST formatting. This improves the readability of these files *a

[GitHub] couchdb pull request #424: Reformat install instructions for github readabil...

2016-10-02 Thread katsel
Github user katsel closed the pull request at: https://github.com/apache/couchdb/pull/424 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] couchdb issue #424: Reformat install instructions for github readability

2016-10-02 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb/pull/424 Current status: ``INSTALL.Unix.md ` has already been fixed on master. Will make a new PR for the changes needed in `README.rst` --- If your project is set up for it, you can reply to this

[GitHub] couchdb issue #418: Plugin fixes

2016-10-02 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb/pull/418 Decided to close that one for now and redo with the current state of the repo. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] couchdb pull request #418: Plugin fixes

2016-10-02 Thread katsel
Github user katsel closed the pull request at: https://github.com/apache/couchdb/pull/418 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] couchdb-documentation pull request #71: Minor grammar fix, git → Git

2016-09-22 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb-documentation/pull/71 Minor grammar fix, git → Git You can merge this pull request into a Git repository by running: $ git pull https://github.com/katsel/couchdb-documentation typo-style-fixes

[GitHub] couchdb-documentation pull request #70: Fix some typos and style in intro an...

2016-09-22 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb-documentation/pull/70 Fix some typos and style in intro and replication chapter Hey, while reading the docs I came up with some typo fixes and minor style improvements for the intro and replication

[GitHub] couchdb-documentation issue #53: COUCHDB-3068 - Fixes to make docs build wit...

2016-07-29 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb-documentation/pull/53 @kxepal: I rebased my commits and unpinned the sphinx version. Building the PDF works now. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-documentation issue #53: COUCHDB-3068 - Fixes to make docs build wit...

2016-07-25 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb-documentation/pull/53 Done. :) > Hm...PDF is broken. Seems like not your fault. What's broken about PDF? I tried `make pdf` and it works for me. (TeX Live 2015) The P

[GitHub] couchdb-documentation issue #53: COUCHDB-3068 - Fixes to make docs build wit...

2016-07-25 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb-documentation/pull/53 @kxepal OK, so the workaround is to remove [the try clause](https://github.com/apache/couchdb-documentation/blob/master/ext/httpdomain.py#L653-L655) from `httpdomain.py` code so

[GitHub] couchdb-documentation issue #53: COUCHDB-3068 - Fixes to make docs build wit...

2016-07-23 Thread katsel
Github user katsel commented on the issue: https://github.com/apache/couchdb-documentation/pull/53 @kxepal Hi! Thanks for your feedback. 1) Yup, using `code-block` instead of :: makes sense in these cases. I will change that and do a new commit. 2) COPY is not part

[GitHub] couchdb-documentation pull request #53: COUCHDB-3068 - Fixes to make docs bu...

2016-07-22 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb-documentation/pull/53 COUCHDB-3068 - Fixes to make docs build with Sphinx 1.4 * Remove JSON as default highlight language from conf.py, so Sphinx does not assume all non-marked code blocks are JSON per

[GitHub] couchdb pull request #424: Reformat install instructions for github readabil...

2016-06-20 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb/pull/424 Reformat install instructions for github readability I fixed the markdown for clarity and better readability through the github website. You can merge this pull request into a Git repository by

[GitHub] couchdb-documentation pull request: Fix small grammar slips/typos in intro a...

2016-06-01 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb-documentation/pull/52 Fix small grammar slips/typos in intro and replication chapter (WIP) You can merge this pull request into a Git repository by running: $ git pull https://github.com/katsel

[GitHub] couchdb-documentation pull request: Ignore Python3 __pycache__ dir

2016-05-25 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb-documentation/pull/50 Ignore Python3 __pycache__ dir A __pycache__ directory appeared after making the docs with a Python3 version of Sphinx. Python3 stores cache files in that directory instead of *.pyc

[GitHub] couchdb pull request: Plugin fixes

2016-05-18 Thread katsel
GitHub user katsel opened a pull request: https://github.com/apache/couchdb/pull/418 Plugin fixes I just went through the plugin tutorial and I have a few fixes and updates. You can merge this pull request into a Git repository by running: $ git pull https://github.com/katsel