Skip to content

Commit b05eb64

Browse files
committed
Refactor
1 parent 6505dca commit b05eb64

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

community/organizations.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
## Julia Packages and Organizations
2-
3-
### Julia Packages
4-
5-
The Julia ecosystem contains over 12,000 packages that are registered in the [General registry](https://github.com/JuliaRegistries/General), which means that finding the right package can be a challenge. Fortunately, there are services that can help navigate the ecosystem:
6-
7-
@@tight-list
8-
* [JuliaHub](https://juliahub.com/ui/Packages) — a [JuliaHub](https://juliahub.com) service that includes search of all registered open source package documentation, code search, and navigation by tags/keywords.
9-
* [Julia Packages](https://juliapackages.com) — browse Julia packages, filter by categories, and sort them by popularity, creation date or date of last update. Also supports browsing package developers.
10-
* [Julia Package Comparisons](https://juliapackagecomparisons.github.io) - a website to help Julia users discover and choose between packages.
11-
@@
12-
13-
The Julia package manager:
14-
15-
@@tight-list
16-
* [Pkg.jl](https://github.com/JuliaLang/Pkg.jl) is the Julia package manager. It has extensive [documentation](https\://pkgdocs.julialang.org/v1/) for managing packages and developing them as well.
17-
* [Julia Package Download Statistics](https://juliapkgstats.com/) - Package download statistics based on the [announcement](https://discourse.julialang.org/t/announcing-package-download-stats/69073/38).
18-
@@
19-
20-
### Julia Organizations
1+
## Julia Organizations
212

223
Something unique about the Julia Language is the way [the community self organizes into GitHub Organizations](https://youtu.be/cLFfTE2KWrk?t=644). This allows for a higher degree of collaboration and structure that ultimately enables each of these communities to be self sustaining.
234

packages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="Refresh" content="0; url='https://github.com/community/organizations'" />
6-
<title>Redirect to GitHub Repo</title>
5+
<meta http-equiv="Refresh" content="0; url='https://github.com/community/packages'" />
6+
<title>Redirect to Community packages</title>
77
</head>
88
<body>
9-
You should be redirected to <a href=https://github.com/community/organizations"">https://github.com/community/organizations</a> (if not, just click the link).
9+
You should be redirected to <a href=https://github.com/community/packages"">https://github.com/community/packages</a> (if not, just click the link).
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)