You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(rtd): include developer guide section, troubleshoot rendering (#1889)
The styleguide is missing from the RTD site, try specifying RST and MD suffixes explicitly. And introduce developer guide section with styleguide, DEVELOPER.md, and CONTRIBUTING.md.
Copy file name to clipboardExpand all lines: .build_rtd_docs/styleguide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Style Guide
1
+
# Fortran Style Guide
2
2
3
3
The goal of this guide is to provide a standard for MODFLOW 6 contributors to follow, in pursuit of consistent, readable, well-organized, and unsurprising source code.
See [this ticket](https://github.com/mesonbuild/meson/issues/12282) on the Meson repository for more information.
110
104
111
-
##### Windows
105
+
*Windows*
112
106
113
107
[Minimalist GNU for Windows](https://www.mingw-w64.org/) is the recommended way to obtain the GCC toolchain on Windows. Several MinGW distributions are available.
114
108
@@ -224,15 +218,15 @@ The tests use a set of shared fixtures and utilities provided by the [`modflow-d
224
218
225
219
Some other tools are useful but not required to develop MODFLOW 6.
226
220
227
-
#### GNU Make
221
+
*GNU Make*
228
222
229
223
This repository provides makefiles, generated by `mfpymake`, which can be used to build MODFLOW 6 with [GNU Make](https://www.gnu.org/software/make/). For further instructions we refer to the [GNU Make Manual](https://www.gnu.org/software/make/manual/).
230
224
231
-
#### Visual Studio
225
+
*Visual Studio*
232
226
233
227
Visual Studio installers can be downloaded from the [official website](https://visualstudio.microsoft.com/). MODFLOW 6 solution files can be found in the `msvs` folder.
234
228
235
-
#### Doxygen & LaTeX
229
+
*Doxygen & LaTeX*
236
230
237
231
[Doxygen](https://www.doxygen.nl/index.html) is used to generate the [MODFLOW 6 source code documentation](https://modflow-usgs.github.io/modflow6/). [Graphviz](https://graphviz.org/) is used by doxygen to produce source code diagrams. [LaTeX](https://www.latex-project.org/) is used to generate the MODFLOW 6 release notes and Input/Output documents (docs/mf6io/mf6io.nightlybuild).
0 commit comments