Skip to content

Commit

Permalink
fix signture, more literalincludes
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 2, 2024
1 parent 16bdadd commit 3fa500d
Show file tree
Hide file tree
Showing 34 changed files with 134 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Test Infrastructure
.. csharp:class:: Euler.IEuler
.. csharp:method:: Task<Int64> Answer
.. csharp:method:: Task<Int64> Answer()
.. csharp:namespace:: EulerTest
.. csharp:class:: EulerTest
.. csharp:method:: Task EulerTest_Problem
.. csharp:method:: Task EulerTest_Problem()
An Xunit theory that, for each registered solution, will test against the known answer and a one minute time limit.

Expand Down
4 changes: 4 additions & 0 deletions docs/python/p0006.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0006
:members:
:undoc-members:

.. literalinclude:: ../../python/p0006.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0007.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0007
:members:
:undoc-members:

.. literalinclude:: ../../python/p0007.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0008.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0008
:members:
:undoc-members:

.. literalinclude:: ../../python/p0008.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0009.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0009
:members:
:undoc-members:

.. literalinclude:: ../../python/p0009.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0010.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0010
:members:
:undoc-members:

.. literalinclude:: ../../python/p0010.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0011.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0011
:members:
:undoc-members:

.. literalinclude:: ../../python/p0011.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0012.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0012
:members:
:undoc-members:

.. literalinclude:: ../../python/p0012.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0013.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0013
:members:
:undoc-members:

.. literalinclude:: ../../python/p0013.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0014.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0014
:members:
:undoc-members:

.. literalinclude:: ../../python/p0014.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0015.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0015
:members:
:undoc-members:

.. literalinclude:: ../../python/p0015.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0016.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0016
:members:
:undoc-members:

.. literalinclude:: ../../python/p0016.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0017.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0017
:members:
:undoc-members:

.. literalinclude:: ../../python/p0017.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0018.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0018
:members:
:undoc-members:

.. literalinclude:: ../../python/p0018.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0019.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0019
:members:
:undoc-members:

.. literalinclude:: ../../python/p0019.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0020.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0020
:members:
:undoc-members:

.. literalinclude:: ../../python/p0020.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0021.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0021
:members:
:undoc-members:

.. literalinclude:: ../../python/p0021.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0022.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0022
:members:
:undoc-members:

.. literalinclude:: ../../python/p0022.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0023.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0023
:members:
:undoc-members:

.. literalinclude:: ../../python/p0023.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0024.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0024
:members:
:undoc-members:

.. literalinclude:: ../../python/p0024.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0025.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0025
:members:
:undoc-members:

.. literalinclude:: ../../python/p0025.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0027.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0027
:members:
:undoc-members:

.. literalinclude:: ../../python/p0027.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0029.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0029
:members:
:undoc-members:

.. literalinclude:: ../../python/p0029.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0030
:members:
:undoc-members:

.. literalinclude:: ../../python/p0030.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0031.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0031
:members:
:undoc-members:

.. literalinclude:: ../../python/p0031.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0032.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0032
:members:
:undoc-members:

.. literalinclude:: ../../python/p0032.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0033.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0033
:members:
:undoc-members:

.. literalinclude:: ../../python/p0033.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0034.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0034
:members:
:undoc-members:

.. literalinclude:: ../../python/p0034.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0035.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0035
:members:
:undoc-members:

.. literalinclude:: ../../python/p0035.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0036.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0036
:members:
:undoc-members:

.. literalinclude:: ../../python/p0036.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0037.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0037
:members:
:undoc-members:

.. literalinclude:: ../../python/p0037.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0038.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0038
:members:
:undoc-members:

.. literalinclude:: ../../python/p0038.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0039.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0039
:members:
:undoc-members:

.. literalinclude:: ../../python/p0039.py
:language: python
:linenos:
4 changes: 4 additions & 0 deletions docs/python/p0040.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ View source code `here on GitHub! <https://github.com/LivInTheLookingGlass/Euler
.. automodule:: python.p0040
:members:
:undoc-members:

.. literalinclude:: ../../python/p0040.py
:language: python
:linenos:

0 comments on commit 3fa500d

Please sign in to comment.