Skip to content

Commit aef3c88

Browse files
ppinzonsijis
andauthored
Update backend homepage screenshots (#1499)
* add new screenshots of slack and telegram for the homepage * update contributing.rst to sync with docs/README.md * docs: Add update homepage screenshots reference Co-authored-by: Sijis Aviles <[email protected]>
1 parent 5dbe2af commit aef3c88

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ fixes:
55

66
- close threadpool on exit (#1486)
77
- docs: remove matrix link (#1502)
8+
- docs: Update backend screenshots (#1499)
89

910
v6.1.7 (2020-12-18)
1011
-------------------

docs/_static/screenshots/slack.png

172 KB
Loading

docs/_static/screenshots/telegram.png

45 KB
Loading
16.9 KB
Loading
33 KB
Loading

docs/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ as a generator for our (API) documentation. The code for it is in the same repos
5050
as Errbot itself, inside the docs_ folder. To make changes to the documentation or the
5151
website, you can build the HTML locally as follows::
5252

53-
# Change directory into the docs folder
53+
# Install the required extra dependencies from the root of the repository.
54+
pip install -r docs/requirements.txt
55+
# Go into the docs directory
5456
cd docs/
55-
# Install the required extra dependencies
56-
pip install -r requirements.txt
5757
# Generate the static HTML
5858
make html
5959
# Then, open the generated _build/html/index.html in a browser

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Screenshots
1818
.. raw:: html
1919

2020
<div class="screenshots">
21-
<a href="_static/screenshots/help.png" class="fancybox" title="Showing output of the built-in help command">
22-
<img src="_static/screenshots/thumb_help.png" width="155" height="150" alt="Showing output of the built-in help command" />
21+
<a href="_static/screenshots/slack.png" class="fancybox" title="Showing output of the built-in help command in Slack">
22+
<img src="_static/screenshots/thumb_slack.png" width="170" height="150" alt="Showing output of the built-in help command in Slack" />
2323
</a>
2424
<a href="_static/screenshots/quota.png" class="fancybox" title="Errbot running on HipChat, showing off a (businesss-specific) command to get and set the disk quotas for mail accounts">
2525
<img src="_static/screenshots/thumb_quota.png" width="268" height= "150" alt="Errbot running on HipChat, showing off a (businesss-specific) command to get and set the disk quotas for mail accounts" />
2626
</a>
27-
<a href="_static/screenshots/basecamp.png" class="fancybox" title="An older version of Errbot, running on Basecamp">
28-
<img src="_static/screenshots/thumb_basecamp.png" width="181" height= "150" alt="An older version of Err, running on Basecamp" />
27+
<a href="_static/screenshots/telegram.png" class="fancybox" title="Errbot running on Telegram showing the !help command">
28+
<img src="_static/screenshots/thumb_telegram.png" width="180" height= "150" alt="Errbot running on Telegram showing the !help command" />
2929
</a>
3030
</div>
3131

0 commit comments

Comments
 (0)