Skip to content

Commit f44f2a7

Browse files
committed
finish rewriting docs
1 parent 00c92b5 commit f44f2a7

12 files changed

+213
-295
lines changed

docs/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21+
22+
autobuild:
23+
sphinx-autobuild . build/html
File renamed without changes.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "rodhaj"
10-
copyright = "2023, Noelle"
10+
copyright = "2024, Noelle"
1111
author = "No767"
1212

1313
# -- General configuration ---------------------------------------------------

docs/deployment/index.rst

-10
This file was deleted.

docs/dev-guide/contributing.rst

-112
This file was deleted.

docs/dev-guide/index.rst

-13
This file was deleted.

docs/dev-guide/intro.rst

-143
This file was deleted.

0 commit comments

Comments
 (0)