Skip to content

Commit

Permalink
Merge pull request #8 from memgraph/add-course-to-overview
Browse files Browse the repository at this point in the history
Add link to course to overview
  • Loading branch information
katarinasupe authored Dec 12, 2022
2 parents 2400488 + fa014c2 commit 3280ff8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ title: Overview
sidebar_label: Overview
slug: /
---
<!-- import CtaButton from "@site/src/components/cta-button/cta-button"; -->

Welcome to the **NetworkX Guide**!
This site provides current and useful information about the **NetworkX** Python library for studying graphs and networks.

This project came to life because we noticed a lack of user-friendly materials and documentation surrounding the NetworkX library.
With this site, we hope to combine all the relevant resources like guides, tutorials, references, etc. into an open platform that is **free for everyone to use and contribute to**. We would also like to emphasize the importance of graph analytics in fast evolving world of data.

If you want to quickly learn all about graphs and how to analyze them sign up for the **Intro to Graph Analytics in Python free course**. Get to know the graph analytics tools landscape and see engaging examples to find out how to use the most powerful network analysis Python tools.

[![free-course-intro-to-graph-analytics](../static/img/free-course-intro-to-graph-analytics.jpg)](https://app.livestorm.co/memgraph/intro-to-graph-analytics-in-python "Intro to Graph Analytics in Python Course")

<!-- <CtaButton title="Sign up for the course" url="https://app.livestorm.co/memgraph/intro-to-graph-analytics-in-python"></CtaButton> -->

The documentation is divided into the following sections:
* **[Getting started](/getting-started)** - A beginner guide for developers who are new to the world of network analysis.
* **[Visualizing graphs](/visualization)** - A section dedicated to graph visualization functionalities.
* **[Functions](/functions)** - A complete list of all functions available in NetworkX.
* **[Algorithms](/algorithms)** - Graph algorithms explained in simple terms with accompanying usage examples.
* **[Other resources](/other-resources)** - A compilation of NetworkX related resources.
* **[FAQ](/faq)** - Read the most common questions asked on community channels and learn answers to them.




3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ img[alt="visualization-basics-draw-customized"],
img[alt="visualization-basics-positions"],
img[alt="matplotlib-figure-2"],
img[alt="matplotlib-figure-3"],
img[alt="matplotlib-figure-5"] {
img[alt="matplotlib-figure-5"],
img[alt="free-course-intro-to-graph-analytics"] {
width: 50%;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3280ff8

Please sign in to comment.