include license/authors into sphinx docs, minor docs fix
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
Main Authors
|
Main Authors
|
||||||
------------
|
------------
|
||||||
Thomas Waldmann, tw AT waldmann-edv DOT de
|
Thomas Waldmann, tw AT waldmann-edv DOT de
|
||||||
|
|
||||||
(please add yourself above this line if you did major contributions to
|
(please add yourself above this line if you did major contributions to
|
||||||
the project)
|
the project)
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
(please add yourself above this line if you contributed to the project)
|
(please add yourself above this line if you contributed to the project)
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2011-2014 Thomas Waldmann <tw AT waldmann-edv DOT de> and
|
Copyright (c) 2011-2014 Thomas Waldmann <tw AT waldmann-edv DOT de> and
|
||||||
other contributors, see AUTHORS.txt.
|
other contributors, see AUTHORS.txt.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@@ -7,6 +7,7 @@ What is XStatic
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
intro
|
intro
|
||||||
|
license
|
||||||
|
|
||||||
|
|
||||||
Using XStatic
|
Using XStatic
|
||||||
|
10
docs/source/license.rst
Normal file
10
docs/source/license.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
License
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. include:: ../../LICENSE.txt
|
||||||
|
|
||||||
|
Authors
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. include:: ../../AUTHORS.txt
|
||||||
|
|
@@ -49,6 +49,7 @@ For some packages there is also a CDN available, you can use it by giving the
|
|||||||
appropriate provider (not 'local') and protocol (see the xstatic-* package metadata about which cdnnames and protocols are available for the package):
|
appropriate provider (not 'local') and protocol (see the xstatic-* package metadata about which cdnnames and protocols are available for the package):
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
xs = XStatic(mod, provider='cdnname', protocol='https')
|
xs = XStatic(mod, provider='cdnname', protocol='https')
|
||||||
print xs.base_url
|
print xs.base_url
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user