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

Review use of :kbd: role in docs #126

Closed
douglatornell opened this issue Nov 30, 2022 · 0 comments · Fixed by #248
Closed

Review use of :kbd: role in docs #126

douglatornell opened this issue Nov 30, 2022 · 0 comments · Fixed by #248
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@douglatornell
Copy link
Member

sphinx-rtd-theme has change styling of :kdb: items to look like keyboard keys. That is not appropriate for things like machine names; e.g. :kbd:'salish'.

@douglatornell douglatornell added the documentation Improvements or additions to documentation label Nov 30, 2022
@douglatornell douglatornell added this to the v22.1 milestone Nov 30, 2022
@douglatornell douglatornell self-assigned this Nov 30, 2022
@douglatornell douglatornell modified the milestones: v22.1, v23.1 Jan 10, 2023
@douglatornell douglatornell modified the milestones: v23.1, v23.2 Sep 28, 2023
@douglatornell douglatornell modified the milestones: v23.2, v24.1 Jan 8, 2024
douglatornell added a commit that referenced this issue Mar 21, 2024
Changed all the kbd directives in the skookum deployment documentation into
inline code. This helps to ensure the correct semantic representation of
technical terms and commands.

re: issue #126
@douglatornell douglatornell linked a pull request Mar 26, 2024 that will close this issue
douglatornell added a commit that referenced this issue Mar 26, 2024
Changed all the kbd directives in the documentation into inline code. This helps
to ensure the correct semantic representation of technical terms and commands.

re: issue #126
douglatornell added a commit that referenced this issue Mar 27, 2024
* Fix typo in skookum deployment docs page title

* Update dask commands from hyphenated to sub-commands

dask.distributed 2022.10.0 deprecated the `dask-scheduler` and `dask-worker` CLI
commands in favour of `dask scheduler` and `dask worker`.

* Update dask worker settings in deployment docs

This commit modifies the instructions in the deployment docs for the persistent
dask cluster on `salish` that the `make_averaged_dataset` worker uses. It
changes the number of threads for each worker from 4 to 1, the memory limit from
automatic to 64G, and worker files will now be stored on the /tmp/ file system
instead of /dev/shm shared memory file system.

The change to 1 thread per worker is a consequence of reading
xCDAT/xcdat#561 (comment). Changing the
memory limit and worker file storage are a result of research and testing on
1mar24 (see worklog for details).

* Drop autodoc mocks for nemo_nowcast workers

The NEMO_Nowcast package is now installed in the readthedocs build environment.
So, autodoc mocks for its imports are no longer required. Removing those mocks
silences warnings about mocked objects and missing attributes for the
`clear_checklist` and `rotate_logs` worker docs.

* Add 'reshapr' to autodoc mocks list

This resolves an import error that prevents generation of docs for the
`make_averaged_dataset` worker on readthedocs.

* Replace inappropriate kbd directives in skookum docs

Changed all the kbd directives in the skookum deployment documentation into
inline code. This helps to ensure the correct semantic representation of
technical terms and commands.

re: issue #126

* Improve semantic markup of tmux in skookum docs

* Improve semantic markup of tmux in skookum docs

* Replace inappropriate kbd directives in docs

Changed all the kbd directives in the documentation into inline code. This helps
to ensure the correct semantic representation of technical terms and commands.

re: issue #126

* Remove unused imports in wave_height_period.py

Two unused Python library imports, pathlib and requests, were removed from
wave_height_period.py. This cleanup improves the code readability and efficiency.

* Update fig dev docs re: `black` for code formatting

The documentation has been updated to reflect the change in the automatic code
formatting tool used by the `salishsea_site` and `SalishSeaNowcast` packages.
Previously, we were using `yapf`, but switched to `black`.

* Add SSH keys and config section to skookum docs

The documentation now contains a guide for generating passphrase-less RSA and
ED25519 key pairs for the remote hosts that SalishSeaCast uses. It includes
commands to install the public keys and to edit the ssh configuration file on
'skookum'.

re: issue #244
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant