Skip to content

Commit

Permalink
Merge pull request tskit-dev#186 from benjeffery/trim-pages
Browse files Browse the repository at this point in the history
Remove 3 pages
  • Loading branch information
benjeffery authored Oct 8, 2024
2 parents 61d35d2 + 1e1aea8 commit 94b8e3d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 242 deletions.
6 changes: 0 additions & 6 deletions tsbrowse/pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from . import edge_explorer # noqa: F401
from . import edges # noqa: F401
from . import frequency_spectra # noqa: F401
from . import mutations # noqa: F401
from . import nodes # noqa: F401
from . import overview # noqa: F401
from . import popgen # noqa: F401
from . import tables # noqa: F401
from . import trees # noqa: F401

Expand All @@ -13,11 +10,8 @@
tables.TablesPage,
mutations.MutationsPage,
edges.EdgesPage,
edge_explorer.EdgeExplorerPage,
trees.TreesPage,
nodes.NodesPage,
popgen.PopgenPage,
frequency_spectra.FrequencySpectraPage,
]
PAGES_MAP = {page.key: page for page in PAGES}
PAGES_BY_TITLE = {page.title: page for page in PAGES}
52 changes: 0 additions & 52 deletions tsbrowse/pages/edge_explorer.py

This file was deleted.

104 changes: 0 additions & 104 deletions tsbrowse/pages/frequency_spectra.py

This file was deleted.

80 changes: 0 additions & 80 deletions tsbrowse/pages/popgen.py

This file was deleted.

0 comments on commit 94b8e3d

Please sign in to comment.