Skip to content

Commit

Permalink
Merge pull request #490 from sciris/add-readmes
Browse files Browse the repository at this point in the history
Add readmes
  • Loading branch information
cliffckerr committed Apr 21, 2023
2 parents 3032dad + 9046490 commit 3a82fd7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
20 changes: 20 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sciris docs

## Tutorials

Please see the `tutorials` subfolder.

## Everything else

This folder includes source code for building the docs. Users are unlikely to need to do this themselves. Instead, view the Sciris docs at http://docs.sciris.org.

To build the docs, follow these steps:

1. Make sure dependencies are installed::
```
pip install -r requirements.txt
```

2. Make the documents; there are many build options. In most cases, running `./build_docs` (to rerun the tutorials; takes a few minutes) is best. Alternatively, you can call `make html` directly.

3. The built documents will be in `./_build/html`.
3 changes: 3 additions & 0 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorials

These tutorials walk through how to use Sciris. They are available via http://docs.sciris.org. To run locally, start a Jupyter environment (either `jupyter lab` or `jupyter notebook`) in this folder (`docs/tutorials`).
3 changes: 3 additions & 0 deletions sciris/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sciris main folder

This folder contains all of Sciris' source code. See [the docs](http://docs.sciris.org) for more information.
5 changes: 2 additions & 3 deletions sciris/_extras/README.rst → sciris/_extras/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
======
Extras
======
# Extras

This folder contains two files:

- ``ansicolors.py`` is a copy of https://github.com/jonathaneunice/colors/, to avoid install issues on conda;
- ``legacy.py`` is a graveyard for old (but conceivably, if improbably, still useful) Sciris functions.

Expand Down

0 comments on commit 3a82fd7

Please sign in to comment.