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",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "About",
|
||||
link: "/programming/about",
|
||||
},
|
||||
{
|
||||
text: "Rust",
|
||||
link: "/programming/rust",
|
||||
|
||||
@@ -175,20 +175,20 @@ li::marker {
|
||||
top: 36px;
|
||||
}
|
||||
|
||||
.VPSwitch[data-v-70a26bb8] {
|
||||
background-color: var(--vp-c-bg-alt);
|
||||
.VPSwitch {
|
||||
background-color: var(--vp-c-bg-alt) !important;
|
||||
}
|
||||
|
||||
.VPDocFooter[data-v-29ec59c0] {
|
||||
margin-top: 36px;
|
||||
.VPDocFooter {
|
||||
margin-top: 36px !important;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.VPSidebarItem.level-0[data-v-3db96182] {
|
||||
padding-bottom: 10px;
|
||||
.VPSidebarItem.level-0 {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.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
|
||||
|
||||
The Python documentation for IronCalc might be found [here](https://ironcalc.readthedocs.io/en/latest/)
|
||||
|
||||
::: warning
|
||||
**Note:** This page is in construction 🚧
|
||||
:::
|
||||
|
||||
@@ -6,6 +6,8 @@ lang: en-US
|
||||
|
||||
# Rust
|
||||
|
||||
The Rust API documentation might be found [here](https://docs.rs/ironcalc/latest/ironcalc/)
|
||||
|
||||
::: warning
|
||||
**Note:** This page is in construction 🚧
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user