Skip to content

Commit 8bde3bb

Browse files
wiremoonsawvwgk
andauthored
Add link to the fpm registry (#35)
- add fpm registry link to toctree - add paragraph about fpm registry after topic overview Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 3a1f064 commit 8bde3bb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ help:
1616
.PHONY: help $(MAKEFILES)
1717

1818
html: $(addprefix html/,$(LANGUAGES)) $(BUILDDIR)/html/index.html
19+
@echo "Pages available at file://$$PWD/$(BUILDDIR)/html/index.html"
1920

2021
$(addprefix html/,$(LANGUAGES)): $(MAKEFILES)
2122
@$(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)/$@" $(SPHINXOPTS) -Dlanguage=$(word 2,$(subst /, ,$@))

Diff for: pages/index.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Package manager and build system for Fortran
1717
:::
1818

1919
Welcome to the documentation for the Fortran Package Manager (fpm).
20-
This documentation is divided in four parts.
20+
21+
This documentation is divided into four parts.
2122
Select one of the topics below to continue.
2223

2324
::::{note}
@@ -119,6 +120,13 @@ Browse references
119120

120121
:::::
121122

123+
## {fa}`cubes` Registry
124+
125+
There are already many packages available for use with fpm, providing an easily accessible and rich ecosystem of general purpose and high-performance code.
126+
For a full list of packages checkout the [fpm registry](https://fortran-lang.org/packages/fpm).
127+
New packages can be submitted to the registry [here](https://github.com/fortran-lang/fpm-registry).
128+
129+
122130
## {fa}`newspaper` News
123131

124132
Recent events around the Fortran Package Manager, such as new releases, conference talks, and new packages will be announced here.
@@ -137,5 +145,6 @@ Tutorial <tutorial/index>
137145
How-To <how-to/index>
138146
Design <design/index>
139147
Reference <spec/index>
148+
Registry <https://fortran-lang.org/packages/fpm>
140149
news
141150
````

0 commit comments

Comments
 (0)