Skip to content

Commit

Permalink
add suggestions to link test page to workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Nov 13, 2023
1 parent 09b8faa commit 4a73806
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ If you use pip, install ``pandoc`` from your platform's package manager (e.g. ap
- Download the `plantuml jar file <https://plantuml.com/download>`_ (Minimum version is 1-2023-10)
- Move the jar file to ``/tmp/plantuml.jar``

- To see if plantuml diagrams render correctly after building the documentation you can take a look
at our :ref:`test_uml`.


Edit and create pages
~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -242,3 +245,8 @@ on Read the Docs, you can set up your own account and link it with your Github a

See `this guide <https://docs.readthedocs.io/en/stable/intro/import-guide.htmli>`_
for more information.

.. toctree::
:hidden:

/testuml
14 changes: 11 additions & 3 deletions doc/htmldoc/testuml.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
:orphan:
.. _test_uml:

Test uml page
-------------

Two diagrams should render on this page.

**Basic example:**

Test page
---------

.. uml::

Alice -> Bob: Hi!
Alice <- Bob: How are you?


**C4 example:**


.. uml::

!include <C4/C4_Context>
Expand Down

0 comments on commit 4a73806

Please sign in to comment.