Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated time module #2476

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/apis/time.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/mesa.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@
:show-inheritance:
```

## mesa.time module

```{eval-rst}
.. automodule:: mesa.time
:members:
:undoc-members:
:show-inheritance:

```

## Module contents

```{eval-rst}
Expand Down
2 changes: 0 additions & 2 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import mesa.experimental as experimental
import mesa.space as space
import mesa.time as time
from mesa.agent import Agent
from mesa.batchrunner import batch_run
from mesa.datacollection import DataCollector
Expand All @@ -16,7 +15,6 @@
__all__ = [
"Model",
"Agent",
"time",
"space",
"DataCollector",
"batch_run",
Expand Down
Loading
Loading