Opened 4 years ago
Closed 4 years ago
#26483 closed enhancement (fixed)
clean graph_database.py
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | graph theory | Keywords: | py3, graph |
Cc: | tscrim | Merged in: | |
Authors: | David Coudert | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | cfcdde5 (Commits, GitHub, GitLab) | Commit: | cfcdde5161ba2f08d965187587cb79665fe3a5f9 |
Dependencies: | Stopgaps: |
Description
Clean the file and in particular the documentation of the module, classes and methods to improve html output.
Change History (5)
comment:1 Changed 4 years ago by
Branch: | → public/26483_graph_database_py |
---|---|
Cc: | tscrim added |
Commit: | → cfcdde5161ba2f08d965187587cb79665fe3a5f9 |
Status: | new → needs_review |
comment:2 Changed 4 years ago by
Keywords: | py3 graph added |
---|
HELP HELP HELP
The pyflakes test raises a serious issue I don't know how to fix: method subgraphs_to_data
is missing!!! I'm not sure what it should be. Help is more than welcome :P
comment:3 Changed 4 years ago by
Milestone: | sage-8.4 → sage-8.5 |
---|
comment:4 Changed 4 years ago by
Reviewers: | → Travis Scrimshaw |
---|---|
Status: | needs_review → positive_review |
This was a problem before this ticket and your changes do not change the situation, so the pyflakes error does not matter in this case.
comment:5 Changed 4 years ago by
Branch: | public/26483_graph_database_py → cfcdde5161ba2f08d965187587cb79665fe3a5f9 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
trac #26483: clean graph_database.py