MySwiftPackage
==============

Example Sphinx documentation for a Swift Package with two libraries.


.. raw:: html

   <style>
   .doc-link {
       font-family: var(--font-stack--monospace);
   }
   </style>

   <script type="text/javascript">
   window.onload = function() {
       document.querySelectorAll("a[href*='#doclink']").forEach(function(link) {
           link.classList.add("doc-link");
           link.href = link.href.replace("#doclink", "");
       });
   }
   </script>

.. toctree::
   :maxdepth: 2
   :caption: Modules

   MySwiftLibrary
   MyOtherSwiftLibrary

