Robin Neatherway
e451b80cfb
Remove unused 'type: ignore' comment flagged by mypy
2017-08-28 11:34:19 +01:00
shimizukawa
63c15998f6
closes #4017 : some web site house cleaning
2017-08-25 23:37:06 +09:00
Antony Lee
65aa87c6e9
Clarify error message when any role has more than one target.
...
(by including the full names of the candidate targets)
2017-08-23 14:56:15 -07:00
Atlas
16cbf658a2
Update tutorial.rst
2017-08-23 11:56:35 +02:00
Timotheus Kampik
ec9f373bfa
#3751 use double back ticks
2017-08-23 00:05:56 +02:00
shimizukawa
dd8c3211be
fix: missing `texinputs_win/Makefile
` to be used in latexpdf builder on windows.
2017-08-22 11:03:17 +09:00
Bernhard M. Wiedemann
5b4761e827
epub: use format_date
...
to allow to override build date
to enable reproducible builds of packages like certbot in openSUSE
See https://reproducible-builds.org/ for why this is good.
2017-08-21 22:17:44 +02:00
Bernhard M. Wiedemann
3164e27ca0
epub: Sort manifest entries by filename
...
is a fixup on commit 0b7c73a981
is required because the os.walk loop is run per directory
and the ordering of directories is indeterministic
2017-08-21 17:21:16 +02:00
Takeshi KOMIYA
8b76d5b064
Merge pull request #4012 from avalentino/docstring-inheritance
...
Docstring inheritance
2017-08-21 23:31:17 +09:00
Robin Neatherway
e7304c74e8
Update regex to fix character class range
...
The use of a raw string literal here means that \uXXXX will not be
treated as a unicode character, but rather as the string "\\uXXXX".
I've adjusted this here to make this a unicode string.
2017-08-21 15:11:03 +01:00
Antonio Valentino
849c19c0e5
PEP8
2017-08-20 11:48:13 +02:00
Antonio Valentino
d454bb7472
Fix compatibility with Python 2
2017-08-20 11:10:35 +02:00
Antonio Valentino
96ee24d7c1
Basic test for docstring inheritance
2017-08-19 21:52:30 +02:00
Takeshi KOMIYA
05b621a79a
Merge pull request #3961 from gaborbernat/master
...
fixes #3959 alias/rename support for classes inside inheritence diagrams
2017-08-20 00:41:50 +09:00
Takeshi KOMIYA
6826a89101
Merge pull request #4009 from srinivasreddy/redundant_loop
...
Remove unnecessary else clauses in for loops
2017-08-20 00:28:20 +09:00
Takeshi KOMIYA
feab97e293
Fix flake8 violation
2017-08-20 00:27:07 +09:00
Takeshi KOMIYA
723301a15e
Merge pull request #4011 from blueyed/fix-DeprecationWarning-re-u
...
Fix DeprecationWarning for r'…(?u)'
2017-08-20 00:16:13 +09:00
Takeshi KOMIYA
61188861ca
Merge pull request #4002 from TimKam/3987-fix-html_sidebars_quickstart
...
#3987 remove alabaster-specific sidebars from sphinx-quickstart template
2017-08-20 00:15:25 +09:00
Takeshi KOMIYA
6a01d06adf
Merge pull request #4001 from TimKam/3996-fix-setuptools-options-doc
...
#3996 adjust setuptools doc
2017-08-20 00:04:49 +09:00
Takeshi KOMIYA
5ab26798d2
Merge pull request #3999 from GabrielL/templates-dir
...
use templates_path for latex template instead of hardcoded path
2017-08-19 23:41:35 +09:00
Takeshi KOMIYA
774408347d
Merge pull request #3997 from TimKam/3537-set-IE-content-mode
...
#3537 set IE doc mode to Edge if not HTML5
2017-08-19 23:35:22 +09:00
Srinivas Reddy Thatiparthy
04ff790139
remove unnecessary else clauses in for loop
2017-08-19 20:04:47 +05:30
Takeshi KOMIYA
24c514af1b
Merge pull request #4007 from sphinx-doc/copy-staticfiles-beyond-symlinks
...
copy static files beyond symlinked directories under _static directory
2017-08-19 23:30:46 +09:00
Takeshi KOMIYA
3b3406e610
Merge pull request #4008 from srinivasreddy/rm_import
...
remove unnecessay import
2017-08-19 23:23:24 +09:00
Antonio Valentino
5148d6953b
Typo
2017-08-18 19:26:39 +02:00
Daniel Hahler
5359bb8ba5
Fix DeprecationWarning for r'…(?u)'
...
Fixes
> DeprecationWarning: Flags not at the start of the expression …
2017-08-18 11:53:37 +02:00
Antonio Valentino
beac2f8647
Update AUTHORS and CHANGES
2017-08-18 11:37:26 +02:00
Antonio Valentino
23a40f88d0
Improve fomatting (make flake8 happy)
2017-08-18 11:37:26 +02:00
Antonio Valentino
620491fcd5
Retireve docstirng form base classes ( Closes #3140 )
2017-08-18 11:37:11 +02:00
Srinivas Reddy Thatiparthy
1b545d6082
remove unnecessay import
2017-08-16 23:15:25 +05:30
shimizukawa
4f0de6f49b
copy static files beyond symlinked directories under _static directory.
...
This issue caused from ref #2744
2017-08-16 15:13:15 +09:00
Timotheus Kampik
b9e7824033
#3987 remove alabaster-specific sidebars
...
as default sphinx-quickstart settings
2017-08-13 17:01:16 +02:00
Timotheus Kampik
22ea6d560b
#3996 add note: replace hyphen with underscore if build options set in setup() command
2017-08-13 16:20:25 +02:00
Gabriel Laskar
30edc3fa86
use templates_path for latex template instead of hardcoded path
...
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
2017-08-13 02:51:41 +02:00
Timotheus Kampik
a027ee7990
#3537 set IE doc mode to Edge if not HTML5
2017-08-12 19:42:31 +02:00
Takeshi KOMIYA
c96b5b67b1
Fix flake8 violation
2017-08-10 10:36:19 +09:00
Takeshi KOMIYA
b2f841fcaa
Merge pull request #3982 from TimKam/3799-support-ngettext
...
3799 support ngettext
2017-08-10 10:27:36 +09:00
Takeshi KOMIYA
ddbc205535
Merge pull request #3981 from TimKam/3979-add-linux-doc-to-examples
...
#3979 add Linux kernel doc to list of projects that use Sphinx
2017-08-09 00:04:37 +09:00
Takeshi KOMIYA
b49393379f
Merge pull request #3977 from vedranmiletic/documentation-fixes
...
Add more EXAMPLES, remove those that use MkDocs
2017-08-09 00:04:13 +09:00
Takeshi KOMIYA
86c2e246f4
Merge pull request #3984 from TimKam/3548-update-docs-sphinxdoc-theme
...
#3548 clarify that Sphinx docs do not use sphinxdoc theme anymore
2017-08-09 00:02:54 +09:00
Takeshi KOMIYA
3ddcad8ee2
Merge pull request #3986 from jschueller/patch-3
...
Add OpenTURNS to EXAMPLES
2017-08-09 00:01:47 +09:00
Julien Schueller
308dc7ad41
Add OpenTURNS to EXAMPLES
2017-08-08 16:08:16 +02:00
Takeshi KOMIYA
fabe567638
Merge pull request #3980 from TimKam/patch-2
...
#3978 fix typo
2017-08-08 10:39:22 +09:00
Timotheus Kampik
bd1a83c1ec
#3548 clarify that Sphinx docs do not use sphinxdoc theme anymore
2017-08-06 21:53:39 +02:00
Timotheus Kampik
2150634508
#3799 specify missing type arguments
2017-08-06 10:20:12 +02:00
Timotheus Kampik
4f3cf402f6
#3799 use propper pluralization in (dummy) i18n call
2017-08-05 18:52:09 +02:00
Timotheus Kampik
0ed69442eb
#3799 support ngettext in internal locale package
2017-08-05 18:51:12 +02:00
Timotheus Kampik
0fc80438e6
#3979 add Linux kernel doc to list of projects that use Sphinx
2017-08-05 14:21:31 +02:00
Timotheus Kampik
83155ddf7f
#3978 fix typo
2017-08-05 13:50:26 +02:00
Vedran Miletić
55ea789d97
Add more EXAMPLES, remove those that use MkDocs
2017-08-02 12:43:09 +02:00