We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243cd56 commit e4df4ddCopy full SHA for e4df4dd
CONTRIBUTING.md
@@ -0,0 +1,17 @@
1
+# Contributing to RFDpoly
2
+
3
+## Code Contributions
4
5
+## Documentation Contributions
6
7
+To preview the changes you made to the documentation before making a Pull Request you will need to
8
+install a few dependencies which can be done via
9
+```
10
+uv pip install -r docs/docs_requirements.txt
11
12
13
+To build the documentation, navigate to `docs` and run:
14
15
+make html
16
17
+You will then be able to see the generated HTML pages in `build/html`
docs/docs_requirements.txt
@@ -0,0 +1,4 @@
+sphinx>=8.2.3
+furo>=2025.9.25
+myst-parser>=4.0.1
+sphinx-copybutton>=4.0.1
0 commit comments