Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17d7551

Browse files
committed
Restructuring of documentation.
1 parent7ca359c commit17d7551

File tree

243 files changed

+3394
-18737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+3394
-18737
lines changed

‎libs/network/doc/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
8-
BUILDDIR =build
8+
BUILDDIR =_build
99

1010
# Internal variables.
1111
PAPEROPT_a4 = -D latex_paper_size=a4

‎libs/network/doc/_ext/adjusts.py‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
fromsphinx.writersimporthtmlassphinx_htmlwriter
2+
3+
classCppNetlibHTMLTranslator(sphinx_htmlwriter.SmartyPantsHTMLTranslator):
4+
"""
5+
cpp-netlib-customized HTML transformations of documentation. Based on
6+
djangodocs.DjangoHTMLTranslator
7+
"""
8+
9+
defvisit_section(self,node):
10+
node['ids']=map(lambdax:"cpp-netlib-%s"%x,node['ids'])
11+
sphinx_htmlwriter.SmartyPantsHTMLTranslator.visit_section(self,node)
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp