Skip to content

Commit

Permalink
oda spelling check on code doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gerryRcom committed Jul 17, 2024
1 parent 7708a5f commit 1cafb74
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ boolean
breakpoint
browserconfig
BrowserNotificationMessages
brz
bugtracker
BugWatch
BugWatches
Expand All @@ -62,6 +63,7 @@ Cmd
CMDLINE
Cobol
codebase
codehosting
Codehosting
codeimport
codeimportscheduler
Expand All @@ -78,9 +80,11 @@ crontab
crontabs
cryptographic
cryptographically
CSCVS
css
Ctrl
customisable
customisations
customize
CVE
Dalia
Expand Down Expand Up @@ -111,6 +115,7 @@ dia
directDelivery
DirectDelivery
distro
distros
Distro
distroseries
DistroSeries
Expand All @@ -126,6 +131,7 @@ doctests
docutils
downstreams
dtrt
dulwich
EChangePolicy
el
else's
Expand Down Expand Up @@ -154,6 +160,7 @@ fsyncs
ftest
fti
functiondef
ganesha
gangotri
gina's
geoip
Expand All @@ -167,6 +174,7 @@ gunicorn
gzip
HackingLazrLibraries
hba
hg
hirsute's
hostnames
HSTS
Expand Down Expand Up @@ -269,6 +277,7 @@ NavigationMenu
NavigationMenus
newsampledata
nfs
NPM
OAuth
OEM
Expand Down Expand Up @@ -332,6 +341,7 @@ POTMsgSet
POTMsgSets
ppa
PPA
pqm
PQM
pre
PreMergeReviews
Expand Down Expand Up @@ -388,6 +398,7 @@ setUp
setupDTCBrowser
setupRosettaExpertBrowser
setuptools
SFTP
simplestreams
slony
Slony
Expand Down Expand Up @@ -426,10 +437,12 @@ subclassing
subdirectory
subprocess
subproject
subvertpy
sudo
SuggestivePOTemplate
summarized
svg
svn
symlinked
symlinks
synchronize
Expand Down Expand Up @@ -489,6 +502,7 @@ userbase
VBScript
vbuilder
ViewTests
virt
virtualenv
virtualenvs
VPN
Expand Down
2 changes: 1 addition & 1 deletion .sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
- .custom_wordlist.txt
output: .sphinx/.wordlist.dic
sources:
- _build/**/*.html|!_build/explanation/code/index.html|!_build/explanation/security-policy/index.html|!_build/explanation/database-performance/index.html|!_build/explanation/storm-migration-guide/index.html
- _build/**/*.html|!_build/explanation/security-policy/index.html|!_build/explanation/database-performance/index.html|!_build/explanation/storm-migration-guide/index.html
pipeline:
- pyspelling.filters.html:
comments: false
Expand Down
12 changes: 6 additions & 6 deletions explanation/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system. The major sub-systems are:

- The `git` and `bzr` / `brz` clients (neither of which is part of
Launchpad, but their behaviours are important to us)
- Connectivity to Launchpad (git, git+ssh, and https for Git; sftp and
- Connectivity to Launchpad (git, git+ssh, and https for Git; SFTP and
bzr+ssh for Bazaar)
- Hosting infrastructure
- The underlying object model
Expand All @@ -29,7 +29,7 @@ Each of these subsystems also have multiple moving parts and some have
other asynchronous jobs associated with them.

The `codehosting overview diagram <attachment:codehosting.png>`__
summarizes how some of these systems interact.
summarises how some of these systems interact.

You can `run the codehosting system
locally </HowToUseCodehostingLocally>`__.
Expand Down Expand Up @@ -86,14 +86,14 @@ Apache handles the HTTP routing using a number of mod-rewrite rules.

'''Parts [and responsibilities] '''

- HTTP apache configuration [shared with LOSAs]
- HTTP Apache configuration [shared with LOSAs]
- branch location rewrite script (called by mod-rewrite rule)
- ssh server

-

- authentication
- sftp implementation
- SFTP implementation
- smart server launching

- smart server
Expand Down Expand Up @@ -182,7 +182,7 @@ into Git repositories in Launchpad.

-

- cscvs for CVS (and legacy Subversion imports)
- CSCVS for CVS (and legacy Subversion imports)
- bzr-svn and subvertpy for all new Subversion imports
- bzr-git and dulwich for git
- bzr-hg for mercurial imports
Expand All @@ -192,7 +192,7 @@ Git repository source code browser (cgit)

Launchpad uses `cgit <https://git.zx2c4.com/cgit/>`__ to provide a web
view of the repository contents. We use an unmodified package of
\`cgit`; Launchpad's customizations are in
\`cgit`; Launchpad's customisations are in
`turnip.pack.http <https://git.launchpad.net/turnip/tree/turnip/pack/http.py>`__.

Bazaar branch source code browser (loggerhead)
Expand Down

0 comments on commit 1cafb74

Please sign in to comment.