use vsmartcard/docs for website
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.buildinfo
|
||||||
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
12
npa/README.txt
Normal file
12
npa/README.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user