Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
muppet-strings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Hörnquist
muppet-strings
Commits
1ffff498
Commit
1ffff498
authored
1 year ago
by
Hugo Hörnquist
Browse files
Options
Downloads
Patches
Plain Diff
Start using sphinx's TODO module.
parent
fae50f0e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/conf.py
+4
-0
4 additions, 0 deletions
doc/conf.py
doc/index.rst
+4
-0
4 additions, 0 deletions
doc/index.rst
muppet/lookup.py
+2
-3
2 additions, 3 deletions
muppet/lookup.py
with
10 additions
and
3 deletions
doc/conf.py
+
4
−
0
View file @
1ffff498
...
...
@@ -24,8 +24,12 @@ author = 'Hugo Hörnquist'
extensions
=
[
'
sphinx.ext.autodoc
'
,
# Automatically extract source from pypthon files
'
sphinx.ext.viewcode
'
,
# Adds source viewer to output
'
sphinx.ext.todo
'
,
# Add todo-lists to output
]
# Actually enable the todo list
todo_include_todos
=
True
# Fancy type aliases.
# For this to work, each module has to individually run
# from __future__ import annotations
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
4
−
0
View file @
1ffff498
...
...
@@ -18,3 +18,7 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
TODO
====
.. todolist::
This diff is collapsed.
Click to expand it.
muppet/lookup.py
+
2
−
3
View file @
1ffff498
...
...
@@ -18,9 +18,8 @@ Example
.ref(
'
text
'
) \
.exec()
TODO
----
- ``select``
.. todo::
``select``
Selects all values from a list which matches a given expression.
This would however require us to manage multiple values at once.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment