Skip to content

Commit afe3bdf

Browse files
authored
fix broken documentation on readthedocs (#213)
* add .py for meanmedianimputer doc * change autoclass per automodule * uncommented imports * update license, fix broken link, add contributor
1 parent 1966edb commit afe3bdf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Soledad Galli, All rights reserved.
3+
Copyright (c) 2018-2021 The Feature-engine developers.
4+
All rights reserved.
45

56
Redistribution and use in source and binary forms, with or without
67
modification, are permitted provided that the following conditions are met:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the
2222
# documentation root, use os.path.abspath to make it absolute, like shown here.
23-
# sys.path.insert(0, os.path.abspath("."))
24-
# sys.path.insert(0, os.path.abspath("../"))
23+
sys.path.insert(0, os.path.abspath("."))
24+
sys.path.insert(0, os.path.abspath("../"))
2525
sys.path.insert(1, os.path.dirname(os.path.abspath("../")) + os.sep + "feature_engine")
2626
sys.path.insert(0, os.path.abspath("sphinxext"))
2727
from github_link import make_linkcode_resolve

docs/governance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Contributors
1515
Contributors are community members who contribute in various ways to the project.
1616
Anyone can become a contributor, and contributions can be of various forms, not just
1717
code. To see how you can help check the
18-
`Contributing page <https://feature-engine.readthedocs.io/en/latest/contributing/index.html>`_.
18+
`Contribute page <https://feature-engine.readthedocs.io/en/latest/contribute/index.html>`_.
1919

2020

2121
Core Contributors

docs/whats_new/v1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Tutorials
7878
- **Imputation**: updated "how to" examples of missing data imputation (**by Pradumna Suryawanshi**)
7979
- **Encoders**: new and updated "how to" examples of categorical encoding (**by Ashok Kumar**)
8080
- **Discretisation**: new and updated "how to" examples of discretisation (**by Ashok Kumar**)
81+
- **Variable transformation**: updated "how to" examples on how to apply mathematical transformations to variables (**by Pradumna Suryawanshi**)
8182

8283

8384
For Contributors and Developers

0 commit comments

Comments
 (0)