Skip to content

Commit 3a262f0

Browse files
hugovkradarhere
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Murray <[email protected]>
1 parent 609158d commit 3a262f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ help:
4444
@echo " coverage run coverage test (in progress)"
4545
@echo " doc make HTML docs"
4646
@echo " docserve run an HTTP server on the docs directory"
47-
@echo " html to make standalone HTML files"
48-
@echo " htmlview to open the index page built by the html target in your browser"
47+
@echo " html make HTML docs"
48+
@echo " htmlview open the index page built by the html target in your browser"
4949
@echo " inplace make inplace extension"
5050
@echo " install make and install"
5151
@echo " install-coverage make and install with C coverage"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# ones.
2929
extensions = [
3030
"sphinx.ext.autodoc",
31-
"sphinx.ext.intersphinx",
3231
"sphinx.ext.extlinks",
32+
"sphinx.ext.intersphinx",
3333
"sphinx.ext.viewcode",
3434
"sphinx_copybutton",
3535
"sphinx_inline_tabs",

0 commit comments

Comments
 (0)