Skip to content

Commit ce7754f

Browse files
committed
doc changes for 1.0
1 parent 95b6c09 commit ce7754f

File tree

2 files changed

+21
-24
lines changed

2 files changed

+21
-24
lines changed

docs/conf.py

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -209,22 +209,6 @@
209209
# Output file base name for HTML help builder.
210210
htmlhelp_basename = 'CarbonBlackAPI-PythonBindingsdoc'
211211

212-
# -- Options for LaTeX output ---------------------------------------------
213-
214-
latex_elements = {
215-
# The paper size ('letterpaper' or 'a4paper').
216-
#'papersize': 'letterpaper',
217-
218-
# The font size ('10pt', '11pt' or '12pt').
219-
#'pointsize': '10pt',
220-
221-
# Additional stuff for the LaTeX preamble.
222-
#'preamble': '',
223-
224-
# Latex figure (float) alignment
225-
#'figure_align': 'htbp',
226-
}
227-
228212
# Grouping the document tree into LaTeX files. List of tuples
229213
# (source start file, target name, title,
230214
# author, documentclass [howto, manual, or own class]).
@@ -289,3 +273,21 @@
289273

290274
# If true, do not generate a @detailmenu in the "Top" node's menu.
291275
#texinfo_no_detailmenu = False
276+
277+
latex_elements = {
278+
# Additional stuff for the LaTeX preamble.
279+
# The paper size ('letterpaper' or 'a4paper').
280+
'papersize': 'letterpaper',
281+
282+
# The font size ('10pt', '11pt' or '12pt').
283+
# 'pointsize': '10pt',
284+
285+
# Additional stuff for the LaTeX preamble.
286+
# 'preamble': '',
287+
288+
# Latex figure (float) alignment
289+
# 'figure_align': 'htbp',
290+
'preamble': "".join((
291+
'\DeclareUnicodeCharacter{25A0}{=}', # Solid box
292+
)),
293+
}

docs/index.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ The possible options for each credential profile are:
142142
Future versions of cbapi will also provide the ability to "pin" the TLS certificate so as to provide certificate
143143
verification on self-signed or internal CA signed certificates.
144144

145-
Backwards Compatibility
146-
-----------------------
145+
Backwards & Forwards Compatibility
146+
----------------------------------
147147

148148
The previous versions (0.8.x and earlier) of cbapi and bit9Api are now deprecated and will no longer receive updates.
149149
However, existing scripts will work without change as cbapi includes both in its legacy package.
@@ -160,12 +160,7 @@ New scripts should use the :py:mod:`cbapi.response.rest_api.CbResponseAPI`
160160
(for Cb Response) and :py:mod:`cbapi.protection.rest_api.CbProtectionAPI`
161161
(for Cb Protection) API entry points.
162162

163-
164-
Forwards Compatibility
165-
----------------------
166-
167-
*The new API is still in development and may change subtly during the 0.9 release process.* Any breaking changes
168-
will be documented in the changelog. The API will be frozen as of version 1.0; afterward, any changes in the 1.x version branch
163+
The API is frozen as of version 1.0; afterward, any changes in the 1.x version branch
169164
will be additions/bug fixes only. Breaking changes to the API will increment the major version number (2.x).
170165

171166
User Guide

0 commit comments

Comments
 (0)