Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Init docs #9

Merged
merged 13 commits into from
Feb 13, 2022
Merged

[Python] Init docs #9

merged 13 commits into from
Feb 13, 2022

Commits on Nov 1, 2021

  1. [Py] Implement BFS and DFS for initialization

    BFS: Breadth-first search
    DFS: Depth-first search
    Splines committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f96238e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    a720f3e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    6698329 View commit details
    Browse the repository at this point in the history
  2. Add documentation badge

    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8aa48ab View commit details
    Browse the repository at this point in the history
  3. Add docstrings to graph

    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    314e941 View commit details
    Browse the repository at this point in the history
  4. Init Chimera graph docs

    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    148b51c View commit details
    Browse the repository at this point in the history
  5. Add ReadTheDocs configuration to fix doc errors

    Use Python 3.9 instead of version 3.7 for building.
    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6cbec82 View commit details
    Browse the repository at this point in the history
  6. Add doc strings to embedding graph

    This partially breaks with some chain logic, so we will need to adjust
    some functions one abstraction layer above.
    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    70bbbfd View commit details
    Browse the repository at this point in the history
  7. Fix get_embedded_nodes

    Splines committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3d3f93c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2aecc47 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Add more docs

    Splines committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1751374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c078dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7efb170 View commit details
    Browse the repository at this point in the history