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
In DF we use `Sphinx` to generate the documentation. The documentation is written in `reStructuredText` and `Markdown` and the source files are located in the `doc` folder. The documentation is hosted on `ReadTheDocs` and is automatically updated when a new commit is pushed to the `main` branch.
5
+
6
+
Documentation is autogenerated for:
7
+
8
+
-[GHComponents](gh_components.rst) for the DF Grasshopper plug-in
9
+
-[Python API](diffCheck_PythonAPI) for the DF Python API
10
+
11
+
12
+
```{note}
13
+
If you need to add a new page to the documentation (e.g. a [new tutorial](tutorials.rst)), you can do so by adding a new `.rst` file in the `doc` folder and linking it in the `index.rst` file.
0 commit comments