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
Escape apostrophes and use next/image in install guides
Escaped apostrophes in instructional text for consistency and to prevent JSX parsing issues. Replaced <img> tags with Next.js <Image> component in OsTabs and Socio4HealthNonCoder for optimized image handling and improved accessibility.
<pclassName="mt-4 text-sm text-gray-600">Notes: cube4health depends on native GDAL libraries. If you run into import/build issues, check your system GDAL version, Python version (3.10 recommended for development), and consult the project's GitHub issues for platform-specific fixes.</p>
121
+
<pclassName="mt-4 text-sm text-gray-600">Notes: cube4health depends on native GDAL libraries. If you run into import/build issues, check your system GDAL version, Python version (3.10 recommended for development), and consult the project's GitHub issues for platform-specific fixes.</p>
Copy file name to clipboardExpand all lines: app/installation/components/Socio4HealthCoder.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ export default function Socio4HealthCoder() {
27
27
</summary>
28
28
<divclassName="p-4">
29
29
<div>
30
-
<pclassName="mt-2 text-gray-700">Google Colab comes with many libraries pre-installed, but you'll need to install <codeclassName="bg-gray-100 px-1 rounded">socio4health</code> manually:</p>
30
+
<pclassName="mt-2 text-gray-700">Google Colab comes with many libraries pre-installed, but you'll need to install <codeclassName="bg-gray-100 px-1 rounded">socio4health</code> manually:</p>
<li>Check out the official <ahref="https://harmonize-tools.github.io/socio4health/"target="_blank"rel="noopener noreferrer">package documentation</a></li>
73
73
<li>PyPI package: Find the <ahref="https://pypi.org/project/socio4health/"target="_blank"rel="noopener noreferrer">socio4health package on PyPI</a> for installation and version info</li>
74
-
<li>GitHub repository: browse the project's code and issues at <ahref="https://github.com/harmonize-tools/socio4health"target="_blank"rel="noopener noreferrer">harmonize-tools/socio4health</a></li>
74
+
<li>GitHub repository: browse the project's code and issues at <ahref="https://github.com/harmonize-tools/socio4health"target="_blank"rel="noopener noreferrer">harmonize-tools/socio4health</a></li>
75
75
</ul>
76
76
</div>
77
77
</details>
78
78
79
-
<pclassName="text-gray-700">You're now ready to use the socio4health package!</p>
79
+
<pclassName="text-gray-700">You're now ready to use the socio4health package!</p>
@@ -11,7 +13,7 @@ export default function Socio4HealthNonCoder() {
11
13
<spanclassName="text-gray-600">▸</span>
12
14
</summary>
13
15
<divclassName="p-4">
14
-
<pclassName="text-gray-700">You can try the hosted Streamlit app (remember that the link can be down, for this see the section "Deploy yourself"):</p>
16
+
<pclassName="text-gray-700">You can try the hosted Streamlit app (remember that the link can be down, for this see the section "Deploy yourself"):</p>
0 commit comments