Skip to content

Commit

Permalink
Convert md docs to rst
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 8, 2024
1 parent 87316e3 commit e4250a0
Show file tree
Hide file tree
Showing 19 changed files with 2,101 additions and 1,409 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build/
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
242 changes: 0 additions & 242 deletions docs/config.md

This file was deleted.

105 changes: 0 additions & 105 deletions docs/csrs.md

This file was deleted.

Loading

0 comments on commit e4250a0

Please sign in to comment.