Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add external references
Browse files Browse the repository at this point in the history
LivInTheLookingGlass committed Jul 7, 2024
1 parent 672c043 commit 98cc0e0
Showing 3 changed files with 122 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/c/iterator.rst
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ iterator.h
This is an example implementation of the :c:macro:`Iterator <IteratorHead>`
API used in this project. You can construct it using any of the factory
functions found below, and it is generally used much like Python's
:py:ref:`range` object.
:external:py:ref:`range` object.

.. c:member:: uintmax_t (*iterator_function)(counter *it)
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -24,9 +24,11 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx.ext.extlinks',
'sphinx.ext.githubpages',
'sphinx.ext.graphviz',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.todo',
# 'breathe',
@@ -55,3 +57,8 @@
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration

todo_include_todos = True

extlinks = {'prob': ('https://projecteuler.net/problem=%#d',
'Problem %03#d')}

intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
120 changes: 114 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -84,17 +84,17 @@ This project is divided into several Makefiles, connected by a root Makefile whi
+-----------------+-----+------+------+------+------+
| |**C**|**C#**|**Js**|**Py**|**Rs**|
+=================+=====+======+======+======+======+
| Documentatation || | | ||
| Documentatation || | | ||
+-----------------+-----+------+------+------+------+
| Linting | | | | | |
| Linting | | | | | |
+-----------------+-----+------+------+------+------+
| Coverage ||| | ||
| Coverage ||| | ||
+-----------------+-----+------+------+------+------+
| Problem 001 ||||||
| :prob:`1` ||||||
+-----------------+-----+------+------+------+------+
| Problem 002 ||||||
| :prob:`2` ||||||
+-----------------+-----+------+------+------+------+
| Problem 003 || | || |
| :prob:`3` || | || |
+-----------------+-----+------+------+------+------+
| Problem 004 || | || |
+-----------------+-----+------+------+------+------+
@@ -122,6 +122,114 @@ This project is divided into several Makefiles, connected by a root Makefile whi
+-----------------+-----+------+------+------+------+
| Problem 016 || | || |
+-----------------+-----+------+------+------+------+
| Problem 017 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 018 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 019 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 020 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 021 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 022 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 023 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 024 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 025 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 027 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 029 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 030 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 031 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 032 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 033 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 034 || | || |
+-----------------+-----+------+------+------+------+
| Problem 035 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 036 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 037 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 038 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 039 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 040 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 041 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 042 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 043 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 044 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 045 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 046 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 047 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 048 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 049 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 050 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 052 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 053 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 055 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 056 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 057 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 059 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 067 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 069 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 071 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 073 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 074 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 076 || | || |
+-----------------+-----+------+------+------+------+
| Problem 077 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 087 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 092 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 097 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 118 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 123 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 134 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 145 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 187 | | | || |
+-----------------+-----+------+------+------+------+
| Problem 206 | | | || |
+-----------------+-----+------+------+------+------+

.. toctree::
:maxdepth: 2

0 comments on commit 98cc0e0

Please sign in to comment.