Skip to content

Commit 8b83886

Browse files
committed
fixed docs links
1 parent e550d62 commit 8b83886

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/source/tutorials/advanced_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, we will look at how to run PyReason with a more
55
complex graph.
66

77
.. note::
8-
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/docs/examples/advanced_graph_ex.py>`_
8+
Find the full, executable code `here <https://github.com/lab-v2/pyreason/blob/main/examples/advanced_graph_ex.py>`_
99

1010
Graph
1111
------------
@@ -93,7 +93,7 @@ Expected Output
9393
Below is the expected output at timestep ``0``
9494

9595
.. note::
96-
Find the full expected output `here <https://github.com/lab-v2/pyreason/blob/docs/examples/advanced_output.txt>`_
96+
Find the full expected output `here <https://github.com/lab-v2/pyreason/blob/main/examples/advanced_output.txt>`_
9797

9898
.. code:: text
9999

docs/source/tutorials/annotation_function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, we will look at use annotation functions in PyReason.
55
Read more about annotation functions `here <https://pyreason--60.org.readthedocs.build/en/60/user_guide/3_pyreason_rules.html#annotation-functions>`_.
66

77
.. note::
8-
Find the full, excecutable code for both annotation functions `here <https://github.com/lab-v2/pyreason/blob/docs/examples/annotation_function_ex.py>`_
8+
Find the full, excecutable code for both annotation functions `here <https://github.com/lab-v2/pyreason/blob/main/examples/annotation_function_ex.py>`_
99

1010

1111
Average Annotation Function Example

docs/source/tutorials/basic_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ demonstrates some of the capabilities of the software. If this is your
66
first time looking at the software, you’re in the right place.
77

88
.. note::
9-
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/docs/examples/basic_tutorial_ex.py>`_
9+
Find the full, executable code `here <https://github.com/lab-v2/pyreason/blob/main/examples/basic_tutorial_ex.py>`_
1010

1111
The following graph represents a network of people and the pets that
1212
they own.

docs/source/tutorials/custom_thresholds.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this tutorial, we will look at how to run PyReason with Custom Thresholds.
66
Custom Thresholds are parameters in the :ref:`Rule Class <pyreason_rules>`.
77

88
.. note::
9-
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/docs/examples/custom_threshold_ex.py>`_
9+
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/main/examples/custom_threshold_ex.py>`_
1010

1111
The following graph represents a network of People and a Text Message in their group chat.
1212

docs/source/tutorials/infer_edges.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ infer edges is a parameter in the :ref:`Rule Class <pyreason_rules>`.
66

77

88
.. note::
9-
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/docs/examples/infer_edges_ex.py>`_
9+
Find the full, excecutable code `here <https://github.com/lab-v2/pyreason/blob/main/examples/infer_edges_ex.py>`_
1010

1111
The following graph represents a network of airports and connections.
1212

@@ -55,7 +55,7 @@ First, we create the graph in Networkx. This graph has airports and flight conne
5555
5656
G.add_edges_from(edges)
5757
58-
We can also load the graph from a GraphML `file <https://github.com/lab-v2/pyreason/blob/docs/tests/knowledge_graph_test_subset.graphml>`_
58+
We can also load the graph from a GraphML `file <https://github.com/lab-v2/pyreason/blob/main/tests/knowledge_graph_test_subset.graphml>`_
5959

6060
We then initialize and load the graph using the following code:
6161

0 commit comments

Comments
 (0)