Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename get-started example directory and scripts using underscores #2245

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ doc/_build/
doc/gallery/
doc/projections/
doc/tutorials/
doc/get-started/
doc/get_started/

# Jupyter Notebook
.ipynb_checkpoints/
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ clean:
rm -rf api/generated
rm -rf gallery
rm -rf tutorials
rm -rf get-started
rm -rf get_started
rm -rf projections
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"examples_dirs": [
"../examples/gallery",
"../examples/tutorials",
"../examples/get-started",
"../examples/get_started",
"../examples/projections",
],
# path where to save gallery generated examples
"gallery_dirs": ["gallery", "tutorials", "get-started", "projections"],
"gallery_dirs": ["gallery", "tutorials", "get_started", "projections"],
"subsection_order": ExplicitOrder(
[
"../examples/gallery/maps",
Expand All @@ -97,7 +97,7 @@
"../examples/projections/table",
"../examples/tutorials/basics",
"../examples/tutorials/advanced",
"../examples/get-started",
"../examples/get_started",
]
),
# Patter to search for example files
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

overview.rst
install.rst
get-started/index.rst
get_started/index.rst

.. toctree::
:maxdepth: 2
Expand Down
File renamed without changes.