You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing Sphinx-related links that do not work with PyPI
* Updating the version number for the initial release.
* Fixing a broken link
* Adding the version badge
* Fixing a few duplicate links.
* Updating the links with our new URLs
* Adding in dependabot to help with dependency management.
FIREWHEEL is an experiment orchestration tool that assists a user in building and controlling, repeatable experiments of distributed network systems at any scale.
@@ -21,11 +23,11 @@ Therefore, it is trivial to run hundreds of experiments and collect results on t
21
23
Getting Started
22
24
***************
23
25
24
-
* For a crash course on key FIREWHEEL concepts and on using FIREWHEEL please see our :ref:`quickstart-guide` guide.
25
-
* To learn why experimentation may be the right tool to answer certain kinds of questions (and when it is probably the wrong tool) see :ref:`emulytics-introduction`.
26
-
* An overview of FIREWHEEL including how FIREWHEEL can help a researcher implement high-quality emulation-based experiments, hardware requirements, software architecture, and known security security concerns is provided in :ref:`FIREWHEEL-introduction`.
27
-
* An in-depth review of important FIREWHEEL concepts, is located in :ref:`FIREWHEEL-concepts`.
28
-
* The CLI reference documentation can be found in :ref:`cli`.
26
+
* For a crash course on key FIREWHEEL concepts and on using FIREWHEEL please see our `quickstart-guide<https://sandialabs.github.io/firewheel/quickstart.html>`_ guide.
27
+
* To learn why experimentation may be the right tool to answer certain kinds of questions (and when it is probably the wrong tool) review our documentation on `Cyber Experimentation <https://sandialabs.github.io/firewheel/emulytics.html>`_.
28
+
* An overview of FIREWHEEL including how FIREWHEEL can help a researcher implement high-quality emulation-based experiments, hardware requirements, software architecture, and known security security concerns is provided in our `System Overview <https://sandialabs.github.io/firewheel/system/index.html>`_.
29
+
* An in-depth review of important FIREWHEEL concepts, is located `here <https://sandialabs.github.io/firewheel/concepts.html>`__.
30
+
* The CLI reference documentation can be found `here <https://sandialabs.github.io/firewheel/cli/index.html>`__.
29
31
30
32
31
33
****************************
@@ -36,17 +38,17 @@ If you have questions you'd like to ask the developers which our documentation d
36
38
37
39
Please report any bugs that you find on our GitHub page.
38
40
We happily accept pull requests (PR), big or small.
39
-
Please see the :ref:`contributing` for more information.
41
+
Please see the `Contributor Guide <https://sandialabs.github.io/firewheel/developer/contributing.html>`_ for more information.
40
42
41
-
Any security-related issues should be reported directly to the developers at: ``firewheel AT sandia DOT gov`` (see :ref:`SECURITY<security>`) for more information.
43
+
Any security-related issues should be reported directly to the developers at: ``firewheel AT sandia DOT gov`` (see `SECURITY.md <https://sandialabs.github.io/firewheel/developer/security.html>`_) for more information.
42
44
43
45
*******
44
46
License
45
47
*******
46
48
Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
47
49
Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.
48
50
49
-
Please see :ref:`LICENSE <license>` for more information.
51
+
Please see `LICENSE <https://sandialabs.github.io/firewheel/developer/license.html>`_ for more information.
0 commit comments