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

Ignore Vale Warning on Doc Title #95

Merged
merged 2 commits into from
Aug 23, 2024
Merged
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
2 changes: 2 additions & 0 deletions doc/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
User guide
==========

.. vale off
Use Rocky PrePost Scripting

Check warning on line 8 in doc/source/user_guide/index.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/user_guide/index.rst#L8

[Google.Headings] 'Use Rocky PrePost Scripting' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Use Rocky PrePost Scripting' should use sentence-style capitalization.", "location": {"path": "doc/source/user_guide/index.rst", "range": {"start": {"line": 8, "column": 1}}}, "severity": "WARNING"}
---------------------------
.. vale on

In its current form, PyRocky is a thin layer that enables remote calls to Rocky using the
PrePost Scripting API. This API is available through the ``RockyClient.api`` object. For
Expand Down
Loading