-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package to appease OISM (#21)
- Loading branch information
Showing
12 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. _NISTTHEDOCS2DEATH_INTRO: | ||
.. _DOCS4NIST_INTRO: | ||
|
||
``NISTtheDocs2Death`` | ||
===================== | ||
``Docs4NIST`` | ||
============= | ||
|
||
This `GitHub action <https://docs.github.com/en/actions>`_ [#]_ uses the | ||
`Sphinx <https://www.sphinx-doc.org/>`_ tool to build documentation in | ||
|
@@ -21,7 +21,7 @@ Usage | |
and select "Allow all actions and reusable workflows" (you may need to | ||
submit a request to [email protected] to enable this for you). | ||
- For each branch of your repository where you want to host documentation, | ||
add a workflow, such as :file:`.github/workflows/NISTtheDocs2Death.yml`: | ||
add a workflow, such as :file:`.github/workflows/Docs4NIST.yml`: | ||
|
||
.. code-block:: yaml | ||
|
@@ -33,14 +33,14 @@ Usage | |
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: usnistgov/NISTtheDocs2Death@0.4 | ||
- uses: usnistgov/Docs4NIST@0.5 | ||
with: | ||
docs-folder: docs/ | ||
formats: |- | ||
epub | ||
See :ref:`NISTTHEDOCS2DEATH` for more information about configuration of | ||
See :ref:`DOCS4NIST` for more information about configuration of | ||
this workflow. | ||
|
||
.. toctree:: | ||
|
@@ -57,7 +57,7 @@ this workflow. | |
:caption: Actions: | ||
:hidden: | ||
|
||
nistthedocs2death | ||
docs4nist | ||
ntd2d | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/usnistgov/nistthedocs2death:docker | ||
FROM ghcr.io/usnistgov/docs4nist:docker | ||
|
||
LABEL maintainer="Jonathan Guyer <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters