Skip to content

Commit

Permalink
Merge pull request #46 from mole99/help-window
Browse files Browse the repository at this point in the history
New help window
  • Loading branch information
mole99 authored Apr 2, 2024
2 parents 98727b8 + 46748be commit 2922798
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 1,091 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ $ make docs
To host the docs, run:

```
make host-docs
$ make host-docs
```

To automatically refresh the docs upon changes, run:

```
make auto-docs
$ make auto-docs
```

> [!NOTE]
Expand Down
10 changes: 0 additions & 10 deletions cace/cace_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,16 +292,6 @@ def init_gui(self):
# Create the help window
self.help = HelpWindow(self, fontsize=fontsize)

# with io.StringIO() as buf, contextlib.redirect_stdout(buf):
helpfile = os.path.join(apps_path, 'doc', 'characterize_help.txt')
self.help.add_pages_from_file(helpfile)
helpfile = os.path.join(apps_path, 'doc', 'format.txt')
self.help.add_pages_from_file(helpfile)
# message = buf.getvalue()

# Set the help display to the first page
self.help.page(0)

# Create the failure report window
self.failreport = FailReport(self, fontsize=fontsize)

Expand Down
104 changes: 0 additions & 104 deletions cace/doc/characterize_help.txt

This file was deleted.

Loading

0 comments on commit 2922798

Please sign in to comment.