Skip to content

Commit 1927225

Browse files
committed
doc: add table of content
1 parent 2e0ea48 commit 1927225

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Python-dotenv reads key-value pairs from a `.env` file and can set them as envir
88
variables. It helps in the development of applications following the
99
[12-factor](http://12factor.net/) principles.
1010

11+
- [Getting Started](#getting-started)
12+
- [Other Use Cases](#other-use-cases)
13+
* [Load configuration without altering the environment](#load-configuration-without-altering-the-environment)
14+
* [Parse configuration as a stream](#parse-configuration-as-a-stream)
15+
* [Load .env files in IPython](#load-env-files-in-ipython)
16+
- [Command-line Interface](#command-line-interface)
17+
- [File format](#file-format)
18+
* [Multiline values](#multiline-values)
19+
* [Variable expansion](#variable-expansion)
20+
- [Related Projects](#related-projects)
21+
- [Acknowledgements](#acknowledgements)
22+
1123
## Getting Started
1224

1325
```shell

0 commit comments

Comments
 (0)