Skip to content

Commit

Permalink
oda spelling check on code doc (#90)
Browse files Browse the repository at this point in the history
* oda spelling check on code doc

* oda spelling check on code doc

* Update .custom_wordlist.txt

---------

Co-authored-by: Jürgen Gmach <[email protected]>
  • Loading branch information
gerryRcom and jugmac00 authored Jul 24, 2024
1 parent ff237fe commit f238c1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ boolean
breakpoint
browserconfig
BrowserNotificationMessages
brz
BugSubscription
bugtracker
BugWatch
Expand All @@ -67,6 +68,7 @@ Cmd
CMDLINE
Cobol
codebase
codehosting
Codehosting
codeimport
codeimportscheduler
Expand All @@ -83,9 +85,11 @@ crontab
crontabs
cryptographic
cryptographically
CSCVS
css
Ctrl
customisable
customisations
customize
CVE
Dalia
Expand Down Expand Up @@ -121,6 +125,7 @@ dia
directDelivery
DirectDelivery
distro
distros
Distro
distroseries
DistroSeries
Expand All @@ -136,6 +141,7 @@ doctests
docutils
downstreams
dtrt
dulwich
EChangePolicy
el
else's
Expand Down Expand Up @@ -168,6 +174,7 @@ fsyncs
ftest
fti
functiondef
ganesha
gangotri
gina's
geoip
Expand All @@ -181,6 +188,7 @@ gunicorn
gzip
HackingLazrLibraries
hba
hg
hirsute's
hostnames
HSTS
Expand Down Expand Up @@ -290,6 +298,7 @@ NavigationMenu
NavigationMenus
newsampledata
nfs
NPM
NULLs
OAuth
Expand Down Expand Up @@ -354,6 +363,7 @@ POTMsgSet
POTMsgSets
ppa
PPA
pqm
PQM
pre
pre_iter_hook
Expand Down Expand Up @@ -407,6 +417,7 @@ rsync
rsyncing
runtime
SafariWebContent
scalability
screencast
ScreenCasts
sdist
Expand All @@ -419,6 +430,7 @@ setUp
setupDTCBrowser
setupRosettaExpertBrowser
setuptools
SFTP
simplejson
simplestreams
slony
Expand Down Expand Up @@ -466,11 +478,13 @@ subclassing
subdirectory
subprocess
subproject
subvertpy
subselects
sudo
SuggestivePOTemplate
summarized
svg
svn
symlinked
symlinks
synchronize
Expand Down Expand Up @@ -536,6 +550,7 @@ validator
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/**/*.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 f238c1f

Please sign in to comment.