Skip to content

Commit b6c4d49

Browse files
committed
fix docs warnings
1 parent 4912229 commit b6c4d49

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,15 +532,15 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/5.1)
532532

533533
## 5.0
534534

535-
#### 5.0.1
535+
### 5.0.1
536536

537537
[5.0.1 on
538538
GitHub](https://github.com/jupyter/jupyter_client/milestones/5.0.1)
539539

540540
- Update internal protocol version number to 5.1, which should have
541541
been done in 5.0.0.
542542

543-
#### 5.0.0
543+
### 5.0.0
544544

545545
[5.0.0 on
546546
GitHub](https://github.com/jupyter/jupyter_client/milestones/5.0)
@@ -590,7 +590,7 @@ Backward-incompatible changes:
590590

591591
## 4.4
592592

593-
#### 4.4.0
593+
### 4.4.0
594594

595595
[4.4 on
596596
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.4)
@@ -603,7 +603,7 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.4)
603603

604604
## 4.3
605605

606-
#### 4.3.0
606+
### 4.3.0
607607

608608
[4.3 on
609609
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.3)
@@ -614,21 +614,21 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.3)
614614

615615
## 4.2
616616

617-
#### 4.2.2
617+
### 4.2.2
618618

619619
[4.2.2 on
620620
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.2.2)
621621

622622
- Another fix for the `start_new_kernel` issue in 4.2.1 affecting slow-starting kernels.
623623

624-
#### 4.2.1
624+
### 4.2.1
625625

626626
[4.2.1 on
627627
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.2.1)
628628

629629
- Fix regression in 4.2 causing `start_new_kernel` to fail while waiting for kernels to become available.
630630

631-
#### 4.2.0
631+
### 4.2.0
632632

633633
[4.2.0 on
634634
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.2)
@@ -645,7 +645,7 @@ GitHub](https://github.com/jupyter/jupyter_client/milestones/4.2)
645645

646646
## 4.1
647647

648-
#### 4.1.0
648+
### 4.1.0
649649

650650
[4.1.0 on
651651
GitHub](https://github.com/jupyter/jupyter_client/milestones/4.1)

docs/provisioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _provisioning
1+
.. _provisioning:
22

33
Customizing the kernel's runtime environment
44
============================================

docs/wrapperkernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can override a number of other methods to improve the functionality of your
134134
kernel. All of these methods should return a dictionary as described in the
135135
relevant section of the :doc:`messaging spec <messaging>`.
136136

137-
.. class:: MyKernel
137+
.. class:: MyCustomKernel
138138

139139
.. method:: do_complete(code, cursor_pos)
140140

0 commit comments

Comments
 (0)