Skip to content

Commit

Permalink
Shifting around the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Dec 24, 2024
1 parent f169b86 commit af9e203
Show file tree
Hide file tree
Showing 25 changed files with 9 additions and 19,851 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions docs/index.html

This file was deleted.

File renamed without changes.
305 changes: 0 additions & 305 deletions docs/macq.html

This file was deleted.

7,001 changes: 0 additions & 7,001 deletions docs/macq/extract.html

This file was deleted.

428 changes: 0 additions & 428 deletions docs/macq/generate.html

This file was deleted.

2,998 changes: 0 additions & 2,998 deletions docs/macq/generate/pddl.html

This file was deleted.

2,992 changes: 0 additions & 2,992 deletions docs/macq/observation.html

This file was deleted.

4,531 changes: 0 additions & 4,531 deletions docs/macq/trace.html

This file was deleted.

1,022 changes: 0 additions & 1,022 deletions docs/macq/utils.html

This file was deleted.

505 changes: 0 additions & 505 deletions docs/macq/utils/progress.html

This file was deleted.

9 changes: 0 additions & 9 deletions docs/requirements.txt

This file was deleted.

46 changes: 0 additions & 46 deletions docs/search.js

This file was deleted.

3 changes: 2 additions & 1 deletion macq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
.. include:: ../docs/templates/index.md
.. include:: ../README.md
.. include:: ../docs/index.md
"""
2 changes: 1 addition & 1 deletion macq/extract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""".. include:: ../../docs/templates/extract/extract.md"""
""".. include:: ../../docs/extract/extract.md"""
# isort: skip_file

from .learned_fluent import LearnedFluent, LearnedLiftedFluent
Expand Down
2 changes: 1 addition & 1 deletion macq/extract/amdn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""".. include:: ../../docs/templates/extract/amdn.md"""
""".. include:: ../../docs/extract/amdn.md"""

from macq.trace import Fluent, Action # for typing
from macq.extract.learned_action import LearnedAction
Expand Down
2 changes: 1 addition & 1 deletion macq/extract/arms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""".. include:: ../../docs/templates/extract/arms.md"""
""".. include:: ../../docs/extract/arms.md"""

from collections import Counter, defaultdict
from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion macq/extract/locm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""".. 'include':: ../../docs/templates/extract/locm.md"""
""".. 'include':: ../../docs/extract/locm.md"""

from collections import defaultdict
from dataclasses import asdict, dataclass
Expand Down
2 changes: 1 addition & 1 deletion macq/extract/observer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""".. include:: ../../docs/templates/extract/observer.md"""
""".. include:: ../../docs/extract/observer.md"""

from collections import defaultdict
from dataclasses import dataclass
Expand Down
3 changes: 2 additions & 1 deletion macq/extract/slaf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""".. include:: ../../docs/templates/extract/slaf.md"""
""".. include:: ../../docs/extract/slaf.md"""

from typing import Set, Union
from bauhaus import Encoding
from nnf import And, Or, Var, config, false, true
Expand Down

0 comments on commit af9e203

Please sign in to comment.