Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-sync with Launchpad /doc folder after initial migration #7

Merged
merged 1 commit into from
Oct 17, 2023
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
11 changes: 11 additions & 0 deletions diagrams/architecture.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions how-to/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ For the host system, any reasonably modern Ubuntu release should work.
Other Linux distributions that have LXD should work too, though we don't
test on them.

For the containers, these instructions should work with Ubuntu 16.04 LTS or
later. We currently test on 16.04, 18.04, and 20.04, with the aim of
For the containers, these instructions should work with Ubuntu 16.04 LTS and
20.04 LTS. We currently test on 16.04, 18.04, and 20.04, with the aim of
upgrading production to 20.04 soon. 22.04 is known not to work yet.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion reference/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ queries or fragments, e.g.:
FROM TeamParticipation
INNER JOIN Person ON TeamParticipation.team = Person.id
WHERE TeamParticipation.person = %s
""" % sqlvalues(personID)
""" % sqlvalues(person_id)

This is also easy to cut-and-paste into ``psql`` for interactive testing,
unlike if you use several lines of single quoted strings.
Expand Down