Skip to content

Commit 3d40844

Browse files
committed
Fix robots.txt
1 parent 64ff337 commit 3d40844

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

_docs_src/mkdocs.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
site_name: pyml_bindgen -- OCaml-Python Bindings Generator
22
site_url: https://mooreryan.github.io/ocaml_python_bindgen/
33
repo_url: https://github.com/mooreryan/ocaml_python_bindgen
4-
edit_uri: edit/master/docs_src/src
4+
edit_uri: edit/master/_docs_src/src
55
site_description: Installation and usage instructions for pyml_bindgen, a program to generate OCaml bindings for Python classes via pyml.
66
site_author: Ryan M. Moore
77
nav:
88
- pyml_bindgen: index.md
9-
# - Installation: installation.md
10-
# - Getting Started:
11-
# - Usage: usage.md
12-
# - Just Enough Git: git.md
139
- Examples & Tutorials:
1410
- Getting Started: getting-started.md
1511
- Matplotlib Example: matplotlib.md
@@ -23,10 +19,6 @@ nav:
2319
- You can only bind methods, not functions: no-functions.md
2420
- Handling Tuples: tuples.md
2521
- Gotchas & Known Bugs: gotchas-bugs.md
26-
# - Overview: tutorials/overview.md
27-
# - Basic usage: tutorials/basic_usage.md
28-
# - Correcting failed actions: tutorials/correcting_failed_actions.md
29-
# - Ignoring actions: tutorials/ignoring_actions.md
3022
theme:
3123
name: readthedocs
3224
custom_dir: custom_theme

_docs_src/src/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sitemap: https://mooreryan.github.io/computational_lab_notebooks/sitemap.xml
1+
Sitemap: https://mooreryan.github.io/ocaml_python_bindgen/sitemap.xml

0 commit comments

Comments
 (0)