Skip to content

Commit ff53cf2

Browse files
committed
DOC: Restructure the documentation
Restuture the docs to have a simpler structure
1 parent 3e932e1 commit ff53cf2

File tree

88 files changed

+1606
-1668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1606
-1668
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ offers much more detailed information about the process.
6969
License
7070
~~~~~~~
7171

72-
Statsmodels is released under the
72+
statsmodels is released under the
7373
`Modified (3-clause) BSD license <https://www.opensource.org/licenses/BSD-3-Clause>`_.

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All rights reserved.
44
Copyright (c) 2006-2008 Scipy Developers.
55
All rights reserved.
66

7-
Copyright (c) 2009-2018 Statsmodels Developers.
7+
Copyright (c) 2009-2018 statsmodels Developers.
88
All rights reserved.
99

1010

@@ -16,7 +16,7 @@ modification, are permitted provided that the following conditions are met:
1616
b. Redistributions in binary form must reproduce the above copyright
1717
notice, this list of conditions and the following disclaimer in the
1818
documentation and/or other materials provided with the distribution.
19-
c. Neither the name of Statsmodels nor the names of its contributors
19+
c. Neither the name of statsmodels nor the names of its contributors
2020
may be used to endorse or promote products derived from this software
2121
without specific prior written permission.
2222

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
|Travis Build Status| |Azure CI Build Status| |Appveyor Build Status| |Coveralls Coverage|
22

3-
About Statsmodels
3+
About statsmodels
44
=================
55

6-
Statsmodels is a Python package that provides a complement to scipy for
6+
statsmodels is a Python package that provides a complement to scipy for
77
statistical computations including descriptive statistics and estimation
88
and inference for statistical models.
99

docs/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ html:
4343
@echo "Make static directory for images"
4444
mkdir -p $(BUILDDIR)/html/_static
4545
# generate the examples rst files
46-
@echo "Generating reST from examples folder"
47-
#$(TOOLSPATH)$(EXAMPLEBUILD)
4846
@echo "Generating datasets from installed statsmodels.datasets"
4947
$(TOOLSPATH)$(DATASETBUILD)
5048
@echo "Executing notebooks from examples/notebooks folder"
Loading
Loading
8.84 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/_static/icons/mstile-150x150.png"/>
6+
<TileColor>#2b5797</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
1.35 KB
Loading
2.12 KB
Loading

0 commit comments

Comments
 (0)