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

🎉 Official STGraph Documentation started #83

Merged
merged 26 commits into from
May 6, 2024
Merged

Conversation

nithinmanoj10
Copy link
Contributor

@nithinmanoj10 nithinmanoj10 commented Oct 9, 2023

Need to work on the following pages first

  • Home Page / About
  • Installation
  • Changelogs Page
  • Dataset Loaders
  • Tutorial for GNNs
  • Tutorial for TGNNs

Package References shall be added in a later pull request

@nithinmanoj10 nithinmanoj10 self-assigned this Dec 24, 2023
@nithinmanoj10 nithinmanoj10 added the documentation Improvements or additions to documentation label Dec 24, 2023
Now the installation guide is similar to the one present in the GitHub repository
Made a Changelogs page for STGraph. Added an intro paragraph and banner in the home page. And added a note for creating a virtual environment in the installation page
Created a tutorial sections with currently a tutorial for GCN training on Cora in progress.
@nithinmanoj10 nithinmanoj10 changed the base branch from main to v1.1.0 January 6, 2024 10:10
Merge v1.1.0 to official-docs
This was added back to fix the previous merge conflicts
Added reference links in the docstrings which shows up in the documentation. So far it's the links to the dataset loader provided by PyG-T from where we got the datasets.

Also removed all the private attributes from the attributes list in the docstrings. Added gdata to the attributes list.

Provided the return type for the getter methods in the dataset loaders
Added new gdata attributes such as max_num_nodes and max_num_edges for Dynamic datasets. These values for EnglandCOVID dataset was set accordingly.

Also created the doc module page for stgraph.graph. Content yet to be added.
Added the paragraph on how to build the STGraph graph .so file in the docs module page for stgraph.graph
This was done to accommodate for the merge conflicts arising from updating the official-docs branch with the latest changes in the v1.1.0 branch
For the static, temporal and dynamic modules inside stgraph.dataset
🔁 Update official-docs branch with v1.1.0 branch
🔁 Update official-docs branch from v1.1.0 branch
🔁 Update official-docs branch from v1.1.0 branch
🔁 Update official-docs with develop branch
However, there are few methods yet to be documented. Kept them as TODO.
@nithinmanoj10 nithinmanoj10 merged commit 356e53a into develop May 6, 2024
3 checks passed
@nithinmanoj10 nithinmanoj10 added the docs-todo Documentation that is yet to be done or added label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-todo Documentation that is yet to be done or added documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant