Skip to content

Commit

Permalink
attempted to get docs to work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallen353 committed Jun 19, 2024
1 parent f50c579 commit 21aa81e
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 46 deletions.
2 changes: 1 addition & 1 deletion nbs/00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/01_leapseconds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
50 changes: 9 additions & 41 deletions nbs/10_utilities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| default_exp utilities"
Expand All @@ -29,11 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand All @@ -43,11 +35,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| include: false\n",
Expand All @@ -57,11 +45,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| include: false\n",
Expand All @@ -73,11 +57,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand All @@ -95,22 +75,14 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand Down Expand Up @@ -163,11 +135,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand Down Expand Up @@ -206,7 +174,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/11_logutils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
2 changes: 1 addition & 1 deletion nbs/20_datetime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
20 changes: 20 additions & 0 deletions nbs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
project:
type: website

format:
html:
theme: cosmo
css: styles.css
toc: true

website:
twitter-card: true
open-graph: true
repo-actions: [issue]
navbar:
background: primary
search: true
sidebar:
style: floating

metadata-files: [nbdev.yml, sidebar.yml]
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
9 changes: 9 additions & 0 deletions nbs/nbdev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
project:
output-dir: docs

website:
title: "gps_time"
site-url: "https://the-aerospace-corporation.github.io/gps_time/"
description: "Tools to handle GPS Time"
repo-branch: master
repo-url: "https://github.com/the-aerospace-corporation/gps_time/tree/master/"
9 changes: 9 additions & 0 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
website:
sidebar:
contents:
- index.ipynb
- 00_core.ipynb
- 01_leapseconds.ipynb
- 10_utilities.ipynb
- 11_logutils.ipynb
- 20_datetime.ipynb

0 comments on commit 21aa81e

Please sign in to comment.