Skip to content

Commit e50ad31

Browse files
DOC/MAINT:
* Undo adding .nojekyll to dev dir. * Fix typoes in index.html.
1 parent 3a3b612 commit e50ad31

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
cd dev
7070
echo "Copying /tmp/html here"
7171
cp -v -r /tmp/html/* .
72-
touch .nojekyll
7372
echo "Adding new dev documentation"
7473
git add -A .
7574
git commit -m "Add new dev documentation"

docweb/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<h1 id="logo"><img src="images/numpy_financial_logoh.svg" title="numpy-financial logo" alt="logo" /></h1>
2424
<aside id="asidelinks">
2525
<h3>Reference Documentation</h3>
26-
<a href="https://numpy/numpy_financial/latest/" class="link2">Latest release</a>
27-
<a href="https://numpy/numpy_financial/dev/" class="link2">Development version</a>
26+
<a href="https://numpy/numpy-financial/latest/" class="link2">Latest release</a>
27+
<a href="https://numpy/numpy-financial/dev/" class="link2">Development version</a>
2828
<h3>Source Code on GitHub</h3>
2929
<a href="https://github.com/numpy/numpy-financial" class="link2">numpy-financial</a>
3030
</aside>

0 commit comments

Comments
 (0)