Skip to content

Commit 6b2772f

Browse files
committed
1 parent c0d16be commit 6b2772f

39 files changed

+3831
-2274
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 4c6673ae9407be59cbf8e6910887dc71
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

123 KB
Binary file not shown.

.doctrees/environment.pickle

278 KB
Binary file not shown.

.doctrees/history.doctree

24.4 KB
Binary file not shown.

.doctrees/index.doctree

22.3 KB
Binary file not shown.

.nojekyll

Whitespace-only changes.
File renamed without changes.

_sources/history.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:tocdepth: 2
2+
3+
.. _changes:
4+
5+
History
6+
*******
7+
8+
.. include:: ../CHANGES (links).rst

sources/index.txt renamed to _sources/index.rst.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
.. mockfs documentation master file, created by
2-
sphinx-quickstart on Thu Dec 10 19:55:42 2009.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
61
========================================================
72
:mod:`mockfs` -- A simple mock filesystem for unit tests
83
========================================================
94

105
`mockfs` makes it possible to test filesystem-dependent code by
116
replacing functions from the :mod:`os` and :mod:`glob` modules.
127

8+
.. toctree::
9+
:maxdepth: 1
10+
11+
history
12+
13+
1314
Example Unit Test
1415
=================
1516

@@ -59,18 +60,20 @@ Currently supported functions:
5960
* :func:`os.walk`
6061
* :func:`shutil.rmtree`
6162

62-
.. autofunction:: mockfs.replace_builtins
63-
64-
.. autofunction:: mockfs.restore_builtins
65-
6663

6764
Developer Documentation
6865
=======================
6966

7067
.. toctree::
71-
:maxdepth: 3
68+
:maxdepth: 3
69+
70+
api
71+
history
7272

73-
api
73+
.. automodule:: mockfs
74+
:members:
75+
:undoc-members:
76+
:show-inheritance:
7477

7578
Indices and tables
7679
==================

0 commit comments

Comments
 (0)