Adding in docz
This commit is contained in:
parent
a832567f26
commit
1241707f73
15
Makefile
15
Makefile
@ -3,6 +3,10 @@ all:
|
||||
@echo ""
|
||||
@echo " Other targets:"
|
||||
@echo ""
|
||||
@echo " - docs"
|
||||
@echo " - site"
|
||||
@echo " - full"
|
||||
@echo ""
|
||||
@echo " - dev (test & flake)"
|
||||
@echo " - flake"
|
||||
@echo " - test"
|
||||
@ -12,6 +16,14 @@ all:
|
||||
@echo " - r"
|
||||
@echo ""
|
||||
|
||||
site:
|
||||
make -C site
|
||||
|
||||
docs:
|
||||
make -C docs html
|
||||
|
||||
full: d tox site docs
|
||||
|
||||
venv:
|
||||
ifeq (,$(findstring hy,$(VIRTUAL_ENV)))
|
||||
@echo "You're not in a Hy virtualenv. FOR SHAME"
|
||||
@ -41,3 +53,6 @@ diff:
|
||||
git diff --color | less -r
|
||||
|
||||
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
|
||||
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!
|
||||
Welcome to Hy's documentation!
|
||||
==============================
|
||||
|
||||
Hi! Welcome to Hy!
|
||||
|
||||
Documentation Index
|
||||
===================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
:maxdepth: 3
|
||||
|
||||
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…
Reference in New Issue
Block a user