FIX: Some fixes to the doumentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
d70ab85396
commit
47acd0d600
@@ -1990,6 +1990,10 @@ export default defineConfig({
|
|||||||
text: "Programming",
|
text: "Programming",
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
text: "About",
|
||||||
|
link: "/programming/about",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Rust",
|
text: "Rust",
|
||||||
link: "/programming/rust",
|
link: "/programming/rust",
|
||||||
|
|||||||
@@ -175,20 +175,20 @@ li::marker {
|
|||||||
top: 36px;
|
top: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPSwitch[data-v-70a26bb8] {
|
.VPSwitch {
|
||||||
background-color: var(--vp-c-bg-alt);
|
background-color: var(--vp-c-bg-alt) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPDocFooter[data-v-29ec59c0] {
|
.VPDocFooter {
|
||||||
margin-top: 36px;
|
margin-top: 36px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPSidebarItem.level-0[data-v-3db96182] {
|
.VPSidebarItem.level-0 {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPBadge.info {
|
.VPBadge.info {
|
||||||
|
|||||||
11
docs/src/programming/about.md
Normal file
11
docs/src/programming/about.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
layout: doc
|
||||||
|
outline: deep
|
||||||
|
lang: en-US
|
||||||
|
---
|
||||||
|
|
||||||
|
# Programming IronCalc
|
||||||
|
|
||||||
|
IronCal is a spreadsheet _engine_ first. This means you can load the engine from a myriad of places. The very same computational engine tat you use in the [browser](https://app.ironcalc.com) you can use from your favourite programming language.
|
||||||
|
|
||||||
|
Using IronCalc programmatically means you can create spreadsheets on the fly. Maybe you want to create reports for your users or maybe you want to run the spreadsheet with a series of inputs and use the outputs.
|
||||||
@@ -6,6 +6,8 @@ lang: en-US
|
|||||||
|
|
||||||
# Python Bindings
|
# Python Bindings
|
||||||
|
|
||||||
|
The Python documentation for IronCalc might be found [here](https://ironcalc.readthedocs.io/en/latest/)
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
**Note:** This page is in construction 🚧
|
**Note:** This page is in construction 🚧
|
||||||
:::
|
:::
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ lang: en-US
|
|||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
|
|
||||||
|
The Rust API documentation might be found [here](https://docs.rs/ironcalc/latest/ironcalc/)
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
**Note:** This page is in construction 🚧
|
**Note:** This page is in construction 🚧
|
||||||
:::
|
:::
|
||||||
|
|||||||
Reference in New Issue
Block a user