Add release notes for rb-gateway.
Review Request #10056 — Created July 2, 2018 and submitted
This adds a very tiny release notes shell that basically just says "this
is the first release".
Description | From | Last Updated |
---|---|---|
I stupidly wrote my own version of this change, since I failed to see this one when I started. Anyway, … |
chipx86 | |
Two blank lines. |
chipx86 | |
We can get rid of this and the matching file by utilizing the extlinks extension and adding this to the … |
chipx86 | |
Let's get rid of any lines we don't strictly need. I'd love to go though and clean up other doc … |
chipx86 | |
We won't need this with the above extlinks thing. |
chipx86 | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
We don't need this one. |
chipx86 | |
This should be rbgateway. In my version, I have: intersphinx_mapping = { 'rbgateway-latest': ('%s/docs/rbgateway/latest/' % rbwebsite_url, None), 'rb3.0': ('%s/docs/manual/3.0/' % … |
chipx86 | |
Too many 'e's. |
chipx86 | |
If this is a dir it should be _build/ no? |
brennie | |
Missing: Claudia Chen Florie Cai |
brennie | |
E126 continuation line over-indented for hanging indent |
reviewbot | |
E126 continuation line over-indented for hanging indent |
reviewbot |
-
-
I stupidly wrote my own version of this change, since I failed to see this one when I started. Anyway, I fleshed out this section a bit:
Introducing RB Gateway ====================== RB Gateway, the Review Board Gateway microservice, was built to help manage and host Git and Mercurial repositories within your network in a way that allows services like `Review Board`_ to better integrate with them, access their contents remotely, and to be notified when changes occur within the repository. RB Gateway can be installed on Linux, macOS, or Windows. See the :ref:`installation instructions <rb-gateway-installation>` to get started. .. _Review Board: https://www.reviewboard.org/
-
-
We can get rid of this and the matching file by utilizing the
extlinks
extension and adding this to theconf.py
:extlinks = { 'bug': ('https://www.reviewboard.org/bugs/%s', 'Bug #'), 'cve': ('http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'), }
-
Let's get rid of any lines we don't strictly need. I'd love to go though and clean up other doc packages at some point, simplify them a bit.
-
-
-
This should be rbgateway. In my version, I have:
intersphinx_mapping = { 'rbgateway-latest': ('%s/docs/rbgateway/latest/' % rbwebsite_url, None), 'rb3.0': ('%s/docs/manual/3.0/' % rbwebsite_url, None), 'rb-latest': ('%s/docs/manual/latest/' % rbwebsite_url, None), }
-