@@ -488,8 +488,7 @@ Documentation Previews
488488We value documentation as much as the code. Hence the Sage GitHub repo provides
489489documentation previews before a stable release is published to the official
490490site `<https://doc.sagemath.org >`_. Developers are expected to check the
491- previews during the development process. Several GitHub workflows work together
492- to create the previews.
491+ previews. Several GitHub workflows work together to create the previews.
493492
494493As mentioned above, for a check on a PR (say #12345), an HTML documentation
495494preview is published to `<https://doc-pr-12345--sagemath.netlify.app >`_ by the
@@ -514,7 +513,7 @@ requesting review. If the workflow failed, check the run of the workflow.
514513
515514The HTML documentation preview for a PR does not include PDF docs, which take
516515much longer time to build than the HTML docs. On the other hand, the
517- documentation preview (either HTML and PDF) contains TESTS blocks to enable the
516+ HTML documentation preview and PDF docs contain TESTS blocks to enable the
518517PR author to check newly added TESTS blocks. The official documentation for end
519518users do not contain TESTS blocks.
520519
@@ -525,7 +524,7 @@ in the `Documentation section of the GitHub Wiki
525524<https://github.com/sagemath/sage/wiki#documentation-for-last-release> `_. The
526525`run of the PDF build workflow
527526<https://github.com/sagemath/sage/actions/workflows/doc-build-pdf.yml> `_
528- contains the artifact ``livedoc `` used to publish the full documentation.
527+ contains the ``livedoc `` artifact used to publish the full documentation.
529528
530529Final notes
531530===========
0 commit comments