Skip to content

Commit

Permalink
Update project_components.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 13, 2024
1 parent c90d6d4 commit a2cd9ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/modeling_with_aequilibrae/project_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ It is possible to access the log file contents, as presented in the next code bl
>>> project_log = project.log()

# Returns a list with all entires in the log file.
>>> project_log.contents() # doctest: +ELLIPSIS
['2021-01-01 15:52:03,945;aequilibrae;INFO ; Created project on D:/release/Sample models/nauru',
...,
'2021-01-01 15:52:37,843;aequilibrae;INFO ; Network built successfully']
>>> project_log.contents() # doctest: +SKIP

# If your project's log is getting cluttered, it is possible to clear it.
# Use this option wiesly once the deletion of data in the log file can't be undone.
Expand Down

0 comments on commit a2cd9ea

Please sign in to comment.