use vsmartcard/docs for website

This commit is contained in:
Frank Morgner
2016-10-07 08:15:54 +02:00
parent a8b22f7bef
commit 1a86f1ebe0
6 changed files with 22 additions and 3 deletions

View File

@@ -34,12 +34,12 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)" @echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean: clean:
-rm -rf $(BUILDDIR)/* -rm -rf $(BUILDDIR)/* ../docs/*
html: html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../docs
@echo @echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @echo "Build finished. The HTML pages are in $(BUILDDIR)/../docs."
dirhtml: dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml

View File

@@ -51,6 +51,11 @@ Currently the following projects are part of |vsmartcard|:
pcsc-relay/README pcsc-relay/README
ccid/README ccid/README
.. toctree::
:hidden:
npa/README
Looking for a feature the included programs do not offer? Want to extend the Looking for a feature the included programs do not offer? Want to extend the
functionality of some library? Apart from requesting a new feature, you can functionality of some library? Apart from requesting a new feature, you can
have a look at these programming guides and try yourself: have a look at these programming guides and try yourself:

1
doc/npa Symbolic link
View File

@@ -0,0 +1 @@
../npa/

1
docs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.buildinfo

0
docs/.nojekyll Normal file
View File

12
npa/README.txt Normal file
View File

@@ -0,0 +1,12 @@
.. meta::
:http-equiv=refresh: 0;URL='https://github.com/frankmorgner/OpenSC'
######################
nPA Smart Card Library
######################
Access the German electronic identity card (neuer Personalausweis/nPA).
The functionality of nPA Smart Card Library has been integrated into
OpenSC. Developement and Support will continue at our new home
https://github.com/frankmorgner/OpenSC.