Ross Barnowski

Results 82 issues of Ross Barnowski

The scipy-cookbook has been a great resource in the past, but (as noted in the book itself) it is not really curated/had a high volume of attention paid to it....

**Describe the bug** When trying build a document via sphinx that ends with a heading, I see the following warning: ``` foo.md:0: WARNING: Document or section may not begin with...

documentation

I recently experienced an issue with working with multiple source files that would then be combined into one larger document, e.g. multiple files representing book chapters. If the files are...

Related to #5903 and #5896. #5903 was a very nice solution to the problem identified in #5896 - i.e. the input-munging logic for the `mapping` parameter used a `hasattr("__getitem__")` check...

Maintenance

I did a bit of investigation to see what it would take to solve #5869. The first step is to see what fails in the test suite when the existing...

Maintenance

#5736 recently added "naive" implementations of the LCA functions (thanks @dtekinoglu ! :rocket: ) which avoid some [long-standing bugs](https://github.com/networkx/networkx/issues?q=is%3Aopen+is%3Aissue+label%3ALCA) that have been identified by users with the existing implementation. #5736...

Question
LCA

Taking a look at the [LCA test suite](https://github.com/networkx/networkx/blob/main/networkx/algorithms/tests/test_lowest_common_ancestors.py), it looks to me like there are some opportunities to improve the tests. One obvious one is the test naming scheme: the...

Maintenance

I just noticed that the `nx_agraph` package provides two functions for computing graphviz layouts on networkx objects: `nx_agraph.pygraphviz_layout` and `nx_agraph.graphviz_layout`. This duplication seems unnecessary - I think it'd be an...

Question

I did a quick scan of the issues and didn't see this proposed anywhere - apologies if I missed related discussions. It would be a nice feature to have the...

This expands on [this comment](https://github.com/sphinx-gallery/sphinx-gallery/issues/780#issuecomment-762053401) to demonstrate my use case.