Adding in docz
This commit is contained in:
parent
a832567f26
commit
1241707f73
15
Makefile
15
Makefile
@ -3,6 +3,10 @@ all:
|
|||||||
@echo ""
|
@echo ""
|
||||||
@echo " Other targets:"
|
@echo " Other targets:"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
@echo " - docs"
|
||||||
|
@echo " - site"
|
||||||
|
@echo " - full"
|
||||||
|
@echo ""
|
||||||
@echo " - dev (test & flake)"
|
@echo " - dev (test & flake)"
|
||||||
@echo " - flake"
|
@echo " - flake"
|
||||||
@echo " - test"
|
@echo " - test"
|
||||||
@ -12,6 +16,14 @@ all:
|
|||||||
@echo " - r"
|
@echo " - r"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
|
site:
|
||||||
|
make -C site
|
||||||
|
|
||||||
|
docs:
|
||||||
|
make -C docs html
|
||||||
|
|
||||||
|
full: d tox site docs
|
||||||
|
|
||||||
venv:
|
venv:
|
||||||
ifeq (,$(findstring hy,$(VIRTUAL_ENV)))
|
ifeq (,$(findstring hy,$(VIRTUAL_ENV)))
|
||||||
@echo "You're not in a Hy virtualenv. FOR SHAME"
|
@echo "You're not in a Hy virtualenv. FOR SHAME"
|
||||||
@ -41,3 +53,6 @@ diff:
|
|||||||
git diff --color | less -r
|
git diff --color | less -r
|
||||||
|
|
||||||
r: d tox diff
|
r: d tox diff
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: site docs
|
||||||
|
0
docs/_static/.keepme
vendored
Normal file
0
docs/_static/.keepme
vendored
Normal file
@ -1,22 +1,15 @@
|
|||||||
.. hy documentation master file, created by
|
Welcome to Hy's documentation!
|
||||||
sphinx-quickstart on Tue Mar 12 22:52:58 2013.
|
|
||||||
You can adapt this file completely to your liking, but it should at least
|
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
Welcome to hy's documentation!
|
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
Hi! Welcome to Hy!
|
||||||
|
|
||||||
|
Documentation Index
|
||||||
|
===================
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
||||||
|
language/index
|
||||||
|
.. library/index
|
||||||
|
6
docs/language/index.rst
Normal file
6
docs/language/index.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Language Spec
|
||||||
|
=============
|
||||||
|
|
||||||
|
This bit covers a bit about Hy's lovable quirks and eccentricities.
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user