Skip to content

Commit caa762d

Browse files
committed
change doc to docs
1 parent 3aa1ef0 commit caa762d

78 files changed

Lines changed: 2 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ coverage:
2121
coverage report
2222

2323
docs: .FORCE
24-
(cd docsrc; make html)
24+
(cd docs; make html)
2525

2626
docupdate: docs
2727
git clone https://github.com/petercorke/spatialmath-python.git --branch gh-pages --single-branch gh-pages
28-
cp -r doc/build/html/. gh-pages
28+
cp -r docs/build/html/. gh-pages
2929
git add gh-pages
3030
git commit -m "rebuilt docs"
3131
git push origin gh-pages
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)