networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
185 stars 105 forks source link

Reorganize content and remove warning banner #50

Closed rossbar closed 2 years ago

rossbar commented 2 years ago

Now that we have a few more excellent notebooks (thanks @vdshk & @harshal-dupare !) I think there is enough here to make the nx-guides site more "official". To do so, this PR:

  1. Removes the warning banner that was previously in all pages. There will no longer be a Warning that the site is in beta
  2. Adds a bit of hierarchical organization to the site.

This second point just tries to add some organization to make the navbar more useful. Instead of calling each notebook Tutorial: ..., I've removed the Tutorial part and categorized the notebooks into "Algorithms" and "Generators", which will be the new top-level categories that show up in the nav-bar on every page. The categories can be changed at any time, I just thought these made sense given the notebooks we currently have. Suggestions welcome!